commit: f17b601f02cac30d6703d4cb1b0ce898adc432f9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 3 12:16:35 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 3 12:21:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17b601f
dev-python/googleapis-common-protos: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/googleapis-common-protos/Manifest | 1 -
.../googleapis-common-protos-1.69.2.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/googleapis-common-protos/Manifest
b/dev-python/googleapis-common-protos/Manifest
index b8ce80a042ca..1bf0b3346195 100644
--- a/dev-python/googleapis-common-protos/Manifest
+++ b/dev-python/googleapis-common-protos/Manifest
@@ -1,2 +1 @@
-DIST googleapis_common_protos-1.69.2.tar.gz 144496 BLAKE2B
0f6eeef6fc124062db6214fa4d90b9717e4c4fce6b61faa0864ba8946a6c1de4ff7941b8dae6e1a0fb09821ae79927cd1a45eb5768a7ea22a7d866e58fc9b489
SHA512
a8f6f6ab551813e05db06af9ec404e4e87dcf2ebdeeecc6976b11a7cf0ccf0e6ca500ba0c263dcb6b71290b3919c84e5af8c2705ae3f4a5b630831aea8ddb668
DIST googleapis_common_protos-1.70.0.tar.gz 145903 BLAKE2B
6ea31260065b375a95c2a6ea9290fc4089449163b00230692777363edd77ae5aa65c42665309ac785f2831ad58e442a64f22419520cd87fe5ea0fa8d5a3e026f
SHA512
02f5883a94ee59876d800b479e711f48367698f885cb3965f542af5f108f4858b7fd20b01c95a76c1cc792b7a3e883e68f8f0c04ef132da388c67576bce89ece
diff --git
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.69.2.ebuild
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.69.2.ebuild
deleted file mode 100644
index 8bf19eaafafb..000000000000
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.69.2.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_{10..13} )
-
-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-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
-}