File: rules

package info (click to toggle)
mistune 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 660 kB
  • ctags: 250
  • sloc: python: 1,246; makefile: 34
file content (8 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=mistune
export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}

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