dev-python/zope-component: Bump to 7.1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-02-04 04:34:29 +01:00
parent 0fb61a7c3e
commit 351895d525
2 changed files with 41 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST zope_component-7.0.tar.gz 91467 BLAKE2B 1bef9898f2423b3d09eccb852293889941d50dcbcbaf42a1a65ccf7978b640278949a2799b16c86e3227901bc2c090436666564556374422d9f79bfad9191f9d SHA512 e5ba3dca773e19aa9333a85305fc28eea82ecf406c6c5028cf6eb9473ee896653c2aa9e3773614867df1019663e63fad068d1e6707526ee358d41f208be9f4c8
DIST zope_component-7.1.tar.gz 91153 BLAKE2B a6bf381bac9f97dc977354e81ef3357e4e4a67a8361632104d407a33dfada3d77d43323e7d992c854e9b695096260205da40b05945d68a3c23cafaa812738eca SHA512 1b93eb25475fdd44560f2300faf0ac0eb4cbce71caa417e5083ae6b66219c5657244b12e906fd798d5bd8b31f7aac4f86925664c2dbcca4740db8a405a608f50

View File

@@ -0,0 +1,40 @@
# Copyright 1999-2026 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} )
inherit distutils-r1 pypi
DESCRIPTION="Zope Component Architecture"
HOMEPAGE="
https://pypi.org/project/zope.component/
https://github.com/zopefoundation/zope.component/
"
LICENSE="ZPL"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="
dev-python/zope-event[${PYTHON_USEDEP}]
>=dev-python/zope-hookable-4.2.0[${PYTHON_USEDEP}]
>=dev-python/zope-interface-5.3[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/zope-configuration[${PYTHON_USEDEP}]
dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
dev-python/zope-testing[${PYTHON_USEDEP}]
)
"
distutils_enable_tests unittest
python_test() {
distutils_write_namespace zope
eunittest -s "${BUILD_DIR}/install$(python_get_sitedir)"
}