File: rules

package info (click to toggle)
python-youtubeaio 1.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 652 kB
  • sloc: python: 1,505; makefile: 9; sh: 6
file content (13 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=youtubeaio
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=--no-cov
export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rf youtubeaio.egg-info/