mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/jupyterlab to 3.3.2-2
This commit is contained in:
parent
32d8aa5c20
commit
6411f7a412
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=3.3.2
|
pkgver=3.3.2
|
||||||
pkgrel=1
|
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'
|
||||||
|
@ -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)
|
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||||
sha256sums=('3c716bf5592cb28c5c55c615c6e5bd3efc71898f6957d13719b56478bbbb587a')
|
sha256sums=('3c716bf5592cb28c5c55c615c6e5bd3efc71898f6957d13719b56478bbbb587a')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
sed -e 's|nbclassic~=0.2|nbclassic|' -i $pkgname-$pkgver/setup.cfg # Remove dependency version constraint
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
export NODE_OPTIONS=--max-old-space-size=1024
|
export NODE_OPTIONS=--max-old-space-size=1024
|
||||||
|
|
Loading…
Reference in a new issue