commit: 2901a5afebbb618e42a38c479784c7f02351a7ca
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 19:30:24 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 20:06:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2901a5af
dev-python/googleapis-common-protos: Bump to 1.59.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/googleapis-common-protos/Manifest | 1 +
.../googleapis-common-protos-1.59.0.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/googleapis-common-protos/Manifest
b/dev-python/googleapis-common-protos/Manifest
index df043d5d1f6d..20a1e77a5c5c 100644
--- a/dev-python/googleapis-common-protos/Manifest
+++ b/dev-python/googleapis-common-protos/Manifest
@@ -1 +1,2 @@
DIST googleapis-common-protos-1.58.0.tar.gz 117015 BLAKE2B
7821d83e40c42196517e27f9340741deb2c04fe15129c6e6f9c90c884ce6c4ffae38d456494d5271ac42f680595f82941df70bb2d94c5c20743d99c237a29354
SHA512
3e057e8dce7898ebf5c63ea1ded4f336ad5235ee6e7595739efd4c005b34f63d88481242f2d5a38b8d531d79d1957c2b79918bf61eb3ebc52227ec20b204cc82
+DIST googleapis-common-protos-1.59.0.tar.gz 117558 BLAKE2B
cd566fd57f9a3e783389aa31ee9c148efa267b727c134ef870c3a3da8d43caf7a55b0623f26810b7fa24ec3f828d8e517ffe76eedf6c80eac677b4b982e74a07
SHA512
7699f818f30f2938a6c701b41e84cd0cefd652c6004169532461b5c435270ea42806271032ff5b3cc8cae04b9a8568795aa0786dc362f190fe3e1eeee0a0cda7
diff --git
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.59.0.ebuild
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.59.0.ebuild
new file mode 100644
index 000000000000..aa60bc31bfd4
--- /dev/null
+++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.59.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python classes generated from the common protos in the googleapis
repository"
+HOMEPAGE="
+ https://github.com/googleapis/python-api-common-protos/
+ https://pypi.org/project/googleapis-common-protos/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ <dev-python/protobuf-python-5[${PYTHON_USEDEP}]
+ >=dev-python/protobuf-python-3.15.0[${PYTHON_USEDEP}]
+ !dev-python/namespace-google
+"
+
+python_compile() {
+ distutils-r1_python_compile
+ find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+# no tests as this is all generated code