mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/jupyterlab to 4.0.2-2
This commit is contained in:
parent
0b13f869a3
commit
6fdf1a3794
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
|||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=4.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
url='https://github.com/jupyterlab/jupyterlab'
|
||||
license=(custom)
|
||||
makedepends=(python-build python-installer python-hatch-jupyter-builder)
|
||||
depends=(python-jupyterlab_server python-jupyter_packaging python-async-lru jupyter-notebook-shim jupyter-server-ydoc nodejs)
|
||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
|
||||
depends=(python-jupyterlab_server python-jupyter-packaging python-async-lru jupyter-notebook-shim nodejs)
|
||||
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)
|
||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||
sha256sums=('0a77898aebb55da391e5f57022774c089fb075e98803ff3d514a79b727dc934d')
|
||||
|
|
Loading…
Reference in a new issue