mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/jupyterlab to 3.0.14-1
This commit is contained in:
parent
785181f49d
commit
48c74b6f06
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=3.0.13
|
pkgver=3.0.14
|
||||||
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=('6aefaf11251309ffdd66ef20025f5165aeec26d59a83c76e4d02cc8f593bc9dc')
|
sha256sums=('713a84991dfcca8c0bc260911f1bd54ac25a386a86285713b9555a60f795059b')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue