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/jupyter_core/
Date: Tue, 31 Jan 2023 11:22:32
Message-Id: 1675164138.b5e7f47bbd8bc89a3144023460db1ffc17aeec32.mgorny@gentoo
1 commit: b5e7f47bbd8bc89a3144023460db1ffc17aeec32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 10:54:51 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 11:22:18 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e7f47b
7
8 dev-python/jupyter_core: Bump to 5.2.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter_core/Manifest | 1 +
13 dev-python/jupyter_core/jupyter_core-5.2.0.ebuild | 39 +++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest
17 index fcccf392414d..619dad8e0866 100644
18 --- a/dev-python/jupyter_core/Manifest
19 +++ b/dev-python/jupyter_core/Manifest
20 @@ -3,3 +3,4 @@ DIST jupyter_core-5.1.2.tar.gz 82374 BLAKE2B aace9207d31c896017cf132f15da705118e
21 DIST jupyter_core-5.1.3.tar.gz 82657 BLAKE2B d57f97bb698bc8caccce5dd5509f9288db418335bc24283e55200505b4cca04d420f00747e04429b4256b40f722ae8b21441455a5ee8509c3e2ea4f96edbb658 SHA512 49afdb2361eee88f19abd59d1e201d2234591041dd07d42f36c3a4eed039ed2d42bb39a1789be4d0ed03f02183b6ff598338cac85fdc17dad1dfc4c75e44f380
22 DIST jupyter_core-5.1.4.tar.gz 82756 BLAKE2B 0d2653d4642ed9e83a1a52b1eb8c486cbaccf1e3f92b434895275320e710944704802b49a5ec1ed2bac4535b8db44ea6b987c381da842479aa5df3906800cd3a SHA512 a520dccdf6da56a9d7c001fd22566aa60c82451a08357ac2aa5098cfcbecad52f6b7166c22fcc61df314302758718dcf9db785a48001af42f130328e642bee9c
23 DIST jupyter_core-5.1.5.tar.gz 82838 BLAKE2B 33e9f569bfcf66e679611b00fd99f272b845685d7132f616141143ab0b894b54cb499c6da2112ccd760a00e5313c742830943e77ac6b40277db371b6002b6220 SHA512 2fc9150de96e7a084aa9bf334a71e342f0ab1946943e25a66a4760097fa662290a732ac30356c8ddb595fc05414edb1d9c06ac5eaf41099aaccb695d6a9357a6
24 +DIST jupyter_core-5.2.0.tar.gz 83861 BLAKE2B 97a96201199640963e9ebedf1b8ecffb66d6153e40a77cbe1d615ad9a5b60d3c7deb5c5965bdf7f8001db4967af30f39e576570160229201cc9a5b585c37abcf SHA512 7e4e6bbc338876fd213ae1a8028066f1f33010bb0196e26d6c6d7b872b60612d38d9d32b3d2ee4155f86dabf3b89e8282fef268d1dcd6fd740fd2fd3f0bd0bc2
25
26 diff --git a/dev-python/jupyter_core/jupyter_core-5.2.0.ebuild b/dev-python/jupyter_core/jupyter_core-5.2.0.ebuild
27 new file mode 100644
28 index 000000000000..632659336271
29 --- /dev/null
30 +++ b/dev-python/jupyter_core/jupyter_core-5.2.0.ebuild
31 @@ -0,0 +1,39 @@
32 +# Copyright 1999-2023 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_PEP517=hatchling
38 +PYTHON_COMPAT=( python3_{9..11} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Core common functionality of Jupyter projects"
43 +HOMEPAGE="
44 + https://jupyter.org/
45 + https://github.com/jupyter/jupyter_core/
46 + https://pypi.org/project/jupyter-core/
47 +"
48 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 +
50 +LICENSE="BSD"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
53 +
54 +RDEPEND="
55 + >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
56 + >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
57 +"
58 +BDEPEND="
59 + test? (
60 + >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
61 + )
62 +"
63 +
64 +distutils_enable_sphinx docs \
65 + dev-python/myst_parser \
66 + dev-python/sphinx-autodoc-typehints \
67 + dev-python/sphinxcontrib-github-alt \
68 + dev-python/sphinxcontrib-spelling \
69 + dev-python/traitlets
70 +distutils_enable_tests pytest