commit:     2f61ed92694ebfdd5fa4fc47f1f825ff89a3753f
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Fri Oct 17 15:33:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 22 11:34:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f61ed92

dev-python/protobuf: drop 5.29.4-r2

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44225
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/protobuf/Manifest                  |  1 -
 dev-python/protobuf/protobuf-5.29.4-r2.ebuild | 29 ---------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-python/protobuf/Manifest b/dev-python/protobuf/Manifest
index cda7f964c901..22f39a7438e8 100644
--- a/dev-python/protobuf/Manifest
+++ b/dev-python/protobuf/Manifest
@@ -2,7 +2,6 @@ DIST protobuf-29.5.gh.tar.gz 9351493 BLAKE2B 
bb591ebe69cc76830ac84e4af10a3de3cc5
 DIST protobuf-32.0.gh.tar.gz 9692366 BLAKE2B 
37e09bec62a5c35a3ca45d4bd4fd27e719a4f04b95f049b265ca7c231459d8333eafc13cfd1126dda5ccf799ab2e2e9f305fcae5525a64b4b1eb45b1fb3a897b
 SHA512 
89806b219fa2132e46bf01b7a5831c2977ad7ebe06750956d0e17bcdc028498e883704445fca56bb813f4b78e935709f67f8fa1b46b597840c58a843483cdafb
 DIST protobuf-32.1.gh.tar.gz 9694736 BLAKE2B 
37a310799eaa58b14f67c62410f1e150c031b94db5a499ceeda749bd13a1165403a5d4c86ffa45729ae333080697ce0619b29a51d2bc345de012f99a3ce5dd20
 SHA512 
840239f4fb57450ffe61f2cdc73daf5f1f3ea317b1ab1135a90303783e62722cfa410ff27bb2c5c6d3106be39ccdc95cdfbc5bf271ba79f935ab85f9b8ce3075
 DIST protobuf-33.0.gh.tar.gz 6869946 BLAKE2B 
ee9a600d67873f129138cb3ab13b3d5197301e8cfc682f194317c8389f7115d10bab73e410116570f8f0ccfe2dc20f8f629b47c90f7b31a3df54acfacda18506
 SHA512 
365f975f2e982dd2d5588dc0ff435316bf6e50d272e419c01793e4d02f1a9f1e98026fc854ec73f1ee4eb0391701201ae82c7af9b18f3b677d451dd3dd78c468
-DIST protobuf-5.29.4.py.tar.gz 424902 BLAKE2B 
54941b008ff5ebd007076448828564128d98e9a6a4613c87057c359124940d341358fe28107b929e3e842ac7e1b34ed54c30219ed95cbb418826592e2458a01f
 SHA512 
634faf103ed8320762593689796d26e6b988e1b40277b12dc7356983c07d5d1da8cac1530e4f16c0a1494abfb885f26bf9884988029e863515cf535c62d96c77
 DIST protobuf-5.29.5.py.tar.gz 425226 BLAKE2B 
1d7461e94ba8bc097d6f52170678665e3cd97ef44e4757e6c20bcb1bdfbfe673d26cd4a63f8e6972af964e381dfffedeb9a4959ec7a7d5a3a3f87f917c8aa329
 SHA512 
cbb39efe7f6499362b3e4cc9f073df921c8b83d3aafde245a2ca3432f3e744a428e946799c48b2797e08312342e164eced0bf2b8865b8d042b54913855abb1c8
 DIST protobuf-6.30.2.gh.tar.gz 9523913 BLAKE2B 
d3950abfe8b3b61dc2bb61f683b014de29451252c46b670dee75a81eb0b8ed30a3209227aa9483800244af16058469deb281521609d769a3456a798ca8a9a4a3
 SHA512 
f2ee857a36b49f87257a306b3f3c361770d74aaf24c4650b9d00994e1e1a0b09079fb0ce5ffb4d5a4a32d8ca46e3247d6db454918fa0b104fc8d58e8a0546a96
 DIST protobuf-6.30.2.py.tar.gz 429315 BLAKE2B 
6b56e23a8a962ce9da282ec49c4807877f4bfb677ad84bb6930b83cc436e9839f5791cfb19105678881c8361e27d62d3dde51e5e6c42f7a0e146d9e469282780
 SHA512 
48ddb2b63acc91759ba4243926c50bb0d16601aace9019129975701634b77a59415659751c69b06464afe994a0fbbd8da6640a208b743ba7df8bf6d60c5ec2b9

diff --git a/dev-python/protobuf/protobuf-5.29.4-r2.ebuild 
b/dev-python/protobuf/protobuf-5.29.4-r2.ebuild
deleted file mode 100644
index c7bb73fae092..000000000000
--- a/dev-python/protobuf/protobuf-5.29.4-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2008-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Default implementation currently is upb, which doesn't match 
dev-libs/protobuf
-# 
https://github.com/protocolbuffers/protobuf/blob/main/python/README.md#implementation-backends
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
-PYPI_PN="protobuf"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Google's Protocol Buffers - Python bindings"
-HOMEPAGE="
-       https://protobuf.dev/
-       https://pypi.org/project/protobuf/
-"
-
-# Rename sdist to avoid conflicts with dev-libs/protobuf
-SRC_URI="
-       $(pypi_sdist_url) -> ${P}.py.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0/$(ver_cut 1-3)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"

Reply via email to