extra/jupyterlab to 4.0.3-1

This commit is contained in:
Kevin Mihelich 2023-07-13 23:41:53 +00:00
parent a4c122b476
commit 26c6054e5f

View file

@ -5,8 +5,8 @@
pkgname=jupyterlab pkgname=jupyterlab
_pipname=jupyterlab _pipname=jupyterlab
pkgver=4.0.2 pkgver=4.0.3
pkgrel=3 pkgrel=1
pkgdesc='JupyterLab computational environment' pkgdesc='JupyterLab computational environment'
arch=(any) arch=(any)
url='https://github.com/jupyterlab/jupyterlab' url='https://github.com/jupyterlab/jupyterlab'
@ -16,7 +16,7 @@ depends=(python-jupyterlab_server python-async-lru jupyter-notebook-shim nodejs)
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support' 'jupyter-collaboration: collaborative mode') optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support' 'jupyter-collaboration: collaborative mode')
checkdepends=(python-pytest-tornasync python-pytest-jupyter npm python-jupyter-server-terminals) checkdepends=(python-pytest-tornasync python-pytest-jupyter npm python-jupyter-server-terminals)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('0a77898aebb55da391e5f57022774c089fb075e98803ff3d514a79b727dc934d') sha256sums=('e14d1ce46a613028111d0d476a1d7d6b094003b7462bac669f5b478317abcb39')
build() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver