community/jupyterlab to 3.0.0-2

This commit is contained in:
Kevin Mihelich 2020-12-24 16:39:41 +00:00
parent f689f42f83
commit 2a63fa77e4

View file

@ -5,17 +5,17 @@
pkgname=jupyterlab pkgname=jupyterlab
_pipname=jupyterlab _pipname=jupyterlab
pkgver=2.2.9 pkgver=3.0.0
pkgrel=2 pkgrel=2
pkgdesc="JupyterLab computational environment" pkgdesc="JupyterLab computational environment"
arch=(any) arch=(any)
url="https://github.com/jupyterlab/jupyterlab" url="https://github.com/jupyterlab/jupyterlab"
license=(custom) license=(custom)
makedepends=(python-setuptools) makedepends=(python-setuptools python-jupyter_packaging)
depends=(jupyterlab_server nodejs) depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
optdepends=('npm: to install extensions') 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=('3be8f8edea173753dd838c1b6d3bbcb6f5c801121f824a477025c1b6a1d33dc6') sha256sums=('15228dff3f77b0bca795fd232cb25f02121510cec83f1d25856b3bc8e585b087')
build() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver