commit: 60df257f91aa7de786c8ec9fa9a27278acacb237
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 15:59:33 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 16:35:44 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60df257f
dev-python/zope-i18nmessageid: drop 8.0, 8.1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/zope-i18nmessageid/Manifest | 2 --
.../zope-i18nmessageid-8.0.ebuild | 36 ----------------------
.../zope-i18nmessageid-8.1.ebuild | 34 --------------------
3 files changed, 72 deletions(-)
diff --git a/dev-python/zope-i18nmessageid/Manifest
b/dev-python/zope-i18nmessageid/Manifest
index 9f5a99da2e26..50d47f50fcd9 100644
--- a/dev-python/zope-i18nmessageid/Manifest
+++ b/dev-python/zope-i18nmessageid/Manifest
@@ -1,3 +1 @@
-DIST zope_i18nmessageid-8.0.tar.gz 26924 BLAKE2B
929b5df9de131ca5c5951a35f48b1092aa768c7a67cb9608dddf51bd2b7d1db4702d70591af3fb3fcdd9ac7db881245c89b69460d4a438ac3c0a3bdb8483d807
SHA512
a996ff5cc03c48fd8d203e7a67fce463958d404bbaa31d27103de2b60b847217f5f5e53e8fe4887cf8df36bf3854c5700466630eb5958c20eab7079874ad2285
-DIST zope_i18nmessageid-8.1.tar.gz 26697 BLAKE2B
5f0911d91479ad608c2ce0365401a50dfeb2878564152e264e03bf7d191eea6aae9bd0aa291d786db08e54914846bda8ff4a212b862ac53cdfe3ce217c24221e
SHA512
682f127f6f026a281ed9aefe68c3dd1b00d0e5c63b418d6ab399994335298148a08e7d788da20859405a42ce51c5895baa8c5e6f82875ed7f948ca37e0ee13b1
DIST zope_i18nmessageid-8.2.tar.gz 24716 BLAKE2B
73751a2c466ea8331a47f6ce13920cf4fa47585c6962a66c20c721428c4955d3610151891e909447beec023195bc9edef613bb77bb2ec6b5933063204d1e568b
SHA512
59c625f45f0b1819af27a29a455fd1a960e1ca3e7a62ddcd5e4b06f76e5398213ee4d4f5c5b30b2c03ce910dddf7f9cf18cd6a4ecd48a23978bfad574ac22037
diff --git a/dev-python/zope-i18nmessageid/zope-i18nmessageid-8.0.ebuild
b/dev-python/zope-i18nmessageid/zope-i18nmessageid-8.0.ebuild
deleted file mode 100644
index 8dd58a686ec0..000000000000
--- a/dev-python/zope-i18nmessageid/zope-i18nmessageid-8.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..14} python3_{13..14}t pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Zope support for i18nmessageid (tagging source of i18n strings)"
-HOMEPAGE="
- https://pypi.org/project/zope.i18nmessageid/
- https://github.com/zopefoundation/zope.i18nmessageid/
-"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # strip rdep specific to namespaces
- sed -i -e "s:'setuptools'::" setup.py || die
- # force failure if extension build fails
- sed -i -e "/'build_ext':/d" setup.py || die
-}
-
-python_test() {
- eunittest -s "${BUILD_DIR}/install$(python_get_sitedir)/zope"
-}
diff --git a/dev-python/zope-i18nmessageid/zope-i18nmessageid-8.1.ebuild
b/dev-python/zope-i18nmessageid/zope-i18nmessageid-8.1.ebuild
deleted file mode 100644
index c537015afad8..000000000000
--- a/dev-python/zope-i18nmessageid/zope-i18nmessageid-8.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..14} python3_{13..14}t pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Zope support for i18nmessageid (tagging source of i18n strings)"
-HOMEPAGE="
- https://pypi.org/project/zope.i18nmessageid/
- https://github.com/zopefoundation/zope.i18nmessageid/
-"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # force failure if extension build fails
- sed -i -e "/'build_ext':/d" setup.py || die
-}
-
-python_test() {
- eunittest -s "${BUILD_DIR}/install$(python_get_sitedir)/zope"
-}