commit: 358e03132207e8d8e19dac0a729ca81eff0fb300
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 7 06:15:31 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 7 07:06:27 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358e0313
dev-python/googleapis-common-protos: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/googleapis-common-protos/Manifest | 2 --
.../googleapis-common-protos-1.70.0.ebuild | 31 ---------------------
.../googleapis-common-protos-1.71.0.ebuild | 32 ----------------------
3 files changed, 65 deletions(-)
diff --git a/dev-python/googleapis-common-protos/Manifest
b/dev-python/googleapis-common-protos/Manifest
index b2b36312b846..d4426810579c 100644
--- a/dev-python/googleapis-common-protos/Manifest
+++ b/dev-python/googleapis-common-protos/Manifest
@@ -1,3 +1 @@
-DIST googleapis_common_protos-1.70.0.tar.gz 145903 BLAKE2B
6ea31260065b375a95c2a6ea9290fc4089449163b00230692777363edd77ae5aa65c42665309ac785f2831ad58e442a64f22419520cd87fe5ea0fa8d5a3e026f
SHA512
02f5883a94ee59876d800b479e711f48367698f885cb3965f542af5f108f4858b7fd20b01c95a76c1cc792b7a3e883e68f8f0c04ef132da388c67576bce89ece
-DIST googleapis_common_protos-1.71.0.tar.gz 146454 BLAKE2B
a0e1beed7a2d246371350e416bd949b5d085f9225b529beb72f4f21779932341b26676b5679593038ebc8b6beba31de8971ed6afdb53985c6ccf6b1a24ddb0b1
SHA512
6bfffadcd5119a4d942b4ba0df363d1c16e54da30692d36e9c4bd5cfb777a2388650b453530965ed25fed6de70ace749c1ad6e6c0cd9360e70e27acc9f263f84
DIST googleapis_common_protos-1.72.0.tar.gz 147433 BLAKE2B
faff25167527b2798d7d32267818771246590f07c8ba9f6a75da4e3e904d56e27e2fc6b722e9f0ac2eda2ac99307114d6235d9c410d4df0df861fa289c9e6424
SHA512
daa6e3497e9849a323aaf4d5394bb3dc3fc5102f1547a6d9d09f9ae7112f32de62ba2bd5c18debdde7520b42b046ed8bd91485b900657631b16b92f58ce8195f
diff --git
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.70.0.ebuild
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.70.0.ebuild
deleted file mode 100644
index 357ac47c51c6..000000000000
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.70.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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}]
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
diff --git
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.71.0.ebuild
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.71.0.ebuild
deleted file mode 100644
index c0347e0f16de..000000000000
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.71.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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
-}