commit:     c07b33517b0e0b64d5778cdac1b612f7bfb106ea
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 16:03:02 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 16:35:46 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07b3351

dev-python/zope-deprecation: drop 5.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/zope-deprecation/Manifest               |  1 -
 .../zope-deprecation/zope-deprecation-5.1.ebuild   | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-python/zope-deprecation/Manifest 
b/dev-python/zope-deprecation/Manifest
index 254d8ceade44..b5f27cb99051 100644
--- a/dev-python/zope-deprecation/Manifest
+++ b/dev-python/zope-deprecation/Manifest
@@ -1,2 +1 @@
-DIST zope_deprecation-5.1.tar.gz 24453 BLAKE2B 
4dc7d9639a998ba11de839145bf4fb11d3b34de29c756c87de98b833ced4a6f2de4024d7b52a4f8c9ab225bf9c459ae79656d2073b9c76a38d9d8d1397aa06e2
 SHA512 
77b32d3456c5456ffc36eec936b176cdec365fd4561dd2ac06c3222dd4360ef6339ba34601abb29e273eabc3562b6bcdac5627c35b8b95f083015ba118be7979
 DIST zope_deprecation-6.0.tar.gz 24480 BLAKE2B 
e4b87c91364db229e5bcf78331c6e9c41a9b74067895d7e0ac679768863e3699d6a7111b877e054fdd2f68040a6c64c12871150a3ee5c664d6d3637cde8c302f
 SHA512 
4a48d689c7a4f5950bfd8d80a4fc11aa9958a3558cf7f21a132155d7f10ca95fab77ca7bf51feb0f0f439a86a7c78bc6f6521eae5d5ef4cf540b31e51437f3ca

diff --git a/dev-python/zope-deprecation/zope-deprecation-5.1.ebuild 
b/dev-python/zope-deprecation/zope-deprecation-5.1.ebuild
deleted file mode 100644
index 3fc20aa6d6dc..000000000000
--- a/dev-python/zope-deprecation/zope-deprecation-5.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..14} python3_{13..14}t pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Zope Deprecation Infrastructure"
-HOMEPAGE="
-       https://pypi.org/project/zope.deprecation/
-       https://github.com/zopefoundation/zope.deprecation/
-"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
-       !dev-python/namespace-zope
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-       # strip rdep specific to namespaces
-       sed -i -e "s:'setuptools',::" setup.py || die
-       distutils-r1_src_prepare
-}
-
-python_compile() {
-       distutils-r1_python_compile
-       find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-       cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-       distutils_write_namespace zope
-       eunittest
-}

Reply via email to