community/jupyterlab to 3.3.2-2

This commit is contained in:
Kevin Mihelich 2022-03-16 13:57:51 +00:00
parent 32d8aa5c20
commit 6411f7a412

View file

@ -6,7 +6,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=3.3.2
pkgrel=1
pkgrel=2
pkgdesc='JupyterLab computational environment'
arch=(any)
url='https://github.com/jupyterlab/jupyterlab'
@ -17,6 +17,10 @@ optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('3c716bf5592cb28c5c55c615c6e5bd3efc71898f6957d13719b56478bbbb587a')
prepare() {
sed -e 's|nbclassic~=0.2|nbclassic|' -i $pkgname-$pkgver/setup.cfg # Remove dependency version constraint
}
build() {
cd $pkgname-$pkgver
export NODE_OPTIONS=--max-old-space-size=1024