dev-python/zope-hookable: drop 8.0, 8.1

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2026-01-30 18:00:15 +02:00
parent 30cff76fd4
commit cba05ac8dd
3 changed files with 0 additions and 79 deletions

View File

@@ -1,3 +1 @@
DIST zope_hookable-8.0.tar.gz 20436 BLAKE2B 9cb17318b9745c8ba94d1c56a70636bbd0644be0c3d16fd099aa58cae68dcb7c57dd70ce3fa861855586b5b7426970e635598885beef2e51f559ba815b2e2ef4 SHA512 ae8c0779532e0ced1713a94228e82db440c1e67974b8837788bb56858106c365750bab9611b4b4754ac91dbf4b0ff630fcf6843b380d099fcda7297e4157ccbd
DIST zope_hookable-8.1.tar.gz 20554 BLAKE2B 2e506ff43617a8f5ea1b1252aa74f544a9a1711102382f47b21d92fe645c0f838c7bc82402f7bae1f71617727a2b846ec331b2e2bba0d51631621d3494715231 SHA512 04d5f239d3f3f33cd1c710b5c38fbeb6b2763784aa83327186e01477f701e00ffefbcad195d1991bee3c8b90bd91978243614bb5dde2730cc903ca9578d8ac79
DIST zope_hookable-8.2.tar.gz 19275 BLAKE2B 28693fefa56080ff4d081c15bd71f39fb61ebf3da17508dd934502a3c173114e3a687d61835708df35463153f783e1981adfc66e8fae83a7a7800d4df6ee8d58 SHA512 90eb4d2fb389de52f613a2dab83156d183b914d3be4253de67367693d1cec06d9c84e272acbc7742ca637c4a01401125c2864f2941b6549b4230fc0928d4cf0e

View File

@@ -1,42 +0,0 @@
# Copyright 2022-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} )
inherit distutils-r1 pypi
DESCRIPTION="Efficient creation of 'hookable' objects"
HOMEPAGE="
https://pypi.org/project/zope.hookable/
https://github.com/zopefoundation/zope.hookable/
"
LICENSE="ZPL"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
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"
}

View File

@@ -1,35 +0,0 @@
# Copyright 2022-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} )
inherit distutils-r1 pypi
DESCRIPTION="Efficient creation of 'hookable' objects"
HOMEPAGE="
https://pypi.org/project/zope.hookable/
https://github.com/zopefoundation/zope.hookable/
"
LICENSE="ZPL"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-python/zope-testing[${PYTHON_USEDEP}]
)
"
distutils_enable_tests unittest
python_test() {
eunittest -s "${BUILD_DIR}/install$(python_get_sitedir)/zope"
}