File: rules

package info (click to toggle)
dominate 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: python: 1,743; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# DH_VERBOSE := 1
export PYBUILD_NAME = dominate
export PYBUILD_BEFORE_TEST := cp -a tests/*.py {build_dir}/
export PYBUILD_AFTER_TEST := \
	rm -rf {build_dir}/test_*.py

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