Codebase list python-webargs / 16e17758-8d7e-4217-90ab-0febc23d8999/main debian / rules
16e17758-8d7e-4217-90ab-0febc23d8999/main

Tree @16e17758-8d7e-4217-90ab-0febc23d8999/main (Download .tar.gz)

rules @16e17758-8d7e-4217-90ab-0febc23d8999/mainraw · history · blame

#!/usr/bin/make -f

# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

export PYBUILD_NAME=webargs
#ignore tests (we don't have all the dependencies, and not the required versions)
export PYBUILD_DISABLE=test

%:
	dh $@ --with python3 --buildsystem=pybuild