Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbformat/
Date: Sun, 11 Oct 2020 14:49:37
Message-Id: 1602427769.ff3657e8f849088698c276a807a879625d63277e.mgorny@gentoo
1 commit: ff3657e8f849088698c276a807a879625d63277e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 14:24:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 14:49:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3657e8
7
8 dev-python/nbformat: Bump to 5.0.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nbformat/Manifest | 1 +
13 dev-python/nbformat/nbformat-5.0.8.ebuild | 38 +++++++++++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/dev-python/nbformat/Manifest b/dev-python/nbformat/Manifest
17 index 4fe75ef4094..441dddd0ea1 100644
18 --- a/dev-python/nbformat/Manifest
19 +++ b/dev-python/nbformat/Manifest
20 @@ -1 +1,2 @@
21 DIST nbformat-5.0.7.gh.tar.gz 125328 BLAKE2B fa048ceef9d0612052dcf3180bca4228dba5117c6b0fb642f777bbd35e2b6f868454ae3d793aa0da3904757e42309ac53be19621a62967b719da86ab37d5f052 SHA512 3c1429a232d15d023f161f41cdab3364242f1a026349ea5aaeceba6a80afba981cc512a9f148ae3a0fa856a847c4560cc95abd965cc5d088a9f89c2b61d48fd1
22 +DIST nbformat-5.0.8.gh.tar.gz 127329 BLAKE2B 6252d35f72fd0af5a89d83e9e48f61baf2656eb6530d4a7b05a5241e7272098992d70d68705da4fb9921ab1939378658b2e6e5f765a453f932e94e9232006a66 SHA512 956add98517f1128d8efacae1f3cf9fe27b4d7acae4a56e14dd6c2942aab39b063170759bc6de67bcedd2e0fd6c7ab1a36aef268f2088644ba31caa936b9359d
23
24 diff --git a/dev-python/nbformat/nbformat-5.0.8.ebuild b/dev-python/nbformat/nbformat-5.0.8.ebuild
25 new file mode 100644
26 index 00000000000..fe138eb0ff0
27 --- /dev/null
28 +++ b/dev-python/nbformat/nbformat-5.0.8.ebuild
29 @@ -0,0 +1,38 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +DISTUTILS_USE_SETUPTOOLS=no
36 +PYTHON_COMPAT=( python3_{7..9} )
37 +PYTHON_REQ_USE='sqlite'
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Reference implementation of the Jupyter Notebook format"
42 +HOMEPAGE="https://jupyter.org"
43 +# missing on pypi
44 +SRC_URI="
45 + https://github.com/jupyter/nbformat/archive/${PV}.tar.gz
46 + -> ${P}.gh.tar.gz"
47 +
48 +LICENSE="BSD"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +
52 +RDEPEND="
53 + >=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
54 + dev-python/ipython_genutils[${PYTHON_USEDEP}]
55 + >=dev-python/traitlets-4.1[${PYTHON_USEDEP}]
56 + dev-python/jupyter_core[${PYTHON_USEDEP}]
57 + "
58 +DEPEND="
59 + test? (
60 + dev-python/fastjsonschema[${PYTHON_USEDEP}]
61 + dev-python/testpath[${PYTHON_USEDEP}]
62 + )
63 + "
64 +
65 +distutils_enable_sphinx docs \
66 + dev-python/numpydoc
67 +distutils_enable_tests pytest