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, 29 Nov 2022 06:59:51
Message-Id: 1669705178.8aedc21ca69c3b3dfdef8133322fc06757e6a300.mgorny@gentoo
1 commit: 8aedc21ca69c3b3dfdef8133322fc06757e6a300
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 06:10:36 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 06:59:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aedc21c
7
8 dev-python/jupyter_core: Bump to 4.12.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-4.12.0.ebuild | 34 ++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest
17 index c788a36895b4..51519504f4a3 100644
18 --- a/dev-python/jupyter_core/Manifest
19 +++ b/dev-python/jupyter_core/Manifest
20 @@ -1,2 +1,3 @@
21 DIST jupyter_core-4.11.2.tar.gz 788994 BLAKE2B a337d6974f905b3b666225f828f2026f7dd314e34411f7998b8d2981ad9623029901e5369bfe831ecfcbf3be387bb0adc7f067269537a6b2a73029f439bfe9a1 SHA512 7659b61ad5793d6e4ceba09f7d4422610ceb358cbba30e2bee7ab7910e6c03cb365fad5db8e4444f9e0fd196361d5b15370f41fb7cb13c2e551382e19d7d6b73
22 +DIST jupyter_core-4.12.0.tar.gz 74760 BLAKE2B 793554c6293dde966a5eaeb4c1f57b0a17f3d7291dad7a5806465fe0b4d9e4a8fa4a6051f918156ee834afcb6c0d98d0d1a1142ca62a1f3c911c8f1492c41b1b SHA512 5f0a0094f5266dc0d0aab6c7c4a0ca2977a6787f1dc1e2b32128aab16dcdfd7d9f1b63b0419ab7f045fb3f2797b866fb91a8c4e623dafd4d03c38b5000a478ec
23 DIST jupyter_core-5.0.0.tar.gz 78285 BLAKE2B 530dac61088dcbb402ffa6fd6c3e3df2238c6da438f826ddfbeb3c6f26ed4e4f0d741a2cddf801db886c24e22c74db2336e59c6223d30830a32bb38f7d7d9c3e SHA512 a587b5a0e6ceb85a842670121fe78f93a232dbdc56412c7b32b415054cf06b6028a8f4669b7e7c8a702ebbbf4873962ae4cbff2b3636f8abb75ec0ae6bdeb64d
24
25 diff --git a/dev-python/jupyter_core/jupyter_core-4.12.0.ebuild b/dev-python/jupyter_core/jupyter_core-4.12.0.ebuild
26 new file mode 100644
27 index 000000000000..7b4f42714cb1
28 --- /dev/null
29 +++ b/dev-python/jupyter_core/jupyter_core-4.12.0.ebuild
30 @@ -0,0 +1,34 @@
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=hatchling
37 +PYTHON_COMPAT=( python3_{8..11} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Core common functionality of Jupyter projects"
42 +HOMEPAGE="
43 + https://jupyter.org/
44 + https://github.com/jupyter/jupyter_core/
45 + https://pypi.org/project/jupyter-core/
46 +"
47 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
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/traitlets[${PYTHON_USEDEP}]
55 +"
56 +BDEPEND="
57 + test? (
58 + >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
59 + )
60 +"
61 +
62 +distutils_enable_sphinx docs \
63 + dev-python/sphinxcontrib-github-alt
64 +distutils_enable_tests pytest