void-packages/srcpkgs/python3-googleapis-common-protos/template
2020-07-01 20:24:23 +02:00

21 lines
716 B
Bash

# Template file for 'python3-googleapis-common-protos'
pkgname=python3-googleapis-common-protos
version=1.51.0
revision=2
archs=noarch
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=013c91704279119150e44ef770086fdbba158c1f978a6402167d47d5409e226e
post_install() {
chmod -R +r "${DESTDIR}/${py3_sitelib}"
}