guix-commits
[Top][All Lists]
Advanced

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

11/12: import: pypi: Update the host URI.


From: guix-commits
Subject: 11/12: import: pypi: Update the host URI.
Date: Mon, 1 Jul 2019 21:43:05 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit a5376200541abf8245973e601be246bf65b8b6c7
Author: Maxim Cournoyer <address@hidden>
Date:   Sun Jun 16 14:52:25 2019 +0900

    import: pypi: Update the host URI.
    
    * guix/build-system/python.scm (pypi-uri): Update the host URI to
    "files.pythonhosted.org".
---
 guix/build-system/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build-system/python.scm b/guix/build-system/python.scm
index b753940..e39c065 100644
--- a/guix/build-system/python.scm
+++ b/guix/build-system/python.scm
@@ -50,7 +50,7 @@
   "Return a URI string for the Python package hosted on the Python Package
 Index (PyPI) corresponding to NAME and VERSION.  EXTENSION is the file name
 extension, such as '.tar.gz'."
-  (string-append "https://pypi.org/packages/source/";
+  (string-append "https://files.pythonhosted.org/packages/source/";
                  (string-take name 1) "/" name "/"
                  name "-" version extension))
 



reply via email to

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