File: rules

package info (click to toggle)
python-calendra 7.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,604 kB
  • sloc: python: 16,751; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 474 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=calendra
export PYBUILD_TEST_ARGS=--ignore=calendra/tests/test_skyfield_astronomy.py --ignore=calendra/tests/test_astronomy.py -k "not test_create_astronomical_data" calendra/tests
export PYBUILD_BEFORE_TEST=cp {dir}/calendra/*.json.gz {build_dir}/calendra/
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/calendra/*.json.gz

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