void-packages/srcpkgs/jupyterlab/template

20 lines
643 B
Bash
Raw Normal View History

2021-05-14 15:54:03 +00:00
# Template file for 'jupyterlab'
pkgname=jupyterlab
version=3.1.0
2021-05-14 15:54:03 +00:00
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket"
2021-05-14 15:54:03 +00:00
short_desc="JupyterLab computational environment"
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
license="custom:jupyterlab"
homepage="https://jupyter.org"
distfiles="https://github.com/jupyterlab/jupyterlab/archive/refs/tags/v${version}.tar.gz"
checksum=bf4b279f110972c5ce585ede1f76165f0d7b06bd81acaab04ad56e9f0b5fafb4
2021-05-14 15:54:03 +00:00
# Tests require unpackaged dependencies
make_check=no
post_install() {
vlicense LICENSE
}