New package: python-google-auth-1.5.0.

Needed to update google-api-python-client
This commit is contained in:
Peter Bui 2018-06-17 05:06:52 -04:00 committed by maxice8
parent 6c65f87119
commit c83899b5a0
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,26 @@
# Template file for 'python-google-auth'
pkgname=python-google-auth
version=1.5.0
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="google"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-pyasn1-modules python-rsa python-six python-cachetools"
short_desc="Google authentication library for Python2"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="Apache-2.0"
homepage="https://google-auth.readthedocs.io/en/latest/"
distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz"
checksum=1745c9066f698eac3da99cef082914495fb71bc09597ba7626efbbb64c4acc57
noarch=yes
python3-google-auth_package() {
noarch=yes
depends="python3-pyasn1-modules python3-rsa python3-six python3-cachetools"
pycompile_module="google"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

1
srcpkgs/python3-google-auth Symbolic link
View file

@ -0,0 +1 @@
python-google-auth