File: rules

package info (click to toggle)
pytest-repeat 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 120 kB
  • sloc: python: 335; sh: 12; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/make -f

export PYBUILD_BEFORE_TEST=mkdir {build_dir}/pytest_repeat.egg-info && \
		    echo "[pytest11]\nrepeat = pytest_repeat" > {build_dir}/pytest_repeat.egg-info/entry_points.txt

%:
	dh $@ --buildsystem=pybuild