guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-enum34: Update to 1.1.6.


From: Leo Famulari
Subject: 01/01: gnu: python-enum34: Update to 1.1.6.
Date: Wed, 29 Mar 2017 16:39:26 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 5e923414715e7bc2e8a0e8a12c30ba2dcff0513a
Author: Leo Famulari <address@hidden>
Date:   Wed Mar 29 14:41:26 2017 -0400

    gnu: python-enum34: Update to 1.1.6.
    
    * gnu/packages/python.scm (python-enum34, python2-enum34): Update to 1.1.6.
    [arguments]: Remove custom test phase.
---
 gnu/packages/python.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4818f86..7dfe4ba 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1461,21 +1461,15 @@ bug tracker.")
 (define-public python-enum34
   (package
     (name "python-enum34")
-    (version "1.1.0")
+    (version "1.1.6")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "enum34" version))
       (sha256
        (base32
-        "0yx1m4564wxgbm4glb3457hi16xihd9w63rv13y2przkdir9dfgp"))))
+        "1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (alist-replace
-        'check
-        (lambda _ (zero? (system* "python" "enum/test_enum.py")))
-        %standard-phases)))
     (home-page "https://pypi.python.org/pypi/enum34";)
     (synopsis "Backported Python 3.4 Enum")
     (description



reply via email to

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