guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: python-pyicu: Update to 1.9.8.


From: Tobias Geerinckx-Rice
Subject: 04/07: gnu: python-pyicu: Update to 1.9.8.
Date: Mon, 27 Nov 2017 08:11:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d152d9338f48c631c7153b2533881dfff53630a9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 25 05:10:46 2017 +0100

    gnu: python-pyicu: Update to 1.9.8.
    
    * gnu/packages/python.scm (python-pyicu): Update to 1.9.8.
    [arguments]: Delete.
    [native-inputs]: Add python-pytest and python-six.
---
 gnu/packages/python.scm | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d461197..a571976 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1109,26 +1109,20 @@ Python 3.3+.")
 (define-public python-pyicu
   (package
     (name "python-pyicu")
-    (version "1.9.5")
+    (version "1.9.8")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "PyICU" version))
       (sha256
        (base32
-        "16rmxy9y0qhqqna2v49i7nzwm09as699rbyvh4raw7w602w55c3k"))))
+        "05nz4p2dpkhwj6y9kik24xbvmfxji39nl0xw0sc0nvp9fgzf6xnd"))))
     (build-system python-build-system)
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-before 'check 'delete-failing-test
-           (lambda _
-             ;; XXX: These tests require locales that are unavailable
-             ;; in the build environment.
-             (delete-file "test/test_DateTimeParserGenerator.py")
-             #t)))))
     (inputs
      `(("icu4c" ,icu4c)))
+    (native-inputs
+     `(("python-pytest" ,python-pytest)
+       ("python-six" ,python-six)))
     (home-page "http://pyicu.osafoundation.org/";)
     (synopsis "Python extension wrapping the ICU C++ API")
     (description



reply via email to

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