mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-cython-0.29.35.
* gnu/packages/python-xyz.scm (python-cython-0.29.35): Delete variable. Change-Id: Iaed062e153e295e1ec3ef7e8c91709081792fc21
This commit is contained in:
parent
25f2accc1e
commit
0107fdb8b0
1 changed files with 0 additions and 14 deletions
|
@ -10473,20 +10473,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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue