File: rules

package info (click to toggle)
heapdict 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: python: 213; sh: 7; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/make -f

export PYBUILD_NAME=heapdict
export PYBUILD_TEST_ARGS=$(CURDIR)/test_heap.py

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