File: rules

package info (click to toggle)
python-treq 18.6.0-0.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 468 kB
  • sloc: python: 3,617; makefile: 131
file content (13 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=treq

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

override_dh_auto_build:
	$(MAKE) -C docs html PYTHONPATH=$(CURDIR)/src
	dh_auto_build

override_dh_auto_test:
	# tests require internet access so they are disabled