File: rules

package info (click to toggle)
python-treq 22.2.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 536 kB
  • sloc: python: 4,144; makefile: 131
file content (13 lines) | stat: -rwxr-xr-x 260 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 --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