diff options
Diffstat (limited to 'dev-python/wsgiproxy2')
-rw-r--r-- | dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild | 4 | ||||
-rw-r--r-- | 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 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" |