File: rules

package info (click to toggle)
python-auditwheel 6.5.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 944 kB
  • sloc: python: 5,632; ansic: 256; cpp: 58; sh: 28; makefile: 24; f90: 12
file content (16 lines) | stat: -rwxr-xr-x 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#export DH_VERBOSE = 1

export PYBUILD_NAME=auditwheel

# These tests require test data files that are excluded by Files-Excluded in
# debian/copyright.
export PYBUILD_TEST_ARGS = \
	--deselect tests/integration/test_bundled_wheels.py \
	--deselect tests/integration/test_nonplatform_wheel.py \
	--deselect tests/unit/test_lddtree.py::test_libpython \
	--deselect tests/unit/test_wheeltools.py::test_inwheel_tmpdir

%:
	dh $@ --buildsystem=pybuild