summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-20 16:35:26 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-23 16:58:43 +0100
commit1512b198b909f2e7157cb376f7675701ff163737 (patch)
treeaa8d2387de740003508ec551f11f0a42cff43bd5 /gnu/packages/python-xyz.scm
parentb458b70c73d6241711bb290c11950c1a6be10024 (diff)
gnu: Remove python-cython-0.29.35.
* gnu/packages/python-xyz.scm (python-cython-0.29.35): Delete variable. Change-Id: Iaed062e153e295e1ec3ef7e8c91709081792fc21
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dfa5bb9f1e..46e4cc264b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10503,20 +10503,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,