dev-python/zope-event: Bump to 6.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-09-13 08:29:24 +02:00
parent f7cd426990
commit 8286eb951f
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST zope_event-5.1.1.tar.gz 18811 BLAKE2B 26674b5b04fc4cac345f9d4bc772e0b560aad1a250c78a51c5d94d8ab2f17adf85f460ced9f1c003b7eb7ff78588a4eb34ca1a038d04606513301045ebe86221 SHA512 169e741588ac9e7c36651009a64135f5de501fe273721ee014353f4fba099bdbdabc7b8c3d641ec5cfd505963455bde822b57055a97d59128a47bad4fe00c510
DIST zope_event-6.0.tar.gz 18731 BLAKE2B 51a0f274ee07b0044e25f629371c3b91870546663e5f918c98ebfebafa7952b39aa6ced106b613808d590909b969fc62189d9a452b780e57ed722686ad0106ee SHA512 268e494a578b00bce9ed9df1b3dae24e5f6650f6c61b967a3d9eab542ef086ecfe242d1814edf0bb7501ab18d880613135bbb6d20ecd2e53ce8c91da1603c449

View File

@@ -0,0 +1,26 @@
# 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="Event publishing / dispatch, used by Zope Component Architecture"
HOMEPAGE="
https://pypi.org/project/zope.event/
https://github.com/zopefoundation/zope.event/
"
LICENSE="ZPL"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
distutils_enable_tests unittest
python_test() {
eunittest -s "${BUILD_DIR}/install$(python_get_sitedir)/zope"
}