mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/jupyterlab to 3.0.7-1
This commit is contained in:
parent
08da5abc6a
commit
039a99fb00
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=3.0.6
|
pkgver=3.0.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="JupyterLab computational environment"
|
pkgdesc="JupyterLab computational environment"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -15,7 +15,7 @@ makedepends=(python-setuptools python-jupyter_packaging)
|
||||||
depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
|
depends=(python-jupyterlab_server 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=('50a5344b7aee8ee420947698061ee26163a351f16409925c6d6ed9dc13fa9a48')
|
sha256sums=('1d531765932f95bf756c088867714efe75bd906e332c0375178f1d905d0ccccf')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue