dev-python/zope-event: Bump to 6.1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-11-08 07:46:28 +01:00
parent 1cbf7327bb
commit 8bf7ce588e
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST zope_event-6.0.tar.gz 18731 BLAKE2B 51a0f274ee07b0044e25f629371c3b91870546663e5f918c98ebfebafa7952b39aa6ced106b613808d590909b969fc62189d9a452b780e57ed722686ad0106ee SHA512 268e494a578b00bce9ed9df1b3dae24e5f6650f6c61b967a3d9eab542ef086ecfe242d1814edf0bb7501ab18d880613135bbb6d20ecd2e53ce8c91da1603c449
DIST zope_event-6.1.tar.gz 18739 BLAKE2B 1d8fb668164105eea7dc0d22b293475fc1f2dbc2061b36a76a0070847bc3252a8a5355b9ea133cfb856f72dd8b9e787d6dedfc54bb558d5c5d96c50a0f23a794 SHA512 cad9b6942fee284b26881824ec32d5952860f3f51ac593da377d09fba2c9f7c55929506a7551529d57c0fef32fc3f99007bc442f9e18f625454f706229c33156

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"
}