[arch-commits] Commit in python-oauth2client/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Wed Oct 5 18:54:27 UTC 2016
Date: Wednesday, October 5, 2016 @ 18:54:27
Author: aginiewicz
Revision: 191423
upgpkg: python-oauth2client 3.0.0-2
python-oauth2client: python-gflags for python 3 is now available
Modified:
python-oauth2client/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-05 18:52:35 UTC (rev 191422)
+++ PKGBUILD 2016-10-05 18:54:27 UTC (rev 191423)
@@ -5,7 +5,7 @@
pkgbase=python-oauth2client
pkgname=('python2-oauth2client' 'python-oauth2client')
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A client library for OAuth 2.0"
arch=('any')
url="https://github.com/google/oauth2client"
@@ -50,6 +50,7 @@
package_python-oauth2client() {
depends=('python-httplib2' 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa' 'python-six')
+ optdepends=('python-gflags: for oauth2client.tools.run function')
cd "$srcdir"/oauth2client-${pkgver}
More information about the arch-commits
mailing list