File: rules

package info (click to toggle)
python-rfc3987 1.3.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 420; sh: 8; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/make -f

export PYBUILD_NAME=rfc3987
export PYBUILD_TEST_ARGS_python3=; cd {dir}; python{version} -m doctest -v rfc3987.py

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