File: rules

package info (click to toggle)
python-auditwheel 5.3.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: python: 4,270; ansic: 205; cpp: 58; makefile: 20; f90: 12
file content (9 lines) | stat: -rwxr-xr-x 646 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

#export DH_VERBOSE = 1

export PYBUILD_NAME=auditwheel
export PYBUILD_TEST_ARGS=tests/integration/test_manylinux.py tests/integration/test_policy_files.py tests/unit/test_hashfile.py tests/unit/test_repair.py tests/unit/test_tools.py tests/unit/test_main.py tests/unit/test_musllinux.py tests/unit/test_policy.py tests/unit/test_tmpdirs.py tests/unit/test_condatools.py tests/unit/test_elfutils.py tests/unit/test_wheel_abi.py # tests/unit/test_elfpatcher.py tests/integration/test_bundled_wheels.py tests/integration/test_nonplatform_wheel.py tests/integration/test_addtag.py 

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