~ruther/guix-local

ad5eb3f758500b162b872351bfb66095a482aee4 — Sharlatan Hellseher 4 months ago afd1897
gnu: Add python-cython-next.

* gnu/packages/python-xyz.scm (python-cython-next): New variable.

Change-Id: I9bc2e1881edb4113f5919d39a6481067da986045
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 11 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +11 -0
@@ 10696,6 10696,17 @@ writing C extensions for Python as easy as Python itself.")
              ;; 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"))))))

;; It may be removed after 2026-01-24.
(define-deprecated/public-alias python-cython-3 python-cython)