diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-09 19:31:08 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-05-09 10:46:38 -0700 |
commit | 2d396fc3edf2d06cd9738121f1d311258d51c222 (patch) | |
tree | abd59a40e691ffc12441a30fa1e358e082180abb /dev-python | |
parent | app-crypt/efitools: 1.9.2 bump (diff) | |
download | gentoo-2d396fc3edf2d06cd9738121f1d311258d51c222.tar.gz gentoo-2d396fc3edf2d06cd9738121f1d311258d51c222.tar.bz2 gentoo-2d396fc3edf2d06cd9738121f1d311258d51c222.zip |
dev-python/cheroot: use HTTPS for HOMEPAGE
Pull-Request: https://github.com/gentoo/gentoo/pull/11947
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cheroot/cheroot-6.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cheroot/cheroot-6.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cheroot/cheroot-6.5.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild index 25e349f6c3cc..c2af48268b9b 100644 --- a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild +++ b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy3 ) inherit distutils-r1 DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy." -HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot" +HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot" SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/cheroot/cheroot-6.0.0.ebuild b/dev-python/cheroot/cheroot-6.0.0.ebuild index 06654ad2fa61..21f4fc2d47a6 100644 --- a/dev-python/cheroot/cheroot-6.0.0.ebuild +++ b/dev-python/cheroot/cheroot-6.0.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy." -HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot" +HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot" SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/cheroot/cheroot-6.5.4.ebuild b/dev-python/cheroot/cheroot-6.5.4.ebuild index 3761c357fb7c..91d2b9382e2c 100644 --- a/dev-python/cheroot/cheroot-6.5.4.ebuild +++ b/dev-python/cheroot/cheroot-6.5.4.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy3 ) inherit distutils-r1 DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy." -HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot" +HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot" SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz" LICENSE="BSD" |