File: rules

package info (click to toggle)
photutils 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,844 kB
  • sloc: python: 26,450; makefile: 115; ansic: 69
file content (15 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE=1

export PYBUILD_NAME=photutils

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

override_dh_auto_build:
	cython3 photutils/geometry/*.pyx
	dh_auto_build

override_dh_shlibdeps:
	dh_shlibdeps
	dh_numpy3