File: rules

package info (click to toggle)
python-tomli 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,156 kB
  • sloc: python: 982; sh: 12; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-n auto -k "not test_own_pyproject" {dir}/tests

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