File: rules

package info (click to toggle)
pytest-cython 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,760 kB
  • sloc: python: 577; cpp: 6; ansic: 6; makefile: 5
file content (13 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME := pytest-cython

# Disable unit tests, because they are based on tox and only
# work within a virtualenv.
export PYBUILD_DISABLE := test

# Prevent setuptools/distribute from accessing the internet.
export http_proxy := http://127.0.9.1:9

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