20 lines
649 B
Bash
20 lines
649 B
Bash
# Template file for 'jupyterlab'
|
|
pkgname=jupyterlab
|
|
version=3.1.11
|
|
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=329b41d6d99bf4e40ab210b37387d32033ea9227e776aa1baf7817bf55423156
|
|
# Tests require unpackaged dependencies
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|