File: rules

package info (click to toggle)
zope.exceptions 5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: python: 1,228; makefile: 133
file content (12 lines) | stat: -rwxr-xr-x 319 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
export PYBUILD_TEST_CUSTOM := 1
export PYBUILD_TEST_ARGS := \
	{interpreter} -m zope.testrunner \
		--test-path $(if $(PYBUILD_AUTOPKGTEST),/usr/lib/python3/dist-packages,.) \
		--package zope.exceptions \
		-vv

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