Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notebook/
Date: Thu, 04 Jun 2020 09:07:04
Message-Id: 1591261584.710e8114a2fc6532ac1ecd50c39eb0647b815498.soap@gentoo
1 commit: 710e8114a2fc6532ac1ecd50c39eb0647b815498
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Thu Jun 4 09:06:24 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 09:06:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710e8114
7
8 dev-python/notebook: update homepage
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-python/notebook/notebook-5.0.0.ebuild | 2 +-
15 dev-python/notebook/notebook-5.2.1.ebuild | 2 +-
16 dev-python/notebook/notebook-5.7.8.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-python/notebook/notebook-5.0.0.ebuild b/dev-python/notebook/notebook-5.0.0.ebuild
20 index d58a631f686..d4c0e2123f4 100644
21 --- a/dev-python/notebook/notebook-5.0.0.ebuild
22 +++ b/dev-python/notebook/notebook-5.0.0.ebuild
23 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
24 inherit distutils-r1
25
26 DESCRIPTION="Jupyter Interactive Notebook"
27 -HOMEPAGE="http://jupyter.org"
28 +HOMEPAGE="https://jupyter.org"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="BSD"
32
33 diff --git a/dev-python/notebook/notebook-5.2.1.ebuild b/dev-python/notebook/notebook-5.2.1.ebuild
34 index 33f68859535..29ce4c1c11a 100644
35 --- a/dev-python/notebook/notebook-5.2.1.ebuild
36 +++ b/dev-python/notebook/notebook-5.2.1.ebuild
37 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
38 inherit distutils-r1
39
40 DESCRIPTION="Jupyter Interactive Notebook"
41 -HOMEPAGE="http://jupyter.org"
42 +HOMEPAGE="https://jupyter.org"
43 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44
45 LICENSE="BSD"
46
47 diff --git a/dev-python/notebook/notebook-5.7.8.ebuild b/dev-python/notebook/notebook-5.7.8.ebuild
48 index ed340b66e0a..a713d74f383 100644
49 --- a/dev-python/notebook/notebook-5.7.8.ebuild
50 +++ b/dev-python/notebook/notebook-5.7.8.ebuild
51 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
52 inherit distutils-r1
53
54 DESCRIPTION="Jupyter Interactive Notebook"
55 -HOMEPAGE="http://jupyter.org"
56 +HOMEPAGE="https://jupyter.org"
57 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
58
59 LICENSE="BSD"