File: rules

package info (click to toggle)
cssutils 2.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,312 kB
  • sloc: python: 23,625; javascript: 803; sh: 62; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=cssutils
export PYBUILD_DEST_DIR=debian/python3-cssutils

# Disable tests requiring internet access
export PYBUILD_TEST_ARGS = \
	--ignore cssutils/_fetchgae.py \
	-m 'not network' \
	--deselect encutils/__init__.py::encutils

%:
	dh $@ --buildsystem=pybuild