commit: 0c9749e923844cdb6757e33c2d81a4d3e5d69c11
Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 11:14:15 2026 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 11:14:15 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9749e9
dev-python/jupyter: enable py3.14
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/jupyter/jupyter-1.1.1-r1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/jupyter/jupyter-1.1.1-r1.ebuild
b/dev-python/jupyter/jupyter-1.1.1-r1.ebuild
new file mode 100644
index 000000000000..2148d018122c
--- /dev/null
+++ b/dev-python/jupyter/jupyter-1.1.1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter metapackage. Install all the Jupyter components in one go"
+HOMEPAGE="https://jupyter.org"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ dev-python/notebook[${PYTHON_USEDEP}]
+ dev-python/jupyter-console[${PYTHON_USEDEP}]
+ dev-python/nbconvert[${PYTHON_USEDEP}]
+ dev-python/ipykernel[${PYTHON_USEDEP}]
+ dev-python/ipywidgets[${PYTHON_USEDEP}]
+ dev-python/jupyterlab[${PYTHON_USEDEP}]
+"
+
+# TODO: package sphinxext.rediraffe
+# distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme