From: Vinicius Monego <monego@posteo.net>
To: 52108@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#52108] [PATCH core-updates-frozen] gnu: python-cython: Update to 0.29.24.
Date: Thu, 25 Nov 2021 14:56:31 +0000 [thread overview]
Message-ID: <20211125145631.43219-1-monego@posteo.net> (raw)
* 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
next reply other threads:[~2021-11-25 14:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-25 14:56 Vinicius Monego [this message]
2021-11-25 16:05 ` bug#52108: [PATCH core-updates-frozen] gnu: python-cython: Update to 0.29.24 Vinicius Monego
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211125145631.43219-1-monego@posteo.net \
--to=monego@posteo.net \
--cc=52108@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).