void-packages/srcpkgs/jupyterlab/template

22 lines
824 B
Bash

# Template file for 'jupyterlab'
pkgname=jupyterlab
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://github.com/jupyterlab/jupyterlab/"
changelog="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
checksum=6c43ae5a6a1fd2fdfafcb3454004958bde6da76331abb44cffc6f9e436b19ba1
post_install() {
mv ${DESTDIR}/usr/etc ${DESTDIR}
vlicense LICENSE
}