File: rules

package info (click to toggle)
python-asv-runner 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 420 kB
  • sloc: python: 1,631; makefile: 13
file content (18 lines) | stat: -rwxr-xr-x 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export PYBUILD_NAME=asv-runner
export PDM_BUILD_SCM_VERSION=0.2.1

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

override_dh_installdocs:
	https_proxy='127.0.0.1:9' sphinx-build -b html docs/source build/sphinx/html
	dh_installdocs -ppython-asv-runner-doc --doc-main-package=python-asv-runner-doc build/sphinx/html
	dh_installdocs

override_dh_auto_clean:
	-rm -r .pdm-build/*
	-rm -r .pybuild/*
	-rm -r .pc/*
	-rm -r build/*