File: rules

package info (click to toggle)
python-google-auth 2.28.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,944 kB
  • sloc: python: 27,171; sh: 80; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/GoogleCloudPlatform/google-auth-library-python
-include /usr/share/openstack-pkg-tools/pkgos.make

export PYBUILD_NAME=google-auth
export PYBUILD_TEST_ARGS=--ignore=tests/transport

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

override_dh_clean:
	dh_clean
	rm -rf build