File: rules

package info (click to toggle)
python-toml 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 208 kB
  • sloc: python: 1,278; makefile: 7; sh: 5
file content (17 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
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 python2,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