File: rules

package info (click to toggle)
python-asttokens 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 636 kB
  • sloc: python: 3,575; makefile: 34
file content (12 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

export PYBUILD_NAME=asttokens
ifeq ($(DEB_HOST_ARCH),s390x)
# https://github.com/gristlabs/asttokens/issues/159; passes on Python 3.14.
export PYBUILD_TEST_ARGS_python3.13=--deselect tests/test_mark_tokens.py::TestMarkTokens::test_deep_recursion tests
endif

%:
	dh $@ --buildsystem=pybuild