19 lines
783 B
Bash
19 lines
783 B
Bash
# Template file for 'python3-google-api-core'
|
|
pkgname=python3-google-api-core
|
|
version=1.26.2
|
|
revision=2
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-googleapis-common-protos python3-protobuf python3-google-auth
|
|
python3-requests python3-six python3-pytz"
|
|
checkdepends="$depends python3-mock python3-pytest"
|
|
short_desc="Google API client core library for Python3"
|
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/googleapis/python-api-core"
|
|
distfiles="${PYPI_SITE}/g/google-api-core/google-api-core-${version}.tar.gz"
|
|
checksum=418a131cd349e8bda036741d93e7fb9caefa691daa7296851193edc60b3c946c
|
|
# all tests require grpc, which is optional dependencies.
|
|
make_check=no
|