Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_client/
Date: Wed, 27 Feb 2019 04:25:41
Message-Id: 1551241274.de31037cfd0783e4a0973ee12e522d0e01026635.bman@gentoo
1 commit: de31037cfd0783e4a0973ee12e522d0e01026635
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 23 16:42:41 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de31037c
7
8 dev-python/jupyter_client: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11144
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild | 2 +-
15 dev-python/jupyter_client/jupyter_client-5.2.3.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild b/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
19 index 09bba790230..0db2a10b6db 100644
20 --- a/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
21 +++ b/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
22 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
23 inherit distutils-r1
24
25 DESCRIPTION="Jupyter protocol implementation and client libraries"
26 -HOMEPAGE="http://jupyter.org"
27 +HOMEPAGE="https://jupyter.org"
28 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="BSD"
31
32 diff --git a/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild b/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
33 index e8954466c96..b55d71f52dc 100644
34 --- a/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
35 +++ b/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
36 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
37 inherit distutils-r1
38
39 DESCRIPTION="Jupyter protocol implementation and client libraries"
40 -HOMEPAGE="http://jupyter.org"
41 +HOMEPAGE="https://jupyter.org"
42 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43
44 LICENSE="BSD"