From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cairosvg/
Date: Sun, 11 May 2025 02:47:39 +0000 (UTC) [thread overview]
Message-ID: <1746931437.6e4a1e58de8911b79332cf8538ec2f30c045ac10.mgorny@gentoo> (raw)
commit: 6e4a1e58de8911b79332cf8538ec2f30c045ac10
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 02:29:35 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 11 02:43:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4a1e58
media-gfx/cairosvg: Backport entry point fix for new setuptools
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{cairosvg-2.7.1.ebuild => cairosvg-2.7.1-r1.ebuild} | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/media-gfx/cairosvg/cairosvg-2.7.1.ebuild b/media-gfx/cairosvg/cairosvg-2.7.1-r1.ebuild
similarity index 75%
rename from media-gfx/cairosvg/cairosvg-2.7.1.ebuild
rename to media-gfx/cairosvg/cairosvg-2.7.1-r1.ebuild
index 5f1116adf30b..c9e6085de11c 100644
--- a/media-gfx/cairosvg/cairosvg-2.7.1.ebuild
+++ b/media-gfx/cairosvg/cairosvg-2.7.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN="CairoSVG"
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
inherit distutils-r1 pypi
@@ -36,3 +36,11 @@ EPYTEST_IGNORE=(
# sense for us and requires both distfiles around
test_non_regression
)
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # https://github.com/Kozea/CairoSVG/issues/441
+ # https://github.com/Kozea/CairoSVG/commit/8ecb0806c4ed0813eb5dc6f27b36d9005acfa725
+ sed -i -e 's:console-scripts:console_scripts:' setup.cfg || die
+}
next reply other threads:[~2025-05-11 2:47 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-11 2:47 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-31 9:24 [gentoo-commits] repo/gentoo:master commit in: media-gfx/cairosvg/ Michał Górny
2025-05-31 8:34 Michał Górny
2025-05-16 4:05 Michał Górny
2025-05-15 4:36 Michał Górny
2025-05-13 1:54 Michał Górny
2025-02-25 7:51 Michał Górny
2024-07-06 17:58 Michał Górny
2023-11-24 16:26 Michał Górny
2023-11-02 12:58 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-09-14 9:58 Andrew Ammerlaan
2023-08-05 14:53 Michał Górny
2023-05-15 4:10 Sam James
2023-05-15 4:10 Sam James
2023-05-13 7:15 Arthur Zamarin
2023-05-13 7:15 Arthur Zamarin
2023-03-22 6:23 Michał Górny
2023-03-21 21:48 Sam James
2023-03-21 5:43 Michał Górny
2023-03-19 19:00 Sam James
2023-01-13 7:09 Michał Górny
2022-07-29 4:17 Sam James
2022-03-14 10:32 Yixun Lan
2021-08-07 12:16 Michał Górny
2021-08-07 12:16 Michał Górny
2021-08-07 12:16 Michał Górny
2021-04-11 11:23 Michał Górny
2021-04-11 11:11 Sam James
2021-04-11 11:06 Sam James
2021-03-06 16:38 Michał Górny
2021-01-24 19:50 Michał Górny
2021-01-21 7:40 Agostino Sarubbo
2021-01-06 23:33 Michał Górny
2021-01-06 23:20 Michał Górny
2021-01-06 21:23 Michał Górny
2020-12-24 10:03 Agostino Sarubbo
2020-12-20 19:07 Thomas Deutschmann
2020-10-29 23:38 Michał Górny
2020-08-01 22:37 Michał Górny
2020-05-04 9:37 Michał Górny
2020-05-03 12:28 Agostino Sarubbo
2020-03-19 18:57 Michał Górny
2020-03-19 17:20 Michał Górny
2020-03-11 8:04 Michał Górny
2020-03-11 8:04 Michał Górny
2018-06-09 14:05 Aaron Bauman
2017-12-22 0:13 Aaron Swenson
2017-12-16 10:32 Tobias Klausmann
2017-11-08 7:08 Patrick Lauer
2017-10-15 21:43 Thomas Deutschmann
2017-07-07 9:36 Aaron Swenson
2016-05-07 12:22 Pacho Ramos
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=1746931437.6e4a1e58de8911b79332cf8538ec2f30c045ac10.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