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_console/
Date: Wed, 27 Feb 2019 04:25:43
Message-Id: 1551241275.dca50262f1b884eb74daa373164fd36ae3c00e04.bman@gentoo
1 commit: dca50262f1b884eb74daa373164fd36ae3c00e04
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 23 16:43:47 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca50262
7
8 dev-python/jupyter_console: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/jupyter_console/jupyter_console-4.0.3.ebuild | 4 ++--
14 dev-python/jupyter_console/jupyter_console-4.1.1.ebuild | 4 ++--
15 dev-python/jupyter_console/jupyter_console-5.0.0.ebuild | 4 ++--
16 dev-python/jupyter_console/jupyter_console-5.1.0.ebuild | 4 ++--
17 dev-python/jupyter_console/jupyter_console-6.0.0.ebuild | 4 ++--
18 5 files changed, 10 insertions(+), 10 deletions(-)
19
20 diff --git a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
21 index 590cd9b4395..83f7588677d 100644
22 --- a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
23 +++ b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
31 inherit distutils-r1
32
33 DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
34 -HOMEPAGE="http://jupyter.org"
35 +HOMEPAGE="https://jupyter.org"
36 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37
38 LICENSE="BSD"
39
40 diff --git a/dev-python/jupyter_console/jupyter_console-4.1.1.ebuild b/dev-python/jupyter_console/jupyter_console-4.1.1.ebuild
41 index e442872c62d..087bc15d7c9 100644
42 --- a/dev-python/jupyter_console/jupyter_console-4.1.1.ebuild
43 +++ b/dev-python/jupyter_console/jupyter_console-4.1.1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2016 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
51 inherit distutils-r1
52
53 DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
54 -HOMEPAGE="http://jupyter.org"
55 +HOMEPAGE="https://jupyter.org"
56 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
57
58 LICENSE="BSD"
59
60 diff --git a/dev-python/jupyter_console/jupyter_console-5.0.0.ebuild b/dev-python/jupyter_console/jupyter_console-5.0.0.ebuild
61 index 321559e078b..7557a2afee9 100644
62 --- a/dev-python/jupyter_console/jupyter_console-5.0.0.ebuild
63 +++ b/dev-python/jupyter_console/jupyter_console-5.0.0.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 +# Copyright 1999-2019 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=6
70 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
71 inherit distutils-r1
72
73 DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
74 -HOMEPAGE="http://jupyter.org"
75 +HOMEPAGE="https://jupyter.org"
76 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
77
78 LICENSE="BSD"
79
80 diff --git a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild
81 index 7447119fbad..7ce9de89bbd 100644
82 --- a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild
83 +++ b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2018 Gentoo Foundation
86 +# Copyright 1999-2019 Gentoo Authors
87 # Distributed under the terms of the GNU General Public License v2
88
89 EAPI=6
90 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
91 inherit distutils-r1
92
93 DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
94 -HOMEPAGE="http://jupyter.org"
95 +HOMEPAGE="https://jupyter.org"
96 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
97
98 LICENSE="BSD"
99
100 diff --git a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild
101 index 9024d1bd994..aa887586323 100644
102 --- a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild
103 +++ b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild
104 @@ -1,4 +1,4 @@
105 -# Copyright 1999-2018 Gentoo Authors
106 +# Copyright 1999-2019 Gentoo Authors
107 # Distributed under the terms of the GNU General Public License v2
108
109 EAPI=6
110 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{5,6} )
111 inherit distutils-r1
112
113 DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
114 -HOMEPAGE="http://jupyter.org"
115 +HOMEPAGE="https://jupyter.org"
116 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
117
118 LICENSE="BSD"