File: rules

package info (click to toggle)
geolinks 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 177; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=geolinks
export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
export PYBUILD_TEST_CUSTOM=1
export PYBUILD_TEST_ARGS={interpreter} tests/run_tests.py -v

export PYTHONPATH=$(CURDIR)


%:
	dh  $@ --buildsystem pybuild