guix-commits
[Top][All Lists]
Advanced

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

04/37: gnu: python-extras: Update to 1.0.0.


From: Marius Bakke
Subject: 04/37: gnu: python-extras: Update to 1.0.0.
Date: Wed, 28 Feb 2018 10:33:50 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 881ed3f8680a42327ce4efe7aaab04a2f3e65c6e
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 27 18:20:07 2018 +0100

    gnu: python-extras: Update to 1.0.0.
    
    * gnu/packages/python.scm (python-extras): Update to 1.0.0.
    [source](uri): Use PYPI-URI.
---
 gnu/packages/python.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 22160bc..f08d93d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1500,19 +1500,17 @@ software.")
 (define-public python-extras
   (package
     (name "python-extras")
-    (version "0.0.3")
+    (version "1.0.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/e/extras/extras-";
-             version ".tar.gz"))
+       (uri (pypi-uri "extras" version))
        (sha256
         (base32
-         "1h7zx4dfyclalg0fqnfjijpn0f793a9mx8sy3b27gd31nr6dhq3s"))))
+         "0khvm08rcwm62wc47j8niyl6h13f8w51c8669ifivjdr23g3cbhk"))))
     (build-system python-build-system)
     (arguments
-     ;; error in setup.cfg: command 'test' has no such option 'buffer'
+     ;; FIXME: Circular dependency on testtools.
      '(#:tests? #f))
     (home-page "https://github.com/testing-cabal/extras";)
     (synopsis "Useful extensions to the Python standard library")



reply via email to

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