File: rules

package info (click to toggle)
python3-openid 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,692 kB
  • sloc: python: 17,486; xml: 234; makefile: 5
file content (15 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=openid
#export PYBUILD_VERBOSE=1
#export DH_VERBOSE = 1


%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	# The test suite starts a dummy HTTP(S) server, so we need to allow
	# those ports to be opened:
	#http_proxy= https_proxy= python3 -m unittest openid.test.test_suite
	http_proxy= https_proxy= dh_auto_test