guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-testlib: Use PYPI-URI.


From: guix-commits
Subject: 02/03: gnu: python-testlib: Use PYPI-URI.
Date: Mon, 28 Jan 2019 07:49:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cb539b7c12a784a8374ac3b8c0748a2d587a7541
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 13:41:06 2019 +0100

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

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 9923c62..df07d44 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1305,9 +1305,7 @@ tools for mocking system commands and recording calls to 
those.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/t/testlib/testlib-";
-             version ".zip"))
+       (uri (pypi-uri "testlib" version ".zip"))
        (sha256
         (base32 "1mz26cxn4x8bbgv0rn0mvj2z05y31rkc8009nvdlb3lam5b4mj3y"))))
     (build-system python-build-system)



reply via email to

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