mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/jupyterlab to 2.0.1-2
This commit is contained in:
parent
7a934712dd
commit
ab903bacfe
1 changed files with 6 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=2.0.1
|
||||
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')
|
|||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||
sha256sums=('5d1a833a9e49e6d90d68191917cb16a97ff4ec668c26c85d33ebce629df14141')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
sed -e 's|~=|>=|' -i setup.py # Fix jupyterlab_server version
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
export NODE_OPTIONS=--max-old-space-size=1024
|
||||
|
|
Loading…
Reference in a new issue