mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/jupyterlab to 3.0.12-2
This commit is contained in:
parent
391e2dd696
commit
848d70d53d
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue