File: rules

package info (click to toggle)
python-globus-sdk 3.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,032 kB
  • sloc: python: 34,226; sh: 44; makefile: 31
file content (14 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# Skip time critical test on riscv64 due to being too slow.
include /usr/share/dpkg/architecture.mk
ifeq ($(DEB_HOST_ARCH),riscv64)
export PYBUILD_TEST_ARGS = \
        -k 'not test_scope_parsing_catches_and_rejects_very_large_cycles_quickly'
endif

%:
	dh $@ --buildsystem=pybuild

override_dh_installdocs:
	dh_installdocs --exclude=changelog.rst\* --exclude=license.rst