mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jupyterlab: update to 4.1.5.
This commit is contained in:
parent
df6aa3b50e
commit
98fbe14691
1 changed files with 11 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'jupyterlab'
|
# Template file for 'jupyterlab'
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
version=4.0.12
|
version=4.1.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-jupyter-builder"
|
hostmakedepends="hatchling hatch-jupyter-builder"
|
||||||
depends="nodejs python3-async-lru python3-ipython_ipykernel
|
depends="nodejs python3-async-lru python3-httpx python3-ipython_ipykernel
|
||||||
python3-jupyterlab_server python3-notebook_shim python3-tomli"
|
python3-jupyterlab_server python3-notebook_shim"
|
||||||
checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
|
checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
|
||||||
short_desc="JupyterLab computational environment"
|
short_desc="JupyterLab computational environment"
|
||||||
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
@ -13,7 +13,14 @@ license="custom:jupyterlab"
|
||||||
homepage="https://github.com/jupyterlab/jupyterlab/"
|
homepage="https://github.com/jupyterlab/jupyterlab/"
|
||||||
changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
|
||||||
checksum=965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7
|
checksum=c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db
|
||||||
|
|
||||||
|
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
|
||||||
|
"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue