mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python-google-api-python-client: update to 1.7.6.
This commit is contained in:
parent
7ada83d2c7
commit
68bc86bd59
1 changed files with 4 additions and 3 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'python-google-api-python-client'
|
# Template file for 'python-google-api-python-client'
|
||||||
pkgname=python-google-api-python-client
|
pkgname=python-google-api-python-client
|
||||||
version=1.7.5
|
version=1.7.6
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="apiclient googleapiclient"
|
pycompile_module="apiclient googleapiclient"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-httplib2 python-google-auth python-google-auth-httplib2 python-uritemplate python-six"
|
depends="python-httplib2 python-google-auth python-google-auth-httplib2
|
||||||
|
python-uritemplate python-six"
|
||||||
short_desc="Google API client library for Python2"
|
short_desc="Google API client library for Python2"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/google/google-api-python-client/"
|
homepage="https://github.com/google/google-api-python-client/"
|
||||||
distfiles="${PYPI_SITE}/g/google-api-python-client/google-api-python-client-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/google-api-python-client/google-api-python-client-${version}.tar.gz"
|
||||||
checksum=85674c2aa4b96a478b4d0859f8b814879551a4eaf6977ead6f94863aa8ab46ef
|
checksum=bf98b066fb6e4e6da1f2f11d6cb0bb947de156aef8562a32b0692e7073d38593
|
||||||
|
|
||||||
python3-google-api-python-client_package() {
|
python3-google-api-python-client_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue