File: rules

package info (click to toggle)
pyth 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 284 kB
  • ctags: 360
  • sloc: python: 1,685; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=pyth
export PYBUILD_TEST_NOSE=1
export PYBUILD_TEST_ARGS=--verbose {dir}/tests

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