mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
New package: python-google-auth-1.5.0.
Needed to update google-api-python-client
This commit is contained in:
parent
6c65f87119
commit
c83899b5a0
2 changed files with 27 additions and 0 deletions
26
srcpkgs/python-google-auth/template
Normal file
26
srcpkgs/python-google-auth/template
Normal 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
1
srcpkgs/python3-google-auth
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-google-auth
|
Loading…
Add table
Reference in a new issue