File: rules

package info (click to toggle)
python-static3 0.7.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: python: 441; makefile: 10; xml: 6
file content (15 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DH_VERBOSE = 1

export PYBUILD_NAME=python-static3
export PYBUILD_TEST_PYTEST = 0

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

execute_after_dh_clean:
	rm -fr .pytest_cache
	rm -fr .cache/
	rm -f .coverage
	rm -fr .eggs