File: rules

package info (click to toggle)
py-moneyed 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: python: 632; makefile: 17
file content (13 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=moneyed

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

override_dh_auto_clean:
	dh_auto_clean
	rm -rf src/py_moneyed.egg-info

override_dh_auto_test:
	dh_auto_test -- --test-pytest