void-packages/srcpkgs/python3-google-auth-httplib2/template

18 lines
775 B
Bash

# Template file for 'python3-google-auth-httplib2'
pkgname=python3-google-auth-httplib2
version=0.1.0
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
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-python-httplib2"
distfiles="${PYPI_SITE}/g/google-auth-httplib2/google-auth-httplib2-${version}.tar.gz"
checksum=a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac
# tests require unpackaged optional dependency
make_check=no