File: rules

package info (click to toggle)
pyparsing 2.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,180 kB
  • sloc: python: 18,406; ansic: 422; makefile: 20
file content (18 lines) | stat: -rwxr-xr-x 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

#export DH_VERBOSE = 1
#export PYBUILD_VERBOSE = 1
export PYBUILD_NAME = pyparsing

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

override_dh_auto_build-indep:
	dh_auto_build
	PYTHONPATH=`pybuild --print {build_dir}` http_proxy='127.0.0.1:9' make -C docs html # HTML generator

override_dh_installexamples:
	dh_installexamples -i -ppython-pyparsing-doc -X.pyc -X__pycache__

override_dh_compress:
	dh_compress -i -X.py