mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
jupyterlab: update to 4.4.2.
This commit is contained in:
parent
c074176709
commit
fdd88a5b8a
1 changed files with 8 additions and 6 deletions
|
@ -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 <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue