File: rules

package info (click to toggle)
python-packaging 25.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,716 kB
  • sloc: python: 8,071; makefile: 130; sh: 35
file content (13 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

WHEELS_DIR=$(CURDIR)/debian/python3-packaging-whl/usr/share/python-wheels
export PYBUILD_NAME=packaging
export PYBUILD_AFTER_INSTALL=mkdir -p $(WHEELS_DIR) && cp {home_dir}/*.whl $(WHEELS_DIR)
export PYBUILD_DISABLE_pypy=test

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