File: rules

package info (click to toggle)
isodate 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 264 kB
  • sloc: python: 1,524; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=isodate
export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}/
export PYBUILD_TEST_ARGS=tests/test_*.py

%:
	dh $@ --buildsystem=pybuild