jupyterlab: update to 3.1.0, add deps
Closes: #32235 [via git-merge-pr]
This commit is contained in:
parent
3f246d4c02
commit
3b67ba1bfb
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'jupyterlab'
|
||||
pkgname=jupyterlab
|
||||
version=3.0.16
|
||||
version=3.1.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jupyterlab_server nodejs python3-nbclassic"
|
||||
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=edc3f0c895cc3e0020551d933223dec93e779a2d25de26d26e90bc3e8e56339d
|
||||
checksum=bf4b279f110972c5ce585ede1f76165f0d7b06bd81acaab04ad56e9f0b5fafb4
|
||||
# Tests require unpackaged dependencies
|
||||
make_check=no
|
||||
|
||||
|
|
Loading…
Reference in a new issue