commit:     be713be0efd52fde7d2f9ca947abf715cd2242e7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 06:16:04 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 07:06:28 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be713be0

dev-python/googleapis-common-protos: Bump to 1.73.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/googleapis-common-protos/Manifest       |  2 ++
 .../googleapis-common-protos-1.73.0.ebuild         | 33 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/googleapis-common-protos/Manifest 
b/dev-python/googleapis-common-protos/Manifest
index d4426810579c..64dccf1fecc4 100644
--- a/dev-python/googleapis-common-protos/Manifest
+++ b/dev-python/googleapis-common-protos/Manifest
@@ -1 +1,3 @@
 DIST googleapis_common_protos-1.72.0.tar.gz 147433 BLAKE2B 
faff25167527b2798d7d32267818771246590f07c8ba9f6a75da4e3e904d56e27e2fc6b722e9f0ac2eda2ac99307114d6235d9c410d4df0df861fa289c9e6424
 SHA512 
daa6e3497e9849a323aaf4d5394bb3dc3fc5102f1547a6d9d09f9ae7112f32de62ba2bd5c18debdde7520b42b046ed8bd91485b900657631b16b92f58ce8195f
+DIST googleapis_common_protos-1.73.0.tar.gz 147323 BLAKE2B 
6c471d1f246affbfd2e9f368bf1fd3b4bf9d0401f3bd3cda5633c21a822cc8e543cea16d2adebc11c64c20221718a7590216f90f3b5c00e42a74c84cf5d60872
 SHA512 
e1da403b6d5e7ba2dab0f6c6b8a1421bf25d7ad8ca0197662d7f336df9028341744f64cb61d83d414274fc2a66d15f9a45be28eb4cdccbed2e6dfb1145793679
+DIST googleapis_common_protos-1.73.0.tar.gz.provenance 5968 BLAKE2B 
36ec8c8325dd097877874f29a6c9e8575e7cb0f49c42f81dd2986146bc690af37d8d47c6163b29dde2646544cd61fd057729043fb78b0012e6c972cec56c074d
 SHA512 
e80a81c931fa25fdbc67c4607d23df98d5d52a5c803461c7f858a94da042b53fd248d1eef374477c0cd5d4cd42f56c7713452ae227e14a27f6636e04d8c01ae8

diff --git 
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.73.0.ebuild 
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.73.0.ebuild
new file mode 100644
index 000000000000..0a5d8af89f20
--- /dev/null
+++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.73.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=gcp:[email protected]
+PYTHON_COMPAT=( python3_{11..14} )
+
+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 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+       <dev-python/protobuf-7[${PYTHON_USEDEP}]
+       >=dev-python/protobuf-3.15.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_compile() {
+       distutils-r1_python_compile
+       find "${BUILD_DIR}" -name '*.pth' -delete || die
+}

Reply via email to