From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/genshi/
Date: Fri, 14 Jun 2024 12:19:03 +0000 (UTC) [thread overview]
Message-ID: <1718367538.65a7a6d64fc2363715759a9a4489b4176737c1d7.mgorny@gentoo> (raw)
commit: 65a7a6d64fc2363715759a9a4489b4176737c1d7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 12:13:43 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 12:18:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a7a6d6
dev-python/genshi: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/genshi/Manifest | 1 +
dev-python/genshi/genshi-0.7.7.ebuild | 16 ++++++++++++++--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/dev-python/genshi/Manifest b/dev-python/genshi/Manifest
index dde6ef2b7768..399f7510438b 100644
--- a/dev-python/genshi/Manifest
+++ b/dev-python/genshi/Manifest
@@ -1 +1,2 @@
DIST Genshi-0.7.7.tar.gz 267206 BLAKE2B 0bad4b26fbfda27572e78f87af6093c87d738ad6fdf2beea5e8b0b21b3f5245a4e239bbfbad63e71e73f6588e7cae97f2b3bc7295fa30ad7a203a7ceff7074c9 SHA512 b0a3dee68523292f0672a180c5f2cfbdf48205d82286359b9fac9f668cbc2806c649d1e158d6fb8ead5b1cc5cd44eefe9d1cd79077f96925b8d24dd8e746b40f
+DIST python-genshi-use-default-test-loader.patch 13491 BLAKE2B 1651cdb3130fb3fb4c7ba9ce9ea150710c7a60f9d31ab00a0a4cc7376fd833cff28b30530e0ca7ade5d036279d88c7e94130b8ff7facf826a27421a0568b483c SHA512 1bc94efc1721faae870f9201781bb3d380ed03144bb4a2d7ea058cb15ee1c0b948989597c9e665b085ebe9ef1cd116b2a2233d2ab19706a87fd42f25ba208560
diff --git a/dev-python/genshi/genshi-0.7.7.ebuild b/dev-python/genshi/genshi-0.7.7.ebuild
index 09f46de23198..dbfe15afb422 100644
--- a/dev-python/genshi/genshi-0.7.7.ebuild
+++ b/dev-python/genshi/genshi-0.7.7.ebuild
@@ -7,12 +7,19 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Python toolkit for stream-based generation of output for the web"
-HOMEPAGE="https://genshi.edgewall.org/ https://pypi.org/project/Genshi/"
+HOMEPAGE="
+ https://genshi.edgewall.org/
+ https://github.com/edgewall/genshi/
+ https://pypi.org/project/Genshi/
+"
+SRC_URI+="
+ https://src.fedoraproject.org/rpms/python-genshi/raw/rawhide/f/python-genshi-use-default-test-loader.patch
+"
LICENSE="BSD"
SLOT="0"
@@ -29,6 +36,11 @@ BDEPEND="
)
"
+PATCHES=(
+ # https://github.com/edgewall/genshi/issues/72
+ "${DISTDIR}/python-genshi-use-default-test-loader.patch"
+)
+
python_test() {
"${EPYTHON}" -m unittest -v genshi.tests.suite || die
}
next reply other threads:[~2024-06-14 12:19 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-14 12:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-06 8:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/genshi/ Michał Górny
2024-07-06 7:26 Arthur Zamarin
2024-07-06 6:51 Sam James
2024-07-06 6:15 Sam James
2024-06-29 14:47 Arthur Zamarin
2024-06-16 5:07 Michał Górny
2024-04-21 12:24 Michał Górny
2023-11-24 15:29 Michał Górny
2023-05-31 16:17 Michał Górny
2022-05-27 19:53 Michał Górny
2022-05-27 19:53 Michał Górny
2022-05-27 9:49 Jakov Smolić
2022-05-27 9:12 Jakov Smolić
2022-05-27 9:07 Jakov Smolić
2022-04-21 20:48 Michał Górny
2022-03-23 23:41 Marek Szuba
2022-03-16 23:53 Sam James
2022-03-15 11:36 Jakov Smolić
2022-03-15 11:36 Jakov Smolić
2022-02-09 19:45 Michał Górny
2021-07-12 22:19 Sam James
2021-07-12 22:17 Sam James
2021-03-15 8:52 Michał Górny
2021-03-15 3:50 Sam James
2021-03-14 16:16 Michał Górny
2021-03-14 16:16 Michał Górny
2021-02-12 16:20 Sam James
2020-08-22 9:15 Michał Górny
2020-07-09 9:51 Michał Górny
2020-07-09 9:51 Michał Górny
2020-07-09 8:16 Agostino Sarubbo
2020-04-29 4:12 Patrick McLean
2020-03-27 10:42 Michał Górny
2019-09-15 19:14 David Seifert
2017-04-22 13:52 Michał Górny
2017-04-22 13:52 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=1718367538.65a7a6d64fc2363715759a9a4489b4176737c1d7.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