guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: python-datrie: Update to 0.8.


From: guix-commits
Subject: 01/05: gnu: python-datrie: Update to 0.8.
Date: Mon, 15 Jul 2019 13:17:06 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 0b58cb427db55ec710d54330191cf9b4ebab3e6e
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 15 18:13:39 2019 +0200

    gnu: python-datrie: Update to 0.8.
    
    * gnu/packages/python-xyz.scm (python-datrie): Update to 0.8.
    [arguments]: Remove.
---
 gnu/packages/python-xyz.scm | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e58acc3..21f8a91 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5860,23 +5860,15 @@ of the structure, dynamics, and functions of complex 
networks.")
 (define-public python-datrie
   (package
     (name "python-datrie")
-    (version "0.7.1")
+    (version "0.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "datrie" version))
        (sha256
         (base32
-         "08r0if7dry2q7p34gf7ffyrlnf4bdvnprxgydlfxgfnvq8f3f4bs"))))
+         "0338r8xgmpy78556jhms0h6qkvyjr10p8bpgdvcpqzm9lrmxmmdx"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases (modify-phases %standard-phases
-                  (add-before 'build 'cythonize
-                    (lambda _
-                      ;; Regenerate Cython classes to solve ABI issues with 
Python
-                      ;; 3.7.0.  See 
<https://github.com/pytries/datrie/issues/52>.
-                      (invoke "cython" "src/datrie.pyx" "src/cdatrie.pxd"
-                              "src/stdio_ext.pxd" "-a"))))))
     (native-inputs
      `(("python-cython" ,python-cython)
        ("python-hypothesis" ,python-hypothesis)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]