backports/py3-google-auth: new aport

This commit is contained in:
Antoine Martin 2023-04-01 11:11:51 -04:00
parent 4c4d58516e
commit 83600de91c
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -0,0 +1,60 @@
# Contributor: Keith Maxwell <keith.maxwell@gmail.com>
# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
pkgname=py3-google-auth
_pyname=google-auth
pkgver=2.17.0
pkgrel=0
pkgdesc="Google authentication library for Python."
url="https://google-auth.readthedocs.io/en/latest/"
arch="noarch"
license="Apache-2.0"
depends="
python3
py3-cachetools
py3-asn1-modules
py3-rsa
py3-six
"
makedepends="
py3-gpep517
py3-setuptools
py3-wheel
"
checkdepends="
py3-certifi
py3-cryptography
py3-flask
py3-freezegun
py3-grpcio
py3-mock
py3-oauth2client
py3-openssl
py3-pytest
py3-pytest-cov
py3-pytest-localserver
py3-pyu2f
py3-requests
py3-responses
py3-urllib3
"
source="https://files.pythonhosted.org/packages/source/g/google-auth/google-auth-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
build() {
gpep517 build-wheel \
--wheel-dir dist \
--output-fd 3 3>&1 >&2
}
check() {
python3 -m pytest
}
package() {
python3 -m installer -d "$pkgdir" \
dist/*.whl
}
sha512sums="
2942f385febf8d2a3f3827e048646e01c06ac3c2880ebb06d5a6eaeeb3d258cbd5ba7d969c7aee00a74332b5ce9b43a9474daa9e2e1de72bfb5f97dfb8065b96 google-auth-2.17.0.tar.gz
"