File: rules

package info (click to toggle)
python-enum-tools 0.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 1,447; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
export PYBUILD_NAME=enum-tools

#Tests skipped because it depends on the module
#'sphinx_toolbox' not packaged for Debian.
export PYBUILD_TEST_ARGS=-v --ignore=tests/test_autoenum.py

%:
	dh $@ --buildsystem=pybuild