guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 621f1e9c424dbff9c8a01b47059fc2f18fc740b6 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Fri Jul 11 18:36:06 2025 +0100
gnu: Remove python-cython-0.29.35. * gnu/packages/python-xyz.scm (python-cython-0.29.35): Delete variable. Change-Id: I6675331a3500baa9a706efb26b54642fa68b523a --- gnu/packages/python-xyz.scm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7186107279..62164390d6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10054,20 +10054,6 @@ writing C extensions for Python as easy as Python itself.") ;; time of the test suite. (setenv "CFLAGS" "-O0")))))))) -;; Needed for scipy -(define-public python-cython-0.29.35 - (package - (inherit python-cython-0) - (name "python-cython") - (version "0.29.35") - (source (origin - (method url-fetch) - (uri (pypi-uri "Cython" version)) - (sha256 - (base32 - "09y5r22nyswqpwc02agla1bnzh2jx2db25pnq9pc5cq8pyh1yf3f")))) - (properties '()))) - (define-public python-cython-3 (deprecated-package "python-cython-next" python-cython))