commit:     92e36208fdaf6fa07a0ed00a08b9c97da354cd06
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 23 05:21:29 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 23 05:55:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e36208

dev-python/jupyterlab-server: Bump to 2.28.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyterlab-server/Manifest              |  1 +
 .../jupyterlab-server-2.28.0.ebuild                | 57 ++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/jupyterlab-server/Manifest 
b/dev-python/jupyterlab-server/Manifest
index 1dbcd50e97ee..d9e4d1f58082 100644
--- a/dev-python/jupyterlab-server/Manifest
+++ b/dev-python/jupyterlab-server/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_server-2.27.3.tar.gz 76173 BLAKE2B 
628947c066f432148e52726439743379f36c78da29d0b7596402f3ea619bc8c03a36017c130cf4700c1659a6e2ba25c28b02aaf529fc071291252dbbee3615fc
 SHA512 
b4d2e91da8c92896958bb2adcb844d8a48f1b8df1ab8c3ff81511d0f3488c27f70f67c9f8731181fbc27836652e805efa869123ccb4d59d1098cd283a4fbcd10
+DIST jupyterlab_server-2.28.0.tar.gz 76996 BLAKE2B 
7242e471f7d7630facdfce3112e797576521807245dc0cbd23937c716c70eb64ce8da655981bd04bc2f879a3e4c021f4d097d393e34c2d79fe75bdf71259c290
 SHA512 
b12119ca8c43dce3a4bbc385d944f70c391b95b55ba79cf9c7319e90a1e1fdb13d92dbac159fea147866accf5a2e29b3cff0ae3534f81af8ff763c688af75712

diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.28.0.ebuild 
b/dev-python/jupyterlab-server/jupyterlab-server-2.28.0.ebuild
new file mode 100644
index 000000000000..d17e797021f8
--- /dev/null
+++ b/dev-python/jupyterlab-server/jupyterlab-server-2.28.0.ebuild
@@ -0,0 +1,57 @@
+# 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="Server components for JupyterLab and JupyterLab like applications"
+HOMEPAGE="
+       https://jupyter.org/
+       https://github.com/jupyterlab/jupyterlab_server/
+       https://pypi.org/project/jupyterlab-server/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+       >=dev-python/babel-2.10[${PYTHON_USEDEP}]
+       >=dev-python/jinja2-3.0.3[${PYTHON_USEDEP}]
+       >=dev-python/json5-0.9.0[${PYTHON_USEDEP}]
+       >=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
+       >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+       >=dev-python/requests-2.31[${PYTHON_USEDEP}]
+       >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+       <dev-python/jupyter-server-3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+       test? (
+               dev-python/ipykernel[${PYTHON_USEDEP}]
+               dev-python/jupyter-server[${PYTHON_USEDEP}]
+               >=dev-python/openapi-core-0.18[${PYTHON_USEDEP}]
+               >=dev-python/openapi-spec-validator-0.6[${PYTHON_USEDEP}]
+               dev-python/requests-mock[${PYTHON_USEDEP}]
+               dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+               dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=( pytest-{jupyter,tornasync,timeout} )
+distutils_enable_tests pytest
+# TODO: package autodoc_traits
+#distutils_enable_sphinx docs/source dev-python/pydata-sphinx-theme 
dev-python/myst-parser
+
+EPYTEST_IGNORE=(
+       tests/test_translation_api.py
+)
+
+EPYTEST_DESELECT=(
+       # Fails if terminal not available
+       tests/test_labapp.py::test_page_config
+)

Reply via email to