21 lines
786 B
Bash
21 lines
786 B
Bash
# Template file for 'python3-google-api-core'
|
|
pkgname=python3-google-api-core
|
|
version=1.22.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=779107f17e0fef8169c5239d56a8fbff03f9f72a3893c0c9e5842ec29dfedd54
|
|
|
|
do_check() {
|
|
: all tests require grpc, which is optional dependencies.
|
|
}
|