File: rules

package info (click to toggle)
specutils 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,480 kB
  • sloc: python: 13,499; makefile: 111
file content (9 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
#export DH_VERBOSE=1

export HOME=$(shell mktemp -d)
export PYBUILD_TEST_ARGS=--remote-data=none --doctest-rst
export PYBUILD_AFTER_TEST=rm -f {build_dir}/*.fits {build_dir}/*.ecsv

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