guix_mirror_bot pushed a commit to branch python-team in repository guix. commit e9cf08a7cc80a30b4e286fa4d73ecc1b07bf0144 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Sun Jul 20 16:35:26 2025 +0100
gnu: Remove python-cython-0.29.35. * gnu/packages/python-xyz.scm (python-cython-0.29.35): Delete variable. Change-Id: Iaed062e153e295e1ec3ef7e8c91709081792fc21 --- 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 5af85f7410..4bbc5a3aba 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10491,20 +10491,6 @@ writing C extensions for Python as easy as Python itself.") ;; time of the test suite. (setenv "CFLAGS" "-O0")))))))) -;; Needed for scipy and numpy -(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 python-cython) ;; NOTE: when upgrading numpy please make sure that python-numba,