From fdd88a5b8ab086ea68856bae187dcec64c731706 Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 17 Apr 2025 14:54:30 -0400 Subject: [PATCH] jupyterlab: update to 4.4.2. --- srcpkgs/jupyterlab/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template index 4782370a755..18091204e1d 100644 --- a/srcpkgs/jupyterlab/template +++ b/srcpkgs/jupyterlab/template @@ -1,21 +1,23 @@ # Template file for 'jupyterlab' pkgname=jupyterlab -version=4.2.4 -revision=2 +version=4.4.2 +revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-jupyter-builder" depends="nodejs python3-async-lru python3-httpx python3-ipython_ipykernel - python3-jupyterlab_server python3-notebook_shim" -checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist" + python3-Jinja2 python3-jupyter_core python3-jupyter_server python3-tornado + python3-packaging python3-setuptools python3-jupyter-lsp + python3-traitlets python3-jupyterlab_server python3-notebook_shim" +checkdepends="${depends} python3-pytest-jupyter python3-pytest-xdist" short_desc="JupyterLab computational environment" maintainer="dkwo , Gonzalo TornarĂ­a " license="custom:jupyterlab" homepage="https://github.com/jupyterlab/jupyterlab/" changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md" distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz" -checksum=343a979fb9582fd08c8511823e320703281cd072a0049bcdafdc7afeda7f2537 +checksum=afa9caf28c0cb966488be18e5e8daba9f018a1c4273a406b7d5006344cbc6d16 -if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then +if [ "${XBPS_BUILD_ENVIRONMENT}" = void-packages-ci ]; then # this test fails on CI (network timeout) make_check_args=" --deselect=jupyterlab/tests/test_build_api.py::TestBuildAPI