New package: python3-googleapis-common-protos-1.51.0.

Dependency for python3-google-api-core.

Closes: #22227
This commit is contained in:
Peter Bui 2020-05-23 08:59:12 -04:00 committed by Đoàn Trần Công Danh
parent d52b8ff25e
commit 613a7fa177

View file

@ -0,0 +1,20 @@
# Template file for 'python3-googleapis-common-protos'
pkgname=python3-googleapis-common-protos
version=1.51.0
revision=1
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 ${py3_sitelib}
}