unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52108] [PATCH core-updates-frozen] gnu: python-cython: Update to 0.29.24.
@ 2021-11-25 14:56 Vinicius Monego
  2021-11-25 16:05 ` bug#52108: " Vinicius Monego
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-11-25 14:56 UTC (permalink / raw)
  To: 52108; +Cc: Vinicius Monego

* gnu/packages/python-xyz.scm (python-cython, python2-cython): Update to
0.29.24.
[arguments]<#:phases>: Don't return #t.
---
I haven't finished running the test suite nor tested the python2 variant.

 gnu/packages/python-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e5cdaadb3b..e2db6facb4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5204,13 +5204,13 @@ provides additional functionality on the produced Mallard documents.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.29.22")
+    (version "0.29.24")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
-        (base32 "01jl3544qwsi8lp6anbl55566xqkjd53x452i7m6gnfilv3q6syz"))))
+        (base32 "0hw4gs18rh4slij1fg252argxhraypld9apbqbl60230qc3lvw6d"))))
     (build-system python-build-system)
     ;; we need the full python package and not just the python-wrapper
     ;; because we need libpython3.3m.so
@@ -5221,7 +5221,7 @@ provides additional functionality on the produced Mallard documents.")
        (modify-phases %standard-phases
          (add-before 'check 'set-HOME
            ;; some tests require access to "$HOME/.cython"
-           (lambda _ (setenv "HOME" "/tmp") #t))
+           (lambda _ (setenv "HOME" "/tmp")))
          (replace 'check
            (lambda _
              ;; Disable compiler optimizations to greatly reduce the running
@@ -5275,8 +5275,7 @@ writing C extensions for Python as easy as Python itself.")
                    ;; prevent it from overriding the Python shared library location.
                    ;; The end result is identical, so we take the easy route.
                    ((" or libname not in os\\.listdir\\(libdir\\)")
-                    ""))
-                 #t)))))))))
+                    "")))))))))))
 
 ;; NOTE: when upgrading numpy please make sure that python-pandas and
 ;; python-scipy still build, as these three packages are often used together.

base-commit: 193d7b5b450d2004c26720e488a9cce930542e9e
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52108: [PATCH core-updates-frozen] gnu: python-cython: Update to 0.29.24.
  2021-11-25 14:56 [bug#52108] [PATCH core-updates-frozen] gnu: python-cython: Update to 0.29.24 Vinicius Monego
@ 2021-11-25 16:05 ` Vinicius Monego
  0 siblings, 0 replies; 2+ messages in thread
From: Vinicius Monego @ 2021-11-25 16:05 UTC (permalink / raw)
  To: 52108-done

Oh, this has been pushed already
in	2de88bcd7a67305e23929fd73deca1b5df22aa9e. Closing, sorry about the noise.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-25 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 14:56 [bug#52108] [PATCH core-updates-frozen] gnu: python-cython: Update to 0.29.24 Vinicius Monego
2021-11-25 16:05 ` bug#52108: " Vinicius Monego

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).