repo/gentoo:master commit in: dev-python/nbformat/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786985123.5be4475f1420573169ad576c27223524422e50e3.mgorny@gentoo> |
commit: 5be4475f1420573169ad576c27223524422e50e3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 16:15:34 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 16:45:23 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be4475f
dev-python/nbformat: Bump to 5.11.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nbformat/Manifest | 1 +
dev-python/nbformat/nbformat-5.11.1.ebuild | 38 ++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/nbformat/Manifest b/dev-python/nbformat/Manifest
index edcd8f17dfc0..656dc357be68 100644
--- a/dev-python/nbformat/Manifest
+++ b/dev-python/nbformat/Manifest
@@ -1,2 +1,3 @@
DIST nbformat-5.10.4.tar.gz 142749 BLAKE2B 88121046cce0e473597f26cb597b3ae9865849cf05bcb64070b48d8bcf3661a6c7b7b7e6845752ca1467e31dd9da939f208e99f51b873ea12e62b3a605bf375b SHA512 cacec6bca3177958863e7ed860c55498a91507634098adc08b49a3bb43f1158a32b0c029262d44d0f1beb1e795ba7d03753b522120a9aec14514ed8d961d5baa
DIST nbformat-5.11.0.tar.gz 151822 BLAKE2B a395afc3c364088fe5d1b03e25c847944ad67fd7901e8b174a53481ca48617eec2875edb765caf732a9abaf27ea866a5e1776a7d8a849ae87ef2b1ca9012b8fa SHA512 31380a5da5c4ca787221467fa3f6525754c1d3f576c04bbdd8015169e17ed9c9afa5fbd142a7b851a1eb36ffb29214796a734e74634f06f75bbbe5f0feb109e2
+DIST nbformat-5.11.1.tar.gz 147775 BLAKE2B fedf90a9cbd225dc01902dfd46140e50ff76d9d79e0c7b4ace5c0b45e7586edc15f16c9ee8087eee4d3e4d4fd7735fcb9b307eeef6efe19568fbd2b39ab56b47 SHA512 27836f561fc6c95fd0732cb5ab862663aa6a0ea07dc7825eef95eb5e7fe28386071098a835920636027ba792408cd96a641d34b3861518aca2a942abb6262704
diff --git a/dev-python/nbformat/nbformat-5.11.1.ebuild b/dev-python/nbformat/nbformat-5.11.1.ebuild
new file mode 100644
index 000000000000..0ddf369dd4b2
--- /dev/null
+++ b/dev-python/nbformat/nbformat-5.11.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{12..15} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Reference implementation of the Jupyter Notebook format"
+HOMEPAGE="
+ https://jupyter.org/
+ https://github.com/jupyter/nbformat/
+ https://pypi.org/project/nbformat/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/fastjsonschema-2.15[${PYTHON_USEDEP}]
+ >=dev-python/jsonschema-2.6[${PYTHON_USEDEP}]
+ >=dev-python/jupyter-core-5.1[${PYTHON_USEDEP}]
+ >=dev-python/traitlets-5.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-nodejs-version[${PYTHON_USEDEP}]
+ test? (
+ dev-python/packaging[${PYTHON_USEDEP}]
+ dev-python/testpath[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest