File: rules

package info (click to toggle)
python-anyio 4.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,428 kB
  • sloc: python: 17,589; sh: 21; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export SETUPTOOLS_SCM_PRETEND_VERSION=${DEB_VERSION_UPSTREAM}

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	@echo "Upstream test suite fails if the package isn't installed"

execute_after_dh_auto_clean:
	rm -rf src/anyio.egg-info/