[arch-commits] Commit in python-oauth2client/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Mon Jul 13 10:00:20 UTC 2015
Date: Monday, July 13, 2015 @ 12:00:19
Author: aginiewicz
Revision: 136761
upgpkg: python-oauth2client 1.4.12-1
python-oauth2client: new upstream release
Modified:
python-oauth2client/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-07-13 08:37:59 UTC (rev 136760)
+++ PKGBUILD 2015-07-13 10:00:19 UTC (rev 136761)
@@ -4,8 +4,8 @@
pkgbase=python-oauth2client
pkgname=('python2-oauth2client' 'python-oauth2client')
-pkgver=1.4.11
-pkgrel=3
+pkgver=1.4.12
+pkgrel=1
pkgdesc="A client library for OAuth 2.0"
arch=('any')
url="https://github.com/google/oauth2client"
@@ -15,14 +15,11 @@
'python-six' 'python2-httplib2' 'python2-pyasn1'
'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
source=("https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz")
-md5sums=('ace6b6e4c9cd17fd611d9984d6746c7b')
+md5sums=('829a05a559b43215d67947aaff9c11b5')
prepare() {
cd "$srcdir"
- # Fix FS#45547
- sed -e "s|'pyasn1_modules==0.0.5'|'pyasn1_modules>=0.0.5'|" -i oauth2client-${pkgver}/setup.py
-
cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
cd oauth2client-py2-${pkgver}
@@ -43,7 +40,7 @@
}
package_python2-oauth2client() {
- depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 'python2-pyasn1-modules>=0.0.5' 'python2-rsa=3.1.4' 'python2-six')
+ depends=('python2-httplib2' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
optdepends=('python2-gflags: for oauth2client.tools.run function')
cd "$srcdir"/oauth2client-py2-${pkgver}
@@ -52,7 +49,7 @@
}
package_python-oauth2client() {
- depends=('python-httplib2' 'python-pyasn1=0.1.7' 'python-pyasn1-modules>=0.0.5' 'python-rsa=3.1.4' 'python-six')
+ depends=('python-httplib2' 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa' 'python-six')
cd "$srcdir"/oauth2client-${pkgver}
More information about the arch-commits
mailing list