community/jupyterlab to 3.0.12-2

This commit is contained in:
Kevin Mihelich 2021-03-24 18:18:47 +00:00
parent 391e2dd696
commit 848d70d53d

View file

@ -6,7 +6,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=3.0.12
pkgrel=1
pkgrel=2
pkgdesc="JupyterLab computational environment"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab"
@ -17,6 +17,11 @@ optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('929c60d7fb4aa704084c02d8ededc209b8b378e0b3adab46158b7fa6acc24230')
prepare() {
cd $pkgname-$pkgver
sed -e 's|jupyter_packaging~=0.7.3|jupyter_packaging|' -i setup.py
}
build() {
cd $pkgname-$pkgver
export NODE_OPTIONS=--max-old-space-size=1024