File: rules

package info (click to toggle)
sedparse 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 404 kB
  • sloc: python: 1,810; sed: 59; sh: 48; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

execute_after_dh_clean:
	rm -rf sedparse.egg-info

override_dh_auto_test:
	python3 -m unittest discover -s tests/