From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-hookable/
Date: Sat, 13 Sep 2025 06:40:51 +0000 (UTC) [thread overview]
Message-ID: <1757745642.944a5ad9b303ea0087542bbb9dae0a244a87b551.mgorny@gentoo> (raw)
commit: 944a5ad9b303ea0087542bbb9dae0a244a87b551
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 13 06:25:39 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 13 06:40:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944a5ad9
dev-python/zope-hookable: Bump to 8.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zope-hookable/Manifest | 1 +
dev-python/zope-hookable/zope-hookable-8.0.ebuild | 42 +++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/zope-hookable/Manifest b/dev-python/zope-hookable/Manifest
index 6844c77727c0..6e60a9695f6c 100644
--- a/dev-python/zope-hookable/Manifest
+++ b/dev-python/zope-hookable/Manifest
@@ -1 +1,2 @@
DIST zope_hookable-7.0.tar.gz 21392 BLAKE2B e6b2921f68be1f5156fede45db2a71e6394785bd5e0a4aff86a5cf943b790e0d26163391bd448739ad074e8b792b37334e48c05086268509d980035bac260066 SHA512 f927a0e15aef9adca72f25c21f2c374d6235d8e3abca9d5d9832e9c8d9b70accebfec2cac339ae360d142e69f69f920c7b2bdbbf230c975fe2c362887380a34d
+DIST zope_hookable-8.0.tar.gz 20436 BLAKE2B 9cb17318b9745c8ba94d1c56a70636bbd0644be0c3d16fd099aa58cae68dcb7c57dd70ce3fa861855586b5b7426970e635598885beef2e51f559ba815b2e2ef4 SHA512 ae8c0779532e0ced1713a94228e82db440c1e67974b8837788bb56858106c365750bab9611b4b4754ac91dbf4b0ff630fcf6843b380d099fcda7297e4157ccbd
diff --git a/dev-python/zope-hookable/zope-hookable-8.0.ebuild b/dev-python/zope-hookable/zope-hookable-8.0.ebuild
new file mode 100644
index 000000000000..a30309797952
--- /dev/null
+++ b/dev-python/zope-hookable/zope-hookable-8.0.ebuild
@@ -0,0 +1,42 @@
+# 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"
+}
next reply other threads:[~2025-09-13 6:41 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-13 6:40 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-13 17:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-hookable/ Arthur Zamarin
2025-04-12 18:54 Michał Górny
2024-10-09 11:45 Michał Górny
2024-10-09 7:30 Arthur Zamarin
2024-10-05 8:08 Arthur Zamarin
2024-10-05 7:39 Michał Górny
2024-09-18 14:03 Michał Górny
2024-06-18 15:56 Michał Górny
2023-11-05 20:58 Michał Górny
2023-11-05 20:07 Sam James
2023-11-05 19:20 Arthur Zamarin
2023-11-05 19:08 Arthur Zamarin
2023-10-05 13:56 Michał Górny
2023-06-06 6:13 Michał Górny
2023-05-04 17:04 Michał Górny
2023-03-21 6:49 Michał Górny
2023-03-17 18:28 Michał Górny
2023-01-04 6:24 Sam James
2022-12-10 11:27 Michał Górny
2022-12-10 9:11 Arthur Zamarin
2022-12-10 9:02 Arthur Zamarin
2022-11-17 18:34 Arthur Zamarin
2022-11-04 8:23 Arthur Zamarin
2022-10-25 12:12 Michał Górny
2022-10-25 10:44 Sam James
2022-10-22 15:49 Arthur Zamarin
2022-09-22 12:17 Michał Górny
2022-06-07 23:12 Sam James
2022-05-28 6:58 Agostino Sarubbo
2022-05-27 9:12 Jakov Smolić
2022-05-18 10:56 Michał Górny
2022-05-13 10:49 Jakov Smolić
2022-05-13 8:55 Jakov Smolić
2022-04-25 6:29 Jakov Smolić
2022-04-24 17:47 Arthur Zamarin
2022-04-23 19:07 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1757745642.944a5ad9b303ea0087542bbb9dae0a244a87b551.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox