[arch-commits] Commit in python-google-auth/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 12 20:42:30 UTC 2018
Date: Thursday, July 12, 2018 @ 20:42:29
Author: felixonmars
Revision: 358199
upgpkg: python-google-auth 1.5.0-2
Python 3.7 rebuild
Modified:
python-google-auth/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-12 20:42:11 UTC (rev 358198)
+++ PKGBUILD 2018-07-12 20:42:29 UTC (rev 358199)
@@ -4,7 +4,7 @@
pkgbase=python-google-auth
pkgname=(python-google-auth python2-google-auth)
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Google Authentication Library"
url="https://github.com/GoogleCloudPlatform/google-auth-library-python"
license=('Apache')
@@ -16,10 +16,13 @@
'python-requests' 'python2-requests' 'python-flask' 'python2-flask'
'python-oauth2client' 'python2-oauth2client' 'python-pytest-localserver'
'python2-pytest-localserver')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver.tar.gz")
-sha512sums=('3924332a5ffea4974ac65f46aa40912c2ce9306113c52001e208765080c16580d98e8953d0d81a239c8a906584bd7702de04c92fd7c8946803bb68223b43f31b')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver.tar.gz"
+ https://github.com/felixonmars/google-auth-library-python/commit/974f7202f56fb2b18f16f820b53286ca15ac016e.patch)
+sha512sums=('3924332a5ffea4974ac65f46aa40912c2ce9306113c52001e208765080c16580d98e8953d0d81a239c8a906584bd7702de04c92fd7c8946803bb68223b43f31b'
+ '6c6f66260b79c9c2c2658663b14ea1eccd0675825083f68773bf42ea6edc3b3a3c18e0d4944a516d46baa9119072ed1802dc67418351f15913a0580fb9992211')
prepare() {
+ (cd google-auth-library-python-$pkgver; patch -p1 -i ../974f7202f56fb2b18f16f820b53286ca15ac016e.patch)
# Use system cert
sed -i -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-e 's|if certifi is not None:|if True:|' \
More information about the arch-commits
mailing list