Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbdime/
Date: Sun, 10 Mar 2019 22:38:47
Message-Id: 1552257331.e5766b7fe30bf3c89ffe7222ad340aaf46930c9f.monsieurp@gentoo
1 commit: e5766b7fe30bf3c89ffe7222ad340aaf46930c9f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 8 17:57:17 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 22:35:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5766b7f
7
8 dev-python/nbdime: use HTTPS.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11302
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-python/nbdime/nbdime-0.1.2.ebuild | 4 ++--
15 dev-python/nbdime/nbdime-0.2.0.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/nbdime/nbdime-0.1.2.ebuild b/dev-python/nbdime/nbdime-0.1.2.ebuild
19 index f469ec14ebc..c50f45a761e 100644
20 --- a/dev-python/nbdime/nbdime-0.1.2.ebuild
21 +++ b/dev-python/nbdime/nbdime-0.1.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{4,5} )
29 inherit distutils-r1
30
31 DESCRIPTION="Diff and merge of Jupyter Notebooks"
32 -HOMEPAGE="http://jupyter.org"
33 +HOMEPAGE="https://jupyter.org"
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 KEYWORDS="~amd64"
36
37
38 diff --git a/dev-python/nbdime/nbdime-0.2.0.ebuild b/dev-python/nbdime/nbdime-0.2.0.ebuild
39 index d407d7d26d2..1304d390a05 100644
40 --- a/dev-python/nbdime/nbdime-0.2.0.ebuild
41 +++ b/dev-python/nbdime/nbdime-0.2.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{4,5,6} )
49 inherit distutils-r1
50
51 DESCRIPTION="Diff and merge of Jupyter Notebooks"
52 -HOMEPAGE="http://jupyter.org"
53 +HOMEPAGE="https://jupyter.org"
54 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
55 KEYWORDS="~amd64"