mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
jupyterlab: update to 4.0.6.
This commit is contained in:
parent
5fb18f85c6
commit
16d8504146
2 changed files with 11 additions and 13 deletions
|
@ -1 +0,0 @@
|
|||
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
|
|
@ -1,22 +1,21 @@
|
|||
# Template file for 'jupyterlab'
|
||||
pkgname=jupyterlab
|
||||
version=3.5.0
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jupyterlab_server nodejs python3-nbclassic
|
||||
python3-requests-unixsocket python3-jupyter_ipywidgets
|
||||
python3-notebook_shim"
|
||||
version=4.0.6
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling hatch-jupyter-builder"
|
||||
depends="nodejs python3-async-lru python3-ipython_ipykernel
|
||||
python3-jupyterlab_server python3-notebook_shim python3-tomli"
|
||||
checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
|
||||
short_desc="JupyterLab computational environment"
|
||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||
license="custom:jupyterlab"
|
||||
homepage="https://jupyter.org"
|
||||
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=e02556c8ea1b386963c4b464e4618aee153c5416b07ab481425c817a033323a2
|
||||
# Tests require unpackaged dependencies
|
||||
make_check=no
|
||||
checksum=6c43ae5a6a1fd2fdfafcb3454004958bde6da76331abb44cffc6f9e436b19ba1
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
||||
vlicense LICENSE
|
||||
vinstall "${FILESDIR}/jupyterlab.sh" 644 etc/profile.d
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue