18 lines
782 B
Bash
18 lines
782 B
Bash
# Template file for 'python3-google-api-core'
|
|
pkgname=python3-google-api-core
|
|
version=2.11.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-googleapis-common-protos python3-protobuf python3-google-auth
|
|
python3-requests"
|
|
short_desc="Google API client core library for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://googleapis.dev/python/google-api-core/latest/index.html"
|
|
changelog="https://raw.githubusercontent.com/googleapis/python-api-core/main/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/g/google-api-core/google-api-core-${version}.tar.gz"
|
|
checksum=4b9bb5d5a380a0befa0573b302651b8a9a89262c1730e37bf423cec511804c22
|
|
# tests require unpackaged dependencies: asyncmock, proto-plus
|
|
make_check=no
|