void-packages/srcpkgs/python3-googleapis-common-protos/template

22 lines
763 B
Bash

# Template file for 'python3-googleapis-common-protos'
pkgname=python3-googleapis-common-protos
version=1.53.0
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-protobuf"
checkdepends="python3-protobuf python3-six"
short_desc="Common protobufs used in Google APIs (Python3)"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="Apache-2.0"
homepage="https://github.com/googleapis/googleapis"
distfiles="${PYPI_SITE}/g/googleapis-common-protos/googleapis-common-protos-${version}.tar.gz"
checksum=a88ee8903aa0a81f6c3cec2d5cf62d3c8aa67c06439b0496b49048fb1854ebf4
# testing requires many optional dependencies
make_check=no
post_install() {
chmod -R +r "${DESTDIR}/${py3_sitelib}"
}