mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'jupyterlab'
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
version=3.5.0
|
version=4.0.6
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="hatchling hatch-jupyter-builder"
|
||||||
depends="python3-jupyterlab_server nodejs python3-nbclassic
|
depends="nodejs python3-async-lru python3-ipython_ipykernel
|
||||||
python3-requests-unixsocket python3-jupyter_ipywidgets
|
python3-jupyterlab_server python3-notebook_shim python3-tomli"
|
||||||
python3-notebook_shim"
|
checkdepends="$depends python3-pytest-jupyter python3-pytest-xdist"
|
||||||
short_desc="JupyterLab computational environment"
|
short_desc="JupyterLab computational environment"
|
||||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||||
license="custom:jupyterlab"
|
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"
|
distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
|
||||||
checksum=e02556c8ea1b386963c4b464e4618aee153c5416b07ab481425c817a033323a2
|
checksum=6c43ae5a6a1fd2fdfafcb3454004958bde6da76331abb44cffc6f9e436b19ba1
|
||||||
# Tests require unpackaged dependencies
|
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vinstall "${FILESDIR}/jupyterlab.sh" 644 etc/profile.d
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue