File: rules

package info (click to toggle)
python-snuggs 1.4.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: python: 327; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=snuggs
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=$(CURDIR)/test_snuggs.py

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

override_dh_python3:
	dh_python3 -ppython3-snuggs
	dh_numpy3 -ppython3-snuggs