File: rules

package info (click to toggle)
python-sdjson 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: python: 1,566; makefile: 6; sh: 6
file content (11 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export PYBUILD_NAME=sdjson
export PYBUILD_BEFORE_TEST=ln -s test_overloading_ tests/test_overloading
export PYBUILD_AFTER_TEST=rm tests/test_overloading

# https://github.com/domdfcoding/singledispatch-json/issues/42
export PYBUILD_TEST_ARGS=-v --ignore=tests/test_protocols.py

%:
	dh $@ --buildsystem=pybuild