File: rules

package info (click to toggle)
python-rdflib-endpoint 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: python: 1,068; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_BEFORE_TEST=cp -r {dir}/example/ {build_dir}
export PYBUILD_TEST_ARGS=-k 'not test_convert_oxigraph and not test_serve_oxigraph'
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/example/

%:
	dh $@ --buildsystem=pybuild