15 lines
632 B
Bash
15 lines
632 B
Bash
# Template file for 'python3-google-auth'
|
|
pkgname=python3-google-auth
|
|
version=1.22.0
|
|
revision=2
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools 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=a73e6fb6d232ed1293ef9a5301e6f8aada7880d19c65d7f63e130dc50ec05593
|