File: rules

package info (click to toggle)
python-tblib 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 336 kB
  • sloc: python: 826; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f

export PYTHONPATH=src
export PYBUILD_TEST_ARGS := -vv tests
# Traceback looks different in Python 3.11
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026731
export PYBUILD_TEST_ARGS_python3.10 = -vv tests {dir}/README.rst

%:
	dh $@ --buildsystem=pybuild