guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 8c1ed6286bd49272ade0689fecf3ff50a94aa96e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu May 28 22:20:18 2026 +0100

    gnu: python-cython-next: Deprecate in favor of python-cython.
    
    * gnu/packages/python-xyz.scm (python-cython-next): Deprecate variables
    in favor of python-cython.
    
    Change-Id: If075c21d2597961e5f4cbfaa55162a0439e7efa3
---
 gnu/packages/python-xyz.scm | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9cb5b5f79b..4fa095e119 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12050,16 +12050,8 @@ def load_dynamic(name, path):
               ;; time of the test suite.
               (setenv "CFLAGS" "-O0"))))))))
 
-(define-public python-cython-next
-  (package
-    (inherit python-cython)
-    (version "3.2.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "cython" version))
-       (sha256
-        (base32 "0d0n0yyicr7icd4f5kn1wwbjqyad6j4m640xlqlk3ixchgad7bf3"))))))
+;; XXX: Deprecated on <2026-05-28>.
+(define-public python-cython-next python-cython)
 
 ;; NOTE: when upgrading numpy please make sure that python-numba,
 ;; python-pandas and python-scipy still build, as these three packages are

Reply via email to