File: rules

package info (click to toggle)
python-munch 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: python: 730; makefile: 23; sh: 2
file content (9 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
DH_ALWAYS_EXCLUDE=CVS:.svn:.git
export PYBUILD_NAME = munch

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

override_dh_auto_test:
	PYTHONPATH=. python3 -m pytest tests