Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cheroot/
Date: Thu, 09 May 2019 17:46:48
Message-Id: 1557423998.2d396fc3edf2d06cd9738121f1d311258d51c222.zmedico@gentoo
1 commit: 2d396fc3edf2d06cd9738121f1d311258d51c222
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 9 17:31:08 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu May 9 17:46:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d396fc3
7
8 dev-python/cheroot: use HTTPS for HOMEPAGE
9
10 Pull-Request: https://github.com/gentoo/gentoo/pull/11947
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 dev-python/cheroot/cheroot-6.0.0-r1.ebuild | 2 +-
15 dev-python/cheroot/cheroot-6.0.0.ebuild | 2 +-
16 dev-python/cheroot/cheroot-6.5.4.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
20 index 25e349f6c3c..c2af48268b9 100644
21 --- a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
22 +++ b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
23 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy3 )
24 inherit distutils-r1
25
26 DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy."
27 -HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
28 +HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
29 SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
30
31 LICENSE="BSD"
32
33 diff --git a/dev-python/cheroot/cheroot-6.0.0.ebuild b/dev-python/cheroot/cheroot-6.0.0.ebuild
34 index 06654ad2fa6..21f4fc2d47a 100644
35 --- a/dev-python/cheroot/cheroot-6.0.0.ebuild
36 +++ b/dev-python/cheroot/cheroot-6.0.0.ebuild
37 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
38 inherit distutils-r1
39
40 DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy."
41 -HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
42 +HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
43 SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
44
45 LICENSE="BSD"
46
47 diff --git a/dev-python/cheroot/cheroot-6.5.4.ebuild b/dev-python/cheroot/cheroot-6.5.4.ebuild
48 index 3761c357fb7..91d2b9382e2 100644
49 --- a/dev-python/cheroot/cheroot-6.5.4.ebuild
50 +++ b/dev-python/cheroot/cheroot-6.5.4.ebuild
51 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy3 )
52 inherit distutils-r1
53
54 DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy."
55 -HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
56 +HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
57 SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
58
59 LICENSE="BSD"