File: rules

package info (click to toggle)
python-poetry-dynamic-versioning 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: python: 1,474; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /usr/bin/make -f

export PYBUILD_BEFORE_TEST=cd {build_dir} && git init

# Integration tests require internet access
export PYBUILD_TEST_ARGS=tests/test_unit.py

%:
	dh $@ --with python3 --buildsystem=pybuild