File: rules

package info (click to toggle)
python-looseversion 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: python: 181; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=looseversion

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

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