mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python3-google-auth: update to 1.28.0.
This commit is contained in:
parent
eab2adc5f2
commit
394326c997
1 changed files with 6 additions and 4 deletions
|
@ -1,14 +1,16 @@
|
||||||
# Template file for 'python3-google-auth'
|
# Template file for 'python3-google-auth'
|
||||||
pkgname=python3-google-auth
|
pkgname=python3-google-auth
|
||||||
version=1.22.0
|
version=1.28.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pyasn1-modules python3-rsa python3-six python3-cachetools"
|
depends="python3-pyasn1-modules python3-rsa python3-six python3-cachetools"
|
||||||
short_desc="Google Authentication Library (Python3)"
|
short_desc="Google Authentication Library (Python3)"
|
||||||
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/GoogleCloudPlatform/google-auth-library-python"
|
homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python"
|
||||||
distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz"
|
||||||
checksum=a73e6fb6d232ed1293ef9a5301e6f8aada7880d19c65d7f63e130dc50ec05593
|
checksum=9bd436d19ab047001a1340720d2b629eb96dd503258c524921ec2af3ee88a80e
|
||||||
|
# all tests require many optional dependencies
|
||||||
|
make_check=no
|
||||||
|
|
Loading…
Add table
Reference in a new issue