diff options
-rw-r--r-- | main/py-google-api-python-client/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/main/py-google-api-python-client/APKBUILD b/main/py-google-api-python-client/APKBUILD index aa23a0baf0..24ff8e5007 100644 --- a/main/py-google-api-python-client/APKBUILD +++ b/main/py-google-api-python-client/APKBUILD @@ -1,14 +1,15 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=py-google-api-python-client _pkgname=google-api-python-client -pkgver=1.7.8 -pkgrel=1 +pkgver=1.7.9 +pkgrel=0 pkgdesc="Google API Client Library for Python" url="https://github.com/google/google-api-python-client" +options="!check" # Depends on py2-unittest2 which is in testing arch="noarch" -license="Apache" +license="Apache-2.0" depends="py-httplib2 py-oauth2client py-uritemplate py-six" -makedepends="python2-dev python3-dev py-setuptools" +makedepends="py-setuptools py3-setuptools" subpackages="py3-${pkgname#py-}:_py3 py2-${pkgname#py-}:_py2" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" @@ -45,4 +46,4 @@ _py3() { _py python3 } -sha512sums="8ea097fc513f4776245e51cf8557899c6d8486e42cfe33cd973474851a5db6749fb226a1a854dacd21324d8b7bcf106c6386cd457ab9df3e9a0225a7951ed3eb google-api-python-client-1.7.8.tar.gz" +sha512sums="2874c9c9bc42d5d1f857b3b58c3676b362045493dab657cde44bcd9dfb7b9db9ff67d1d1a7b1ed4003a35b4b5bf975ef705e3ea3565585a98d37dd06096831cc google-api-python-client-1.7.9.tar.gz" |