From 7ca9a682ea3144c0df4c06291ef6e676b9b5d781 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Wed, 24 Mar 2021 09:55:35 -0400 Subject: [PATCH] python3-google-auth-httplib2: update to 0.1.0. --- srcpkgs/python3-google-auth-httplib2/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template index 08d324c2871..c8ecea74b5f 100644 --- a/srcpkgs/python3-google-auth-httplib2/template +++ b/srcpkgs/python3-google-auth-httplib2/template @@ -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 " 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