commit:     f77ce0e2b2a9f17aad844778a0bd79d98de2d4ab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 18 06:49:23 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 18 07:06:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77ce0e2

dev-python/zope-testing: Remove old

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

 dev-python/zope-testing/Manifest                |  1 -
 dev-python/zope-testing/zope-testing-5.1.ebuild | 52 -------------------------
 2 files changed, 53 deletions(-)

diff --git a/dev-python/zope-testing/Manifest b/dev-python/zope-testing/Manifest
index 3a66e5817011..2d1d8b68c0e1 100644
--- a/dev-python/zope-testing/Manifest
+++ b/dev-python/zope-testing/Manifest
@@ -1,2 +1 @@
-DIST zope_testing-5.1.tar.gz 42344 BLAKE2B 
5a4ca515dcdc80331ddfb731ea0152e4f1746aa6c097415bdc238d4d330523960aa211ffadf5eb76b85b483a21ee1d28da7b0068f05c9c202a3aeca4af61bc80
 SHA512 
e45053b2e3a8b3ecbe54bc18f1b6f4c274177aaaebd1385eac979bb245c8c25e8db28cb111d1d1a363bf9e2a153df97824074168a39b6c371ed6f68d902b40d2
 DIST zope_testing-6.0.tar.gz 42462 BLAKE2B 
8ea0b46417d1227a5a13fd782ebbd497dc208441ebb224d621c560d658dff50e3af74175cb4b339c5c53cb14c9e5a99146b1aa262488380429ed2c3269a372c4
 SHA512 
a2fe987a308075e611d585e3cba1d62ada883be2e44fccb59fbd4aa04095dd1774f8589f7a2f76211ffe3058da01799e105c53a7fe9d1bbba0bf88e85b85587a

diff --git a/dev-python/zope-testing/zope-testing-5.1.ebuild 
b/dev-python/zope-testing/zope-testing-5.1.ebuild
deleted file mode 100644
index 2a11e5fb1d1c..000000000000
--- a/dev-python/zope-testing/zope-testing-5.1.ebuild
+++ /dev/null
@@ -1,52 +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 testing helpers"
-HOMEPAGE="
-       https://pypi.org/project/zope.testing/
-       https://github.com/zopefoundation/zope.testing/
-"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-
-RDEPEND="
-       !dev-python/namespace-zope
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-       # strip rdep specific to namespaces
-       sed -i -e "/'setuptools'/d" 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
-       "${EPYTHON}" - <<-EOF || die
-               import sys
-               import unittest
-
-               from zope.testing.tests import test_suite
-
-               runner = unittest.TextTestRunner(verbosity=2)
-               result = runner.run(test_suite())
-               sys.exit(0 if result.wasSuccessful() else 1)
-       EOF
-}

Reply via email to