File: rules

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

export PYBUILD_NAME = texttable

export PYBUILD_BEFORE_TEST = cp {dir}/tests.py {build_dir}
export PYBUILD_TEST_ARGS = tests.py
export PYBUILD_AFTER_TEST = rm {build_dir}/tests.py

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