New package: jupyterlab-3.0.15
This commit is contained in:
parent
9c20a39c51
commit
7526aede98
1 changed files with 19 additions and 0 deletions
19
srcpkgs/jupyterlab/template
Normal file
19
srcpkgs/jupyterlab/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'jupyterlab'
|
||||
pkgname=jupyterlab
|
||||
version=3.0.15
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jupyterlab_server nodejs python3-nbclassic"
|
||||
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=b83ccd2dc068e714158155f2e0f22313ca0be2dfb7aacdc604efdb05969a0af8
|
||||
# Tests require unpackaged dependencies
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue