File: rules

package info (click to toggle)
aiofiles 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 208 kB
  • sloc: python: 798; makefile: 5; sh: 1
file content (8 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_INSTALL_ARGS=--install-lib=/usr/lib/python3/dist-packages
export PYBUILD_TEST_PYTEST=1
export PYBUILD_BEFORE_BUILD=mkdir -p {build_dir}/tests/; cp -r tests/* {build_dir}/tests/

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