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/wsgiproxy2/
Date: Sat, 24 Mar 2018 11:21:09
Message-Id: 1521890459.c1ae15d889d009e358accb3dcb104b1b3982583e.mgorny@gentoo
1 commit: c1ae15d889d009e358accb3dcb104b1b3982583e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 21 19:32:05 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=c1ae15d8
7
8 dev-python/wsgiproxy2: fix HOMEPAGE, use HTTPS
9
10 dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild | 4 ++--
11 dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
15 index bf48cd474a3..3f8ed4a7187 100644
16 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
17 +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.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=5
24 @@ -10,7 +10,7 @@ inherit distutils-r1
25 MY_PN="WSGIProxy2"
26
27 DESCRIPTION="HTTP proxying tools for WSGI apps"
28 -HOMEPAGE="http://pythonpaste.org/wsgiproxy/"
29 +HOMEPAGE="https://pypi.python.org/pypi/WSGIProxy2"
30 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip"
31
32 LICENSE="MIT"
33
34 diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild
35 index 1756e680ae9..6f8278604c1 100644
36 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild
37 +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -10,7 +10,7 @@ inherit distutils-r1
45 MY_PN="WSGIProxy2"
46
47 DESCRIPTION="HTTP proxying tools for WSGI apps"
48 -HOMEPAGE="http://pythonpaste.org/wsgiproxy/"
49 +HOMEPAGE="https://pypi.python.org/pypi/WSGIProxy2"
50 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
51
52 LICENSE="MIT"