mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-google-auth-httplib2: update to 0.1.0.
This commit is contained in:
parent
394326c997
commit
7ca9a682ea
1 changed files with 8 additions and 5 deletions
|
@ -1,14 +1,17 @@
|
||||||
# Template file for 'python3-google-auth-httplib2'
|
# Template file for 'python3-google-auth-httplib2'
|
||||||
pkgname=python3-google-auth-httplib2
|
pkgname=python3-google-auth-httplib2
|
||||||
version=0.0.4
|
version=0.1.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-google-auth python3-httplib2"
|
depends="python3-google-auth python3-httplib2"
|
||||||
|
checkdepends="$depends python3-mock python3-pytest python3-Flask"
|
||||||
short_desc="Google Authentication Library: httplib2 transport (Python3)"
|
short_desc="Google Authentication Library: httplib2 transport (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-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"
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue