mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/jupyterlab to 4.0.3-1
This commit is contained in:
parent
a4c122b476
commit
26c6054e5f
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=4.0.2
|
pkgver=4.0.3
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc='JupyterLab computational environment'
|
pkgdesc='JupyterLab computational environment'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://github.com/jupyterlab/jupyterlab'
|
url='https://github.com/jupyterlab/jupyterlab'
|
||||||
|
@ -16,7 +16,7 @@ depends=(python-jupyterlab_server python-async-lru jupyter-notebook-shim nodejs)
|
||||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support' 'jupyter-collaboration: collaborative mode')
|
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support' 'jupyter-collaboration: collaborative mode')
|
||||||
checkdepends=(python-pytest-tornasync python-pytest-jupyter npm python-jupyter-server-terminals)
|
checkdepends=(python-pytest-tornasync python-pytest-jupyter npm python-jupyter-server-terminals)
|
||||||
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=('0a77898aebb55da391e5f57022774c089fb075e98803ff3d514a79b727dc934d')
|
sha256sums=('e14d1ce46a613028111d0d476a1d7d6b094003b7462bac669f5b478317abcb39')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue