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/
Date: Wed, 27 Feb 2019 04:25:41
Message-Id: 1551241276.d1eb7ea718f2e52416f173679caad03d348e4ae3.bman@gentoo
1 commit: d1eb7ea718f2e52416f173679caad03d348e4ae3
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 23 16:44:47 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1eb7ea7
7
8 dev-python/jupyter: 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/jupyter-1.0.0-r1.ebuild | 4 ++--
14 dev-python/jupyter/jupyter-1.0.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/jupyter/jupyter-1.0.0-r1.ebuild b/dev-python/jupyter/jupyter-1.0.0-r1.ebuild
18 index 0c440411087..7542d91834c 100644
19 --- a/dev-python/jupyter/jupyter-1.0.0-r1.ebuild
20 +++ b/dev-python/jupyter/jupyter-1.0.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
28 inherit distutils-r1
29
30 DESCRIPTION="Jupyter metapackage. Install all the Jupyter components in one go"
31 -HOMEPAGE="http://jupyter.org"
32 +HOMEPAGE="https://jupyter.org"
33 SRC_URI="
34 mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
35 https://patch-diff.githubusercontent.com/raw/jupyter/jupyter/pull/198.patch -> ${P}-file-colision.patch
36
37 diff --git a/dev-python/jupyter/jupyter-1.0.0.ebuild b/dev-python/jupyter/jupyter-1.0.0.ebuild
38 index 2d9cc0f1408..b3e6c9bb47b 100644
39 --- a/dev-python/jupyter/jupyter-1.0.0.ebuild
40 +++ b/dev-python/jupyter/jupyter-1.0.0.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
48 inherit distutils-r1
49
50 DESCRIPTION="Jupyter metapackage. Install all the Jupyter components in one go"
51 -HOMEPAGE="http://jupyter.org"
52 +HOMEPAGE="https://jupyter.org"
53 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
54
55 LICENSE="BSD"