gnu: python-cython: Remove duplicate version.
authorMarius Bakke <marius@gnu.org>
Sun, 18 Sep 2022 14:26:18 +0000 (16:26 +0200)
committerMarius Bakke <marius@gnu.org>
Sun, 18 Sep 2022 14:26:18 +0000 (16:26 +0200)
* gnu/packages/python-xyz.scm (python-cython-0.29.32): Remove variable.
* gnu/packages/python-science.scm (python-pandas)[native-inputs]: Change from
PYTHON-CYTHON-0.29.32 to PYTHON-CYTHON.

gnu/packages/python-science.scm
gnu/packages/python-xyz.scm

index d828399..80acb60 100644 (file)
@@ -422,7 +422,7 @@ library.")
     (inputs
      (list which xclip xsel))
     (native-inputs
-     (list python-cython-0.29.32
+     (list python-cython
            python-beautifulsoup4
            python-lxml
            python-html5lib
index 946b7e8..56a0756 100644 (file)
@@ -5605,18 +5605,6 @@ programming language and the extended Cython programming language.  It makes
 writing C extensions for Python as easy as Python itself.")
     (license license:asl2.0)))
 
-;; Newer version required for Pandas.
-(define-public python-cython-0.29.32
-  (package
-    (inherit python-cython)
-    (version "0.29.32")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "Cython" version))
-              (sha256
-               (base32
-                "1xqsihpqnfal29nb5kmw8z71nd4jbsnbz7p3lkr094xpb13wycw7"))))))
-
 (define-public python-cython-3
   (package
     (inherit python-cython)