File: rules

package info (click to toggle)
python-check-jsonschema 0.34.1%2Breally0.25.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,232 kB
  • sloc: python: 3,890; makefile: 4
file content (16 lines) | stat: -rwxr-xr-x 508 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export PYBUILD_NAME=python-check-jsonschema
export PYBUILD_TEST_ARGS=-k 'not test_supports_common_option'

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


#execute_after_dh_auto_build-indep: export http_proxy=127.0.0.1:9
#execute_after_dh_auto_build-indep: export https_proxy=127.0.0.1:9
#execute_after_dh_auto_build-indep:
#	PYTHONPATH=. python3 -m sphinx -N -bhtml \
#	docs/ build/html # HTML generator
#	PYTHONPATH=. python3 -m sphinx -N -bman \
#	docs/ build/man # Manpage generator