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: Fri, 02 Apr 2021 08:51:33
Message-Id: 1617353479.dcdfa9ed943c21ff06d3ba8f3c8b0f1b6e928219.mgorny@gentoo
1 commit: dcdfa9ed943c21ff06d3ba8f3c8b0f1b6e928219
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 07:29:57 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 08:51:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdfa9ed
7
8 dev-python/nbformat: Bump to 5.1.3
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.1.3.ebuild | 38 +++++++++++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/dev-python/nbformat/Manifest b/dev-python/nbformat/Manifest
17 index 7451ce253e0..49e579fbea1 100644
18 --- a/dev-python/nbformat/Manifest
19 +++ b/dev-python/nbformat/Manifest
20 @@ -1 +1,2 @@
21 DIST nbformat-5.1.2.gh.tar.gz 152275 BLAKE2B 2a0758f33952547e5ef91f0ac0a8b98b97b882a8797c38feff6710a3a0824637f41396b152403e155e1af9805b7a85c189ba2a609076c591562e5f4bb783da29 SHA512 4fd574373c2f325b6d078a062878d139d741d30f9101f3344e0c7fc19bdf714f8ef71994134e76c90e1301102aac55cc490df8344f3ceb407002437f35d03944
22 +DIST nbformat-5.1.3.gh.tar.gz 130922 BLAKE2B 866eb53dd3f04c09f4a08303c5e84b672cc826d2d9b369cd85038b6c4075e74dce88fbcae80fc9b5450faf1c4971d121abe35e0a2ce2a8e73e020d2bed3a5594 SHA512 b4bc3d51d6e940ce1e2b1f5ca1005cf3d466b2b7b589383a31c4d2908c4e539344f4c8fb9e92993469d4d66f363c35082f0c16b8a63aa61e19fb24fa5ac910fd
23
24 diff --git a/dev-python/nbformat/nbformat-5.1.3.ebuild b/dev-python/nbformat/nbformat-5.1.3.ebuild
25 new file mode 100644
26 index 00000000000..40d57268d3b
27 --- /dev/null
28 +++ b/dev-python/nbformat/nbformat-5.1.3.ebuild
29 @@ -0,0 +1,38 @@
30 +# Copyright 1999-2021 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 ~arm64 ~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 +BDEPEND="
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