guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-singledispatch: Rearrange inputs.


From: Efraim Flashner
Subject: 04/05: gnu: python-singledispatch: Rearrange inputs.
Date: Mon, 25 Apr 2016 14:20:13 +0000

efraim pushed a commit to branch master
in repository guix.

commit bdb67d846cf6c1c3aefdc85611854a5db0416e66
Author: Efraim Flashner <address@hidden>
Date:   Mon Apr 25 16:29:17 2016 +0300

    gnu: python-singledispatch: Rearrange inputs.
    
    * gnu/packages/python.scm (python-singledispatch)[propagated-inputs]:
    Move python-six ...
    [inputs]: ... to here.
---
 gnu/packages/python.scm |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 418ba7f..2e9d1f0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4877,16 +4877,14 @@ It is written entirely in Python.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/s/singledispatch/";
-             "singledispatch-" version ".tar.gz"))
+       (uri (pypi-uri "singledispatch" version))
        (sha256
         (base32
          "171b7ip0hsq5qm83np40h3phlr36ym18w0lay0a8v08kvy3sy1jv"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)))
-    (propagated-inputs
+    (inputs
      `(("python-six" ,python-six)))
     (home-page
      
"http://docs.python.org/3/library/functools.html#functools.singledispatch";)



reply via email to

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