File: rules

package info (click to toggle)
python-treq 25.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: python: 4,832; makefile: 130
file content (12 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=treq

%:
	dh $@ --buildsystem=pybuild

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

override_dh_auto_test:
	# tests require internet access so they are disabled