File: rules

package info (click to toggle)
python-docker 4.1.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,412 kB
  • sloc: python: 18,772; makefile: 7; sh: 2
file content (13 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=docker

# The pypi bundle includes the tests (https://github.com/docker/docker-py/issues/308), but they're really invasive and fail for reasons I haven't yet diagnosed.
export PYBUILD_DISABLE=test

override_dh_auto_clean:
	dh_auto_clean
	rm -f docker_py.egg-info/SOURCES.txt

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