File: rules

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

export PYBUILD_NAME=tweepy

%:

	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
	cd docs && python3 -m sphinx -b html . ../build/html

#disable unit tests as they require internet access
override_dh_auto_test:

override_dh_installdocs:
	dh_installdocs -Xjquery -X.doctrees -X.buildinfo -Xunderscore