From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8e5G-00016e-SU for guix-patches@gnu.org; Wed, 10 May 2017 22:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8e5C-00060N-Il for guix-patches@gnu.org; Wed, 10 May 2017 22:44:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34722) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8e5C-00060J-Fi for guix-patches@gnu.org; Wed, 10 May 2017 22:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8e5C-0005KQ-9T for guix-patches@gnu.org; Wed, 10 May 2017 22:44:02 -0400 Subject: bug#26872: [PATCH 3/4] gnu: python2-dogtail: fix homepage URL python-kitchen: fix homepage URL. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8e4C-0000tj-R5 for guix-patches@gnu.org; Wed, 10 May 2017 22:43:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8e45-0005Os-4o for guix-patches@gnu.org; Wed, 10 May 2017 22:42:57 -0400 Received: from mail-qk0-x241.google.com ([2607:f8b0:400d:c09::241]:33807) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8e45-0005Oi-10 for guix-patches@gnu.org; Wed, 10 May 2017 22:42:53 -0400 Received: by mail-qk0-x241.google.com with SMTP id u75so2030847qka.1 for ; Wed, 10 May 2017 19:42:52 -0700 (PDT) From: "Ethan R. Jones" Date: Wed, 10 May 2017 22:41:39 -0400 Message-Id: <20170511024140.1852-3-doubleplusgood23@gmail.com> In-Reply-To: <20170511024140.1852-1-doubleplusgood23@gmail.com> References: <20170511024140.1852-1-doubleplusgood23@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26872@debbugs.gnu.org Cc: "Ethan R. Jones" --- gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 60d3868e9..4d30fa0f9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1353,7 +1353,8 @@ Python 3.3+.") (build-system python-build-system) (arguments `(#:python ,python-2 #:tests? #f)) ; invalid command "test" - (home-page "https://fedorahosted.org/dogtail/") + ;; Currently no offical homepage. + (home-page "https://pypi.python.org/pypi/dogtail/") (synopsis "GUI test tool and automation framework written in Python") (description "Dogtail is a GUI test tool and automation framework written in Python. @@ -2641,7 +2642,7 @@ version numbers.") (build-system python-build-system) (propagated-inputs `(("python-chardet" ,python-chardet))) - (home-page "https://fedorahosted.org/kitchen") + (home-page "https://pythonhosted.org/kitchen/") (synopsis "Python API for snippets") (description "@code{kitchen} module provides a python API for all sorts of little useful snippets of code that everybody ends up writing for their projects -- 2.12.2