unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32216] [PATCH] gnu: Cython: Update to 0.28.4.
@ 2018-07-19 20:44 Leo Famulari
  2018-07-19 21:06 ` [bug#32216] Cython 0.28.4 Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-07-19 20:44 UTC (permalink / raw)
  To: 32216

* gnu/packages/python.scm (python-cython, python2-cython): Update to 0.28.4.
[arguments]: Use invoke.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fc1ef3eb2..ed19e3f62 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2850,14 +2850,14 @@ and is very extensible.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.27")
+    (version "0.28.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
         (base32
-         "02y0pp1nx77b8s1mpxc6da2dccl6wd31pp4ksi9via479qcvacmr"))))
+         "0imw9s2rbrh32clbl10csnwmig9p3nzkrd2baxxxfmnrsc42pb3n"))))
     (build-system python-build-system)
     ;; we need the full python package and not just the python-wrapper
     ;; because we need libpython3.3m.so
@@ -2870,7 +2870,7 @@ and is very extensible.")
            ;; some tests require access to "$HOME/.cython"
            (lambda _ (setenv "HOME" "/tmp") #t))
          (replace 'check
-           (lambda _ (zero? (system* "python" "runtests.py" "-vv")))))))
+           (lambda _ (invoke "python" "runtests.py" "-vv"))))))
     (home-page "http://cython.org/")
     (synopsis "C extensions for Python")
     (description "Cython is an optimising static compiler for both the Python
-- 
2.18.0

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

* [bug#32216] Cython 0.28.4
  2018-07-19 20:44 [bug#32216] [PATCH] gnu: Cython: Update to 0.28.4 Leo Famulari
@ 2018-07-19 21:06 ` Leo Famulari
  2018-07-19 22:29   ` bug#32216: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-07-19 21:06 UTC (permalink / raw)
  To: 32216

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

I tested this with Borg, after making sure the generated C files in
Borg's source code had been deleted.

Should we do this on master? It takes quite a while to build Cython, so
it might be nice to do it on its own branch, or on the staging branch.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#32216: Cython 0.28.4
  2018-07-19 21:06 ` [bug#32216] Cython 0.28.4 Leo Famulari
@ 2018-07-19 22:29   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2018-07-19 22:29 UTC (permalink / raw)
  To: 32216-done

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

On Thu, Jul 19, 2018 at 05:06:19PM -0400, Leo Famulari wrote:
> I tested this with Borg, after making sure the generated C files in
> Borg's source code had been deleted.
> 
> Should we do this on master? It takes quite a while to build Cython, so
> it might be nice to do it on its own branch, or on the staging branch.

After discussing this with Marius, I pushed it to the staging branch.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2018-07-19 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-19 20:44 [bug#32216] [PATCH] gnu: Cython: Update to 0.28.4 Leo Famulari
2018-07-19 21:06 ` [bug#32216] Cython 0.28.4 Leo Famulari
2018-07-19 22:29   ` bug#32216: " Leo Famulari

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).