20 lines
703 B
Bash
20 lines
703 B
Bash
# Template file for 'python3-googleapis-common-protos'
|
|
pkgname=python3-googleapis-common-protos
|
|
version=1.52.0
|
|
revision=2
|
|
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=560716c807117394da12cecb0a54da5a451b5cf9866f1d37e9a5e2329a665351
|
|
|
|
post_install() {
|
|
chmod -R +r "${DESTDIR}/${py3_sitelib}"
|
|
}
|