guix-commits
[Top][All Lists]
Advanced

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

05/26: gnu: python-zope-testrunner: Use PYPI-URI.


From: guix-commits
Subject: 05/26: gnu: python-zope-testrunner: Use PYPI-URI.
Date: Mon, 28 Jan 2019 06:24:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d409c993a0491c2ce1db6f357f28cd0c8283176e
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 11:57:59 2019 +0100

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 010bf3f..3a581f9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -929,9 +929,7 @@ forms, HTTP servers, regular expressions, and more.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/z";
-                           "/zope.testrunner/zope.testrunner-"
-                           version ".zip"))
+       (uri (pypi-uri "zope.testrunner" version ".zip"))
        (sha256
         (base32
          "1r7iqknhh55y45f64mz5hghgvzx34h1i11k350s0avx6q8gznja1"))))



reply via email to

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