File: rules

package info (click to toggle)
python-toml 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: python: 1,482; makefile: 7; sh: 6
file content (17 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export PYBUILD_NAME=toml

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

override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
	echo "Running the test suite is disabled as it requires Go."
#	set -e ; for pyvers in $(PYTHONS) ; do \
#		python$$pyvers toml_test.py ; \
#	done
#	set -e ; for pyvers in $(PYTHON3S) ; do \
#		python$$pyvers toml_test.py ; \
#	done
endif