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: Tue, 05 Apr 2022 07:53:10
Message-Id: 1649145179.8445ccbca899f97426f026a05762b7e95cfee84d.mgorny@gentoo
1 commit: 8445ccbca899f97426f026a05762b7e95cfee84d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 5 07:10:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 5 07:52:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8445ccbc
7
8 dev-python/nbformat: Bump to 5.3.0
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.3.0.ebuild | 37 +++++++++++++++++++++++++++++++
14 2 files changed, 38 insertions(+)
15
16 diff --git a/dev-python/nbformat/Manifest b/dev-python/nbformat/Manifest
17 index 3b6e18b20bec..ce2b9c372541 100644
18 --- a/dev-python/nbformat/Manifest
19 +++ b/dev-python/nbformat/Manifest
20 @@ -1,2 +1,3 @@
21 DIST nbformat-5.1.3.gh.tar.gz 130922 BLAKE2B 866eb53dd3f04c09f4a08303c5e84b672cc826d2d9b369cd85038b6c4075e74dce88fbcae80fc9b5450faf1c4971d121abe35e0a2ce2a8e73e020d2bed3a5594 SHA512 b4bc3d51d6e940ce1e2b1f5ca1005cf3d466b2b7b589383a31c4d2908c4e539344f4c8fb9e92993469d4d66f363c35082f0c16b8a63aa61e19fb24fa5ac910fd
22 DIST nbformat-5.2.0.gh.tar.gz 133519 BLAKE2B aa9ff18ff879fe4b85af6d552a7d2f44d10bb96366e7af15214f7ae4c9d193a24bee8d0dc0ae1b71da13f44abaf4093e412f32b8357b4846985940c002a17b7e SHA512 55718e84a5125f8c28c8cd1be0725669f4d56bc22e6dd92b907a0e8cda27e17f8f56aad29806ee9f1c2c58641dd80455f04241fe5a54f8b6309575bb7656fc87
23 +DIST nbformat-5.3.0.gh.tar.gz 133531 BLAKE2B 7d4e0fdee7c2b5cfdb09bf90ff225b6be184cb6e02e36319e52c5a021283b2ae884c189f1e98a9fd40f1e12811bafe37cc59d27f1e34433d38c00e5fb0cc9fbe SHA512 50cb0b98501c2ee640ae1e6036346912ebc58f63faa8f1e4535681eb3f468072d5bc462d3788cc4233108612239fe03a1da41acfe30c915e13e7428f35415a91
24
25 diff --git a/dev-python/nbformat/nbformat-5.3.0.ebuild b/dev-python/nbformat/nbformat-5.3.0.ebuild
26 new file mode 100644
27 index 000000000000..b21a6cd7e450
28 --- /dev/null
29 +++ b/dev-python/nbformat/nbformat-5.3.0.ebuild
30 @@ -0,0 +1,37 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +PYTHON_REQ_USE='sqlite'
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Reference implementation of the Jupyter Notebook format"
43 +HOMEPAGE="https://jupyter.org"
44 +SRC_URI="
45 + https://github.com/jupyter/nbformat/archive/${PV}.tar.gz
46 + -> ${P}.gh.tar.gz
47 +"
48 +
49 +LICENSE="BSD"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
52 +
53 +RDEPEND="
54 + >=dev-python/jsonschema-2.4.0[${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