guix-commits
[Top][All Lists]
Advanced

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

18/26: gnu: python-simplegeneric: Use PYPI-URI.


From: guix-commits
Subject: 18/26: gnu: python-simplegeneric: Use PYPI-URI.
Date: Mon, 28 Jan 2019 06:24:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6c8c3980a900c7a06c5e7dcf89b632900ddc2aa4
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 12:09:24 2019 +0100

    gnu: python-simplegeneric: Use PYPI-URI.
    
    * gnu/packages/python-xyz.scm (python-simplegeneric)[source]: Use PYPI-URI.
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 97dbbf4..993602a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4312,8 +4312,7 @@ common operations on files to be invoked on those path 
objects directly.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/s/";
-                           "simplegeneric/simplegeneric-" version ".zip"))
+       (uri (pypi-uri "simplegeneric" version ".zip"))
        (sha256
         (base32 "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw"))))
     (build-system python-build-system)



reply via email to

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