Archived
1
0
Fork 0

gnu: python-cython: Update to 0.29.6.

* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.6.
[arguments]: Remove obsolete deletion.
This commit is contained in:
Marius Bakke 2019-03-02 16:24:15 +01:00
parent 80893da589
commit c6a2fd24fc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2802,14 +2802,14 @@ and is very extensible.")
(define-public python-cython (define-public python-cython
(package (package
(name "python-cython") (name "python-cython")
(version "0.29.5") (version "0.29.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Cython" version)) (uri (pypi-uri "Cython" version))
(sha256 (sha256
(base32 (base32
"1wfb68g115gmf3mv23w0hh972b0ll85gpb92ci28x6h997br0llx")))) "1bp7cn0pp5qy63k9hbp4ka34fm01kvysh478phpkhr68npqk6pbc"))))
(build-system python-build-system) (build-system python-build-system)
;; we need the full python package and not just the python-wrapper ;; we need the full python package and not just the python-wrapper
;; because we need libpython3.3m.so ;; because we need libpython3.3m.so
@ -2841,9 +2841,6 @@ and is very extensible.")
(replace 'check (replace 'check
(lambda _ (lambda _
;; The "with_outer_raising" test fails with Python 3.7. See
;; https://github.com/cython/cython/issues/2454
(delete-file "tests/run/generators_py.py")
(invoke "python" "runtests.py" "-vv")))))) (invoke "python" "runtests.py" "-vv"))))))
(home-page "http://cython.org/") (home-page "http://cython.org/")
(synopsis "C extensions for Python") (synopsis "C extensions for Python")