File: rules

package info (click to toggle)
jaraco.itertools 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: python: 439; sh: 7; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=jaraco.itertools
export PYBUILD_BEFORE_TEST=cp {dir}/pytest.ini {build_dir}; cp {dir}/conftest.py {build_dir}
export PYBUILD_TEST_ARGS=jaraco/
export PYBUILD_AFTER_TEST=rm {build_dir}/pytest.ini; rm {build_dir}/conftest.py

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