guix-commits
[Top][All Lists]
Advanced

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

21/26: gnu: python-pyflakes-0.8.1: Use PYPI-URI.


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

rekado pushed a commit to branch master
in repository guix.

commit 8c4dffb50eb09d99e4582d6982cb860442254b55
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 12:12:14 2019 +0100

    gnu: python-pyflakes-0.8.1: Use PYPI-URI.
    
    * gnu/packages/python-xyz.scm (python-pyflakes-0.8.1)[source]: Use PYPI-URI.
---
 gnu/packages/python-xyz.scm | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ddd7eef..544e3f6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5539,15 +5539,12 @@ complexity of Python source code.")
   (package (inherit python-pyflakes)
     (version "0.8.1")
     (source
-      (origin
-        (method url-fetch)
-        (uri (string-append
-               "https://pypi.python.org/packages/source/p/pyflakes/pyflakes-";
-               version
-               ".tar.gz"))
-        (sha256
-          (base32
-           "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z"))))
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pyflakes" version))
+       (sha256
+        (base32
+         "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z"))))
     (arguments
      ;; XXX Tests not compatible with Python 3.5.
      '(#:tests? #f))))



reply via email to

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