File: rules

package info (click to toggle)
rope 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,252 kB
  • sloc: python: 38,332; makefile: 16
file content (14 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DH_VERBOSE = 1

export PYBUILD_NAME=rope
export LC_ALL=C.UTF-8

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	# pybuild off-place test will not work
	# Known buggy test, see upstream issue 495
	-python3 -m pytest