22 lines
704 B
Bash
22 lines
704 B
Bash
# Template file for 'jupyterlab'
|
|
pkgname=jupyterlab
|
|
version=3.2.8
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-jupyterlab_server nodejs python3-nbclassic
|
|
python3-requests-unixsocket python3-jupyter_ipywidgets"
|
|
short_desc="JupyterLab computational environment"
|
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
|
license="custom:jupyterlab"
|
|
homepage="https://jupyter.org"
|
|
distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
|
|
checksum=5e4e99868c4f385372686767781408acbb9004b690b198b45597ba869802334b
|
|
# Tests require unpackaged dependencies
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vinstall "${FILESDIR}/jupyterlab.sh" 644 etc/profile.d
|
|
}
|