mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/jupyterlab to 3.6.3-3
This commit is contained in:
parent
39a74eeb70
commit
454b988e0c
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
|||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=3.6.3
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
url='https://github.com/jupyterlab/jupyterlab'
|
||||
license=(custom)
|
||||
makedepends=(python-build python-installer python-pre-commit)
|
||||
depends=(python-jupyterlab_server python-jupyter_packaging jupyter-notebook-shim nodejs)
|
||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
|
||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support' 'jupyter-server-ydoc: for collaborative mode')
|
||||
checkdepends=(python-pytest-tornasync python-pytest-jupyter npm)
|
||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
|
||||
no-nbclassic.patch)
|
||||
|
|
Loading…
Reference in a new issue