dev-python/wsgiproxy2: fix HOMEPAGE, use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 21 Mar 2018 19:32:05 +0000 (20:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 24 Mar 2018 11:20:59 +0000 (12:20 +0100)
dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild

index bf48cd474a38d7224676f1ceb2350cb5e1b0b92d..3f8ed4a718729c2670c8cf9522d514fa569fd1eb 100644 (file)
@@ -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"
index 1756e680ae969e601767636f80bdae40a22f2513..6f8278604c1b85f1512be319ce52b8766560e7e7 100644 (file)
@@ -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"