guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-mock: Update source and home-page URIs.


From: Tobias Geerinckx-Rice
Subject: 02/04: gnu: python-mock: Update source and home-page URIs.
Date: Wed, 14 Dec 2016 20:59:47 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 6b7877e12c264af34915eb8a12bbb520f8b6af47
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 14 21:26:00 2016 +0100

    gnu: python-mock: Update source and home-page URIs.
    
    * gnu/packages/python.scm (python-mock)[source]: Use ‘pypi-uri’.
    [home-page]: Replace dead Google Code home page.
---
 gnu/packages/python.scm |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 826720c..789e199 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -797,14 +797,13 @@ API for locking files.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/m/mock/";
-                           "mock-" version ".tar.gz"))
+       (uri (pypi-uri "mock" version))
        (sha256
         (base32
          "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq"))))
     (build-system python-build-system)
     (arguments '(#:test-target "check"))
-    (home-page "http://code.google.com/p/mock/";)
+    (home-page "https://github.com/testing-cabal/mock";)
     (synopsis "Python mocking and patching library for testing")
     (description
      "Mock is a library for testing in Python.  It allows you to replace parts



reply via email to

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