From: Michael Mair-Keimberger Date: Wed, 21 Mar 2018 19:32:05 +0000 (+0100) Subject: dev-python/wsgiproxy2: fix HOMEPAGE, use HTTPS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c1ae15d889d009e358accb3dcb104b1b3982583e;p=gentoo.git dev-python/wsgiproxy2: fix HOMEPAGE, use HTTPS --- diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild index bf48cd474a38..3f8ed4a71872 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 1756e680ae96..6f8278604c1b 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"