jupyterlab: update to 3.1.11 and add dep
This commit is contained in:
parent
914bd243b5
commit
d25daf8df5
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'jupyterlab'
|
||||
pkgname=jupyterlab
|
||||
version=3.1.0
|
||||
version=3.1.11
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket"
|
||||
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="https://github.com/jupyterlab/jupyterlab/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=bf4b279f110972c5ce585ede1f76165f0d7b06bd81acaab04ad56e9f0b5fafb4
|
||||
distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
|
||||
checksum=329b41d6d99bf4e40ab210b37387d32033ea9227e776aa1baf7817bf55423156
|
||||
# Tests require unpackaged dependencies
|
||||
make_check=no
|
||||
|
||||
|
|
Loading…
Reference in a new issue