dev-python/WSME: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 9 Apr 2018 13:10:23 +0000 (15:10 +0200)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 12 Apr 2018 04:24:18 +0000 (23:24 -0500)
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/WSME/WSME-0.8.0.ebuild
dev-python/WSME/WSME-0.9.1.ebuild
dev-python/WSME/WSME-0.9.2.ebuild

index a554239a35bdc646391343169039e2468f939c14..f619a21f3532beaf9e86044623de0184fc672a4b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
 inherit distutils-r1
 
 DESCRIPTION="Simplify the writing of REST APIs, and extend them with additional protocols."
-HOMEPAGE="http://pythonhosted.org//WSME"
+HOMEPAGE="https://pythonhosted.org/WSME"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
index 12bed14e2b9967348402403d95b3138d1ccaadd5..dd2ca03acd664fb7a42e7fa5dd0ba95e64749868 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=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
 inherit distutils-r1
 
 DESCRIPTION="Simplify the writing of REST APIs, and extend them with additional protocols."
-HOMEPAGE="http://pythonhosted.org//WSME"
+HOMEPAGE="https://pythonhosted.org/WSME"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
index 5adb61776601dde5ec0b5c06798ae95ce900320b..cd3f3aadaf45d95460ad8277025e851641628cb8 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=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Simplify the writing of REST APIs, and extend them with additional protocols."
-HOMEPAGE="http://pythonhosted.org//WSME"
+HOMEPAGE="https://pythonhosted.org/WSME"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"