Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webtest/
Date: Sat, 24 Mar 2018 11:21:08
Message-Id: 1521890459.d6073b30bc210943bbdcd35160ebf0e964d1c588.mgorny@gentoo
1 commit: d6073b30bc210943bbdcd35160ebf0e964d1c588
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 21 19:33:09 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 11:20:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6073b30
7
8 dev-python/webtest: remove dead HOMEPAGE
9
10 dev-python/webtest/webtest-2.0.21.ebuild | 4 ++--
11 dev-python/webtest/webtest-2.0.29.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/dev-python/webtest/webtest-2.0.21.ebuild b/dev-python/webtest/webtest-2.0.21.ebuild
15 index a5fba117610..3e49691c6db 100644
16 --- a/dev-python/webtest/webtest-2.0.21.ebuild
17 +++ b/dev-python/webtest/webtest-2.0.21.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 @@ -11,7 +11,7 @@ MY_PN="WebTest"
25 MY_P="${MY_PN}-${PV}"
26
27 DESCRIPTION="Helper to test WSGI applications"
28 -HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest"
29 +HOMEPAGE="https://pypi.python.org/pypi/WebTest"
30 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
31
32 LICENSE="MIT"
33
34 diff --git a/dev-python/webtest/webtest-2.0.29.ebuild b/dev-python/webtest/webtest-2.0.29.ebuild
35 index b30ffa8e4a3..179c42060fc 100644
36 --- a/dev-python/webtest/webtest-2.0.29.ebuild
37 +++ b/dev-python/webtest/webtest-2.0.29.ebuild
38 @@ -11,7 +11,7 @@ MY_PN="WebTest"
39 MY_P="${MY_PN}-${PV}"
40
41 DESCRIPTION="Helper to test WSGI applications"
42 -HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest"
43 +HOMEPAGE="https://pypi.python.org/pypi/WebTest"
44 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
45
46 LICENSE="MIT"