commit:     1c9e8695963a1ba7ac67708eebadf1268e464877
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 16:01:05 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 16:35:45 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9e8695

dev-python/zope-schema: drop 7.1, 8.0

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

 dev-python/zope-schema/Manifest               |  2 --
 dev-python/zope-schema/zope-schema-7.1.ebuild | 51 ---------------------------
 dev-python/zope-schema/zope-schema-8.0.ebuild | 44 -----------------------
 3 files changed, 97 deletions(-)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index ec7dc31d3714..140d3e488ccd 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1,3 +1 @@
-DIST zope_schema-7.1.tar.gz 109864 BLAKE2B 
26dccb457128df88700354f0b10895fb898e082010730c714ae8d116d5f85d66cefb5274a6202357a3316b8ae40ecf930fde1a2cd5a01d158926cef6732de822
 SHA512 
4a462e3e5897377a07f75f2f07a8fc116e7ccf94c4660207d2d0be0c5883f1eb339ec93489958da3019fe150459762a4d62062ac876b1dadbf7449e7899a18ca
-DIST zope_schema-8.0.tar.gz 109823 BLAKE2B 
d3f4b73037c8667ac494f1baa777797ad0f39e6c58367f3b222eaced9acc9156305503e2362df1ebca3dda5777d5bc6d05203da868482cb40cc3bafcc7ad4c81
 SHA512 
bc1dc2cfbbb5cf91627003d1cfd67c355d7a501935ab87cb73a745c3743be55a67369090d4286018a5e027774dd893532fd57636b62b331069bbee5d6ae7ec23
 DIST zope_schema-8.1.tar.gz 109902 BLAKE2B 
1b55ec0e761b6a07668112c98297400b3fd0fcf73d4c8184adf88f8220e898d2f3fc147414b9b6b357fcb3c52a53f9016fef6442f614f7b56a0385b75c4995b5
 SHA512 
832541957c2c4222f044ba3bdd062b5a9cd6413b132df8066507299f0674fba919469acbab6d266ae4e0cde7f6ca676553c7083ee4b1413aa4c656379af639cb

diff --git a/dev-python/zope-schema/zope-schema-7.1.ebuild 
b/dev-python/zope-schema/zope-schema-7.1.ebuild
deleted file mode 100644
index 6affd472cd9b..000000000000
--- a/dev-python/zope-schema/zope-schema-7.1.ebuild
+++ /dev/null
@@ -1,51 +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} pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Zope schema Architecture"
-HOMEPAGE="
-       https://pypi.org/project/zope.schema/
-       https://github.com/zopefoundation/zope.schema/
-"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-       dev-python/zope-event[${PYTHON_USEDEP}]
-       >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]
-       !dev-python/namespace-zope
-"
-BDEPEND="
-       test? (
-               dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-               dev-python/zope-testing[${PYTHON_USEDEP}]
-       )
-"
-
-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
-       eunittest
-}

diff --git a/dev-python/zope-schema/zope-schema-8.0.ebuild 
b/dev-python/zope-schema/zope-schema-8.0.ebuild
deleted file mode 100644
index 40686ad65ba9..000000000000
--- a/dev-python/zope-schema/zope-schema-8.0.ebuild
+++ /dev/null
@@ -1,44 +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} pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Zope schema Architecture"
-HOMEPAGE="
-       https://pypi.org/project/zope.schema/
-       https://github.com/zopefoundation/zope.schema/
-"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-       dev-python/zope-event[${PYTHON_USEDEP}]
-       >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-               dev-python/zope-testing[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-       distutils-r1_src_prepare
-
-       # strip rdep specific to namespaces
-       sed -i -e "/'setuptools'/d" setup.py || die
-}
-
-python_test() {
-       eunittest -s "${BUILD_DIR}/install$(python_get_sitedir)/zope"
-}

Reply via email to