File: rules

package info (click to toggle)
python-executing 2.2.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,840 kB
  • sloc: python: 10,235; sh: 44; makefile: 11
file content (19 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE = 1

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

export SETUPTOOLS_SCM_PRETEND_VERSION = $(VERSION_UPSTREAM)
export PYBUILD_TEST_ARGS="-k \
not TestStuff \
and not test_small_samples \
"

%:
	dh $@ --buildsystem=pybuild

override_dh_clean:
	dh_clean
	rm -rf .mypy_cache