commit:     ebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Apr 27 17:39:32 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 07:35:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf52d3d

dev-python/cherrypy: use HTTPS

 dev-python/cherrypy/cherrypy-13.1.0.ebuild | 2 +-
 dev-python/cherrypy/cherrypy-3.8.0.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/cherrypy/cherrypy-13.1.0.ebuild 
b/dev-python/cherrypy/cherrypy-13.1.0.ebuild
index 2f043036531..7b4c9303a2e 100644
--- a/dev-python/cherrypy/cherrypy-13.1.0.ebuild
+++ b/dev-python/cherrypy/cherrypy-13.1.0.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 MY_P="CherryPy-${PV}"
 
 DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework"
-HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/CherryPy/";
+HOMEPAGE="https://www.cherrypy.org https://pypi.org/project/CherryPy/";
 SRC_URI="mirror://pypi/C/CherryPy/${MY_P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/cherrypy/cherrypy-3.8.0.ebuild 
b/dev-python/cherrypy/cherrypy-3.8.0.ebuild
index ab8cf193674..c5d07f118d9 100644
--- a/dev-python/cherrypy/cherrypy-3.8.0.ebuild
+++ b/dev-python/cherrypy/cherrypy-3.8.0.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
@@ -9,7 +9,7 @@ inherit distutils-r1
 MY_P="CherryPy-${PV}"
 
 DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework"
-HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/CherryPy/";
+HOMEPAGE="https://www.cherrypy.org https://pypi.org/project/CherryPy/";
 SRC_URI="mirror://pypi/C/CherryPy/${MY_P}.tar.gz"
 
 LICENSE="BSD"

Reply via email to