guix-commits
[Top][All Lists]
Advanced

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

17/26: gnu: python-markupsafe: Use PYPI-URI.


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

rekado pushed a commit to branch master
in repository guix.

commit 5182927c44503883422080f8b043bf35c5d78a0b
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 12:08:38 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2d99dd6..97dbbf4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2062,9 +2062,7 @@ e.g. filters, callbacks and errbacks can all be 
promises.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-";
-             version ".tar.gz"))
+       (uri (pypi-uri "MarkupSafe" version))
        (sha256
         (base32
          "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6"))))



reply via email to

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