vp-build/srcpkgs/python3-google-auth/template

17 lines
674 B
Bash

# Template file for 'python3-google-auth'
pkgname=python3-google-auth
version=1.28.0
revision=2
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pyasn1-modules python3-rsa python3-six python3-cachetools"
short_desc="Google Authentication Library (Python3)"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="Apache-2.0"
homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python"
distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz"
checksum=9bd436d19ab047001a1340720d2b629eb96dd503258c524921ec2af3ee88a80e
# all tests require many optional dependencies
make_check=no