community/jupyterlab to 3.1.16-1

This commit is contained in:
Kevin Mihelich 2021-10-05 22:29:08 +00:00
parent 6cf327a6b4
commit 5554a4749d

View file

@ -5,7 +5,7 @@
pkgname=jupyterlab pkgname=jupyterlab
_pipname=jupyterlab _pipname=jupyterlab
pkgver=3.1.14 pkgver=3.1.16
pkgrel=1 pkgrel=1
pkgdesc='JupyterLab computational environment' pkgdesc='JupyterLab computational environment'
arch=(any) arch=(any)
@ -15,7 +15,7 @@ makedepends=(python-setuptools)
depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic nodejs) depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic nodejs)
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support') optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
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=('13174cb6076dd5da6f1b85725ccfcc9518d8f98e86b8b644fc89b1dfaeda63a9') sha256sums=('8f3579a33b1250bc7120b05c8281a92e5e78171e9315449f533621a470cddeb2')
build() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver