mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-google-auth: update to 1.11.2.
Upstream is dropping Python2 support.
This commit is contained in:
parent
0cbf6d7f56
commit
a569b934c2
4 changed files with 41 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
python-google-auth
|
26
srcpkgs/python3-google-auth/python-google-auth/template
Normal file
26
srcpkgs/python3-google-auth/python-google-auth/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'python-google-auth'
|
||||
pkgname=python-google-auth
|
||||
version=1.7.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
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 (Python2)"
|
||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python"
|
||||
distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz"
|
||||
checksum=8b67e34a07055b9785948ff9d3e044f93be9019f4f69711b04450087ae150817
|
||||
|
||||
python3-google-auth_package() {
|
||||
archs=noarch
|
||||
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*
|
||||
}
|
||||
}
|
15
srcpkgs/python3-google-auth/template
Normal file
15
srcpkgs/python3-google-auth/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python3-google-auth'
|
||||
pkgname=python3-google-auth
|
||||
version=1.11.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-setuptools"
|
||||
depends="python3-pyasn1-modules python3-rsa python3-six python3-cachetools"
|
||||
short_desc="Google Authentication Library (Python3)"
|
||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python"
|
||||
distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz"
|
||||
checksum=1ee22e22f35d6e00f068d7b3999b2ce24ecb5d0dcbd485aa6896d2b83c8907d6
|
Loading…
Add table
Reference in a new issue