File: rules

package info (click to toggle)
zope.exceptions 4.6-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: python: 1,209; makefile: 129; sh: 6
file content (12 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f


export PYBUILD_NAME=zope.exceptions


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


override_dh_auto_test:
	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m zope.testrunner --test-path=src --verbose --progress --color" dh_auto_test