This is an automated email from the git hooks/post-receive script.

sharlatan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4dacc78561 gnu: python-fastbencode: Use python-cython-3
4dacc78561 is described below

commit 4dacc7856152278563011d8c00af645407ac8835
Author: Dariqq <[email protected]>
AuthorDate: Fri Jan 24 07:51:25 2025 +0000

    gnu: python-fastbencode: Use python-cython-3
    
    The c extension does not build with regular python-cython.
    
    * gnu/packages/python-xyz.scm (python-fastbencode)[native-inputs]: Replace
    python-cython with with python-cython-3.
    
    Change-Id: I9ecfdcfe1ff9fe8b3e5977d452f655b842e4d52d
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9e5fa9a26c..4c6a284886 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -160,6 +160,7 @@
 ;;; Copyright © 2024 Evgeny Pisemsky <[email protected]>
 ;;; Copyright © 2024 Markku Korkeala <[email protected]>
 ;;; Copyright © 2025 Jordan Moore <[email protected]>
+;;; Copyright © 2025 Dariqq <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -18345,7 +18346,7 @@ JSON Reference and JSON Pointer.")
        (sha256
         (base32 "15x1in22gwam7wwga5lbj1pd8hc9jk741pia3pv1m29n2xywpq2z"))))
     (build-system python-build-system)
-    (native-inputs (list python-cython))
+    (native-inputs (list python-cython-3))
     (home-page "https://github.com/breezy-team/fastbencode";)
     (synopsis "Python Bencode (de)serializer with optional fast C extensions")
     (description

Reply via email to