mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/jupyterlab to 3.1.4-1
This commit is contained in:
parent
0576ef2fa7
commit
2f3cc6b2a9
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=3.1.2
|
pkgver=3.1.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='JupyterLab computational environment'
|
pkgdesc='JupyterLab computational environment'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -15,7 +15,7 @@ makedepends=(python-setuptools)
|
||||||
depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic nodejs)
|
depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic nodejs)
|
||||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
|
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=('47c0a6237a3c29d8d349dae2c36feca717c5af78481ed84cd0b0de63b0ef8d9c')
|
sha256sums=('82b5ea0f4bd500ff2a6aa27304a206007d7bbe8bc2bc5c685014d72462c985da')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue