community/jupyterlab to 3.0.3-1

This commit is contained in:
Kevin Mihelich 2021-01-09 15:20:58 +00:00
parent 4ed56593ed
commit 7042cf2a5c

View file

@ -5,7 +5,7 @@
pkgname=jupyterlab pkgname=jupyterlab
_pipname=jupyterlab _pipname=jupyterlab
pkgver=3.0.2 pkgver=3.0.3
pkgrel=1 pkgrel=1
pkgdesc="JupyterLab computational environment" pkgdesc="JupyterLab computational environment"
arch=(any) arch=(any)
@ -15,7 +15,7 @@ makedepends=(python-setuptools python-jupyter_packaging)
depends=(python-jupyterlab_server jupyter-nbclassic nodejs) depends=(python-jupyterlab_server 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=('7e66b9a9c652869fc2ed069fc1eef3ca3b3879d082c432f08b4e6f1c8d97ff83') sha256sums=('505220e6d812e267aecacb12a310a6044c526cf67f85eb22917685fc8824edb6')
build() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver