File: rules

package info (click to toggle)
python-tomli 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,208 kB
  • sloc: python: 1,129; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# DH_VERBOSE := 1
include /usr/share/dpkg/buildopts.mk
export LC_ALL=C.UTF-8
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-n $(DEB_BUILD_OPTION_PARALLEL) -k "not test_own_pyproject" {dir}/tests
export TOMLI_USE_MYPYC=1

%:
	dh $@ --buildsystem pybuild