diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-21 20:32:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-24 12:20:59 +0100 |
commit | c1ae15d889d009e358accb3dcb104b1b3982583e (patch) | |
tree | df32fbd78c8747110a13593e6eb8a0ff5ef62677 /dev-python/wsgiproxy2 | |
parent | dev-python/tempita: remove dead HOMEPAGE (diff) | |
download | gentoo-c1ae15d889d009e358accb3dcb104b1b3982583e.tar.gz gentoo-c1ae15d889d009e358accb3dcb104b1b3982583e.tar.bz2 gentoo-c1ae15d889d009e358accb3dcb104b1b3982583e.zip |
dev-python/wsgiproxy2: fix HOMEPAGE, use HTTPS
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" |