commit: 62d5b25bc8b55ce4af5f8534a457accc387fa333 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Apr 9 13:10:23 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu Apr 12 04:24:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d5b25b
dev-python/WSME: use HTTPS Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/WSME/WSME-0.8.0.ebuild | 4 ++-- dev-python/WSME/WSME-0.9.1.ebuild | 4 ++-- dev-python/WSME/WSME-0.9.2.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/WSME/WSME-0.8.0.ebuild b/dev-python/WSME/WSME-0.8.0.ebuild index a554239a35b..f619a21f353 100644 --- a/dev-python/WSME/WSME-0.8.0.ebuild +++ b/dev-python/WSME/WSME-0.8.0.ebuild @@ -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" diff --git a/dev-python/WSME/WSME-0.9.1.ebuild b/dev-python/WSME/WSME-0.9.1.ebuild index 12bed14e2b9..dd2ca03acd6 100644 --- a/dev-python/WSME/WSME-0.9.1.ebuild +++ b/dev-python/WSME/WSME-0.9.1.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=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" diff --git a/dev-python/WSME/WSME-0.9.2.ebuild b/dev-python/WSME/WSME-0.9.2.ebuild index 5adb6177660..cd3f3aadaf4 100644 --- a/dev-python/WSME/WSME-0.9.2.ebuild +++ b/dev-python/WSME/WSME-0.9.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=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"
