aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-05-07 08:31:30 +0100
committerKeith Maxwell <keith.maxwell@gmail.com>2020-05-07 08:04:28 +0000
commit8d77f932894589b1f3e20b4e48915ecdc4e6bbcb (patch)
tree6fd342da35d1beb19547ad1ad420d8650af6c451 /community
parent2bdaefb18fc55e7037fdb8e2a4449f26ab747add (diff)
downloadaports-8d77f932894589b1f3e20b4e48915ecdc4e6bbcb.tar.bz2
aports-8d77f932894589b1f3e20b4e48915ecdc4e6bbcb.tar.xz
community/py3-google-auth: upgrade to 1.14.2
Enable the full test suite on every arch except ppc64le
Diffstat (limited to 'community')
-rw-r--r--community/py3-google-auth/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/py3-google-auth/APKBUILD b/community/py3-google-auth/APKBUILD
index ec6aaa1497..4da93f3c52 100644
--- a/community/py3-google-auth/APKBUILD
+++ b/community/py3-google-auth/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
pkgname=py3-google-auth
_pyname=google-auth
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=0
pkgdesc="Google authentication library for Python."
url="https://google-auth.readthedocs.io/en/latest/"
@@ -30,6 +30,11 @@ checkdepends="
py3-urllib3
py3-cryptography
"
+case "$CARCH" in
+ ppc64le) ;; # no py3-grpcio, -needs UnscaledCycleClock::Frequency()
+ *) checkdepends="$checkdepends py3-grpcio" ;; # to run full suite
+esac
+
source="https://files.pythonhosted.org/packages/source/g/$_pyname/$_pyname-$pkgver.tar.gz
10-use-mock-from-standard-library.patch
"
@@ -45,7 +50,7 @@ package() {
}
check() {
- pytest-3 # skips grpc tests
+ python3 -m pytest
}
-sha512sums="d08d31056f459753e9fb5bbe7cc61c487d090788ee65761d1e99097299a312aab48b6ec6077befe5bd4dc07ce5753994e8c9ce9c28c984ce1a042f0fb03f4139 google-auth-1.14.1.tar.gz
+sha512sums="b08a645a124af9798eabdb5d671d19274979cc704466594976d2f8938bba2bce20b1df98ae477b21ac4955189cfc6a63c3204a5edee0933f0b44d1bf8e9552cb google-auth-1.14.2.tar.gz
eceeedf449d99cc5587856831ca024ad2befaf964f93504b2a8f1a9ff2690027c494a60381455e67204caf3d77799a4445c81fff3867a32af4503990308c77ac 10-use-mock-from-standard-library.patch"