File: rules

package info (click to toggle)
zope.schema 7.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 712 kB
  • sloc: python: 6,982; makefile: 129
file content (8 lines) | stat: -rwxr-xr-x 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=zope.schema
export PYBUILD_TEST_CUSTOM=1
export PYBUILD_TEST_ARGS=cd {build_dir}; {interpreter} -m zope.testrunner --test-path . -vv

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