File: rules

package info (click to toggle)
python-venusian 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 472 kB
  • sloc: python: 1,362; makefile: 73
file content (9 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=venusian
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=--no-cov
#export PYBUILD_TEST_ARGS={dir}/venusian/tests/

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