public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/breezy/
Date: Sat, 03 May 2025 13:12:07 +0000 (UTC)	[thread overview]
Message-ID: <1746277923.29cf6811a259cb6a2f69d4f637be5c98dc390cdc.mgorny@gentoo> (raw)

commit:     29cf6811a259cb6a2f69d4f637be5c98dc390cdc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  3 13:10:25 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  3 13:12:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cf6811

dev-vcs/breezy: Fix building with cython-3.1

Closes: https://bugs.gentoo.org/954134
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-vcs/breezy/breezy-3.3.9.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/breezy/breezy-3.3.9.ebuild b/dev-vcs/breezy/breezy-3.3.9.ebuild
index 958345f93791..03130fffa9ee 100644
--- a/dev-vcs/breezy/breezy-3.3.9.ebuild
+++ b/dev-vcs/breezy/breezy-3.3.9.ebuild
@@ -7,7 +7,7 @@ CRATES=""
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit cargo distutils-r1 optfeature
 
@@ -57,6 +57,12 @@ src_prepare() {
 		-e 's@, strip=Strip\.All@@' \
 		-i setup.py || die
 
+	# https://bugs.gentoo.org/954134
+	find -name '*.pyx' -exec \
+		sed -e '/_AsUnsignedLongMask/s:PyInt:PyLong:' \
+			-e 's:cpython\.int:cpython.long:' \
+			-i {} + || die
+
 	distutils-r1_src_prepare
 }
 


             reply	other threads:[~2025-05-03 13:12 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-03 13:12 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-28  7:06 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/breezy/ Arthur Zamarin
2025-09-05  7:55 Arthur Zamarin
2025-07-27 11:53 Andreas Sturmlechner
2025-07-25 21:44 Andreas Sturmlechner
2025-06-06  7:04 Arthur Zamarin
2025-06-06  7:04 Arthur Zamarin
2025-02-07 11:23 Arthur Zamarin
2025-02-07 11:23 Arthur Zamarin
2025-02-07  9:47 Arthur Zamarin
2024-07-16 16:29 Ulrich Müller
2024-04-04  4:57 Arthur Zamarin
2024-04-04  4:57 Arthur Zamarin
2024-02-08 17:53 Arthur Zamarin
2023-12-05  7:53 Arthur Zamarin
2023-09-09  6:10 Arthur Zamarin
2023-09-09  6:10 Arthur Zamarin
2023-09-09  6:10 Arthur Zamarin
2023-08-17  2:55 Sam James
2023-07-21 11:25 Arthur Zamarin
2023-07-15  3:10 Sam James
2023-07-10 20:21 Arthur Zamarin
2023-07-07 18:36 Arthur Zamarin
2023-04-29  9:38 Arthur Zamarin
2021-09-25 16:52 Arthur Zamarin
2021-09-25  7:01 Arthur Zamarin

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=1746277923.29cf6811a259cb6a2f69d4f637be5c98dc390cdc.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