From 2a63fa77e450dd7b4634c9efe4bdc9b885516592 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 24 Dec 2020 16:39:41 +0000 Subject: [PATCH] community/jupyterlab to 3.0.0-2 --- community/jupyterlab/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index 049d7d285..65f117b26 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -5,17 +5,17 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=2.2.9 +pkgver=3.0.0 pkgrel=2 pkgdesc="JupyterLab computational environment" arch=(any) url="https://github.com/jupyterlab/jupyterlab" license=(custom) -makedepends=(python-setuptools) -depends=(jupyterlab_server nodejs) -optdepends=('npm: to install extensions') +makedepends=(python-setuptools python-jupyter_packaging) +depends=(python-jupyterlab_server jupyter-nbclassic nodejs) +optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support') source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('3be8f8edea173753dd838c1b6d3bbcb6f5c801121f824a477025c1b6a1d33dc6') +sha256sums=('15228dff3f77b0bca795fd232cb25f02121510cec83f1d25856b3bc8e585b087') build() { cd $pkgname-$pkgver