3b67ba1bfb
Closes: #32235 [via git-merge-pr]
19 lines
643 B
Bash
19 lines
643 B
Bash
# Template file for 'jupyterlab'
|
|
pkgname=jupyterlab
|
|
version=3.1.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket"
|
|
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
|
|
# Tests require unpackaged dependencies
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|