void-packages/srcpkgs/python3-googleapis-common-p.../template

20 lines
809 B
Bash

# Template file for 'python3-googleapis-common-protos'
pkgname=python3-googleapis-common-protos
version=1.58.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-protobuf"
checkdepends="${depends} python3-grpcio python3-mock python3-pytest-xdist"
short_desc="Common protobufs used in Google APIs (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://pypi.org/project/googleapis-common-protos/"
changelog="https://raw.githubusercontent.com/googleapis/python-api-common-protos/v1.57.0/CHANGELOG.md"
distfiles="${PYPI_SITE}/g/googleapis-common-protos/googleapis-common-protos-${version}.tar.gz"
checksum=c727251ec025947d545184ba17e3578840fc3a24a0516a020479edab660457df
post_install() {
chmod -R +r "${DESTDIR}/${py3_sitelib}"
}