File: rules

package info (click to toggle)
python-ofxhome 0.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 144 kB
  • sloc: python: 212; xml: 55; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1
export PYBUILD_NAME=ofxhome
export PYBUILD_TEST_CUSTOM = 1
export PYBUILD_TEST_ARGS = (if [ -d ofxhome/tests ]; then cp -r testfiles ofxhome/tests/; fi); {interpreter} -m unittest ofxhome.tests.test_suite -v



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