python3-google-auth-httplib2: update to 0.1.0.

This commit is contained in:
Peter Bui 2021-03-24 09:55:35 -04:00 committed by Érico Nogueira
parent 394326c997
commit 7ca9a682ea
1 changed files with 8 additions and 5 deletions

View File

@ -1,14 +1,17 @@
# Template file for 'python3-google-auth-httplib2'
pkgname=python3-google-auth-httplib2
version=0.0.4
revision=2
version=0.1.0
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools"
hostmakedepends="python3-setuptools"
depends="python3-google-auth python3-httplib2"
checkdepends="$depends python3-mock python3-pytest python3-Flask"
short_desc="Google Authentication Library: httplib2 transport (Python3)"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="Apache-2.0"
homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python3-httplib2"
homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2"
distfiles="${PYPI_SITE}/g/google-auth-httplib2/google-auth-httplib2-${version}.tar.gz"
checksum=8d092cc60fb16517b12057ec0bba9185a96e3b7169d86ae12eae98e645b7bc39
checksum=a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac
# tests require unpackaged optional dependency
make_check=no