commit:     c1ae15d889d009e358accb3dcb104b1b3982583e
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Mar 21 19:32:05 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 24 11:20:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ae15d8

dev-python/wsgiproxy2: fix HOMEPAGE, use HTTPS

 dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild | 4 ++--
 dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild 
b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
index bf48cd474a3..3f8ed4a7187 100644
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
+++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_PN="WSGIProxy2"
 
 DESCRIPTION="HTTP proxying tools for WSGI apps"
-HOMEPAGE="http://pythonpaste.org/wsgiproxy/";
+HOMEPAGE="https://pypi.python.org/pypi/WSGIProxy2";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip"
 
 LICENSE="MIT"

diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild 
b/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild
index 1756e680ae9..6f8278604c1 100644
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild
+++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_PN="WSGIProxy2"
 
 DESCRIPTION="HTTP proxying tools for WSGI apps"
-HOMEPAGE="http://pythonpaste.org/wsgiproxy/";
+HOMEPAGE="https://pypi.python.org/pypi/WSGIProxy2";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"

Reply via email to