File: rules

package info (click to toggle)
sunpy 7.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,632 kB
  • sloc: python: 41,887; ansic: 1,720; makefile: 28
file content (18 lines) | stat: -rwxr-xr-x 477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
#export DH_VERBOSE=1

export PYBUILD_NAME=sunpy
export PYBUILD_TEST_ARGS=-k "not figure and not online and not asdf"

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_python3:
	dh_numpy3

override_dh_auto_install:
	dh_auto_install
	rm -rf debian/*/usr/lib/python3*/dist-packages/docs \
	    debian/*/usr/lib/python3*/dist-packages/examples \
	    debian/*/usr/lib/python3*/dist-packages/licenses \
	    debian/*/usr/lib/python3*/dist-packages/result_images