commit: b6c4343cb3a7dfe515242a8f6e12f702d4cd5f44
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 04:45:59 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 28 04:57:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c4343c
dev-python/jupyter-core: Bump to 5.8.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyter-core/Manifest | 1 +
dev-python/jupyter-core/jupyter-core-5.8.1.ebuild | 32 +++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/jupyter-core/Manifest b/dev-python/jupyter-core/Manifest
index dbf22df4648d..5a00e2476481 100644
--- a/dev-python/jupyter-core/Manifest
+++ b/dev-python/jupyter-core/Manifest
@@ -1,2 +1,3 @@
DIST jupyter_core-5.7.2.tar.gz 87629 BLAKE2B
b8d460f239419c7f648a856e55e1570646b6a6cd38ee900bbeac0aa64965f8868a88be20f6b890f2f424f0752f0da44d79abd0b3d18d275ac3f9c574ad7d18b4
SHA512
1eb4766dbc10afdcbc469853b391a88a2551a0ee2b2a3f93a316b407371ca10f546746aa4a327f8c0423cc10e4de022630c04ca7547dcf7ee8d9a911e9a0e572
DIST jupyter_core-5.8.0.tar.gz 88884 BLAKE2B
1c3885308217fbedf62dfb5987d0da101e0868d71266afeee7cb23bd42096d295e402064ec86ed4d4bbb34fcde2fd143ad77757fc2407d2a4ba699dd94ea0062
SHA512
ef85915fcb64b7ebf5e43b1e975826a16a619dc5860223043caf9e9ee1518e7e387f6eaf1c02ff4207f37e5caec092c87b4328566732c6ffe48eeab017955c0d
+DIST jupyter_core-5.8.1.tar.gz 88923 BLAKE2B
6c71035772039e719f6ec1b9ef9a70b7e651475668672b89f10e47945b224fc110d7a7ec58af8d591388d5608bd2ea2e0e0bba5aac704e48e004f0d59d5175d4
SHA512
6b3b9afbf3cf17546c1750b2725124a21a5bc0070cee580e9e82c902eddd12c54d371769211bc7c3a302fdfb9452bbc78e9e4f1b0d27e65d83f2cf86e3f0529a
diff --git a/dev-python/jupyter-core/jupyter-core-5.8.1.ebuild
b/dev-python/jupyter-core/jupyter-core-5.8.1.ebuild
new file mode 100644
index 000000000000..fe8d2f956d39
--- /dev/null
+++ b/dev-python/jupyter-core/jupyter-core-5.8.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Core common functionality of Jupyter projects"
+HOMEPAGE="
+ https://jupyter.org/
+ https://github.com/jupyter/jupyter_core/
+ https://pypi.org/project/jupyter-core/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
+ >=dev-python/traitlets-5.11.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/pip[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest