File: rules

package info (click to toggle)
defusedxml 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: python: 1,299; makefile: 48; xml: 46; ruby: 20; perl: 6; php: 5
file content (11 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=defusedxml

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

override_dh_auto_test:
	for PYTHON in $(shell py3versions -r); do\
	    $$PYTHON ./tests.py; \
	done