mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
pkgbase = jupyterlab
|
|
pkgdesc = JupyterLab computational environment
|
|
pkgver = 4.2.5
|
|
pkgrel = 1
|
|
url = https://github.com/jupyterlab/jupyterlab
|
|
arch = any
|
|
license = LicenseRef-JupyterLab
|
|
checkdepends = npm
|
|
checkdepends = python-jupyter-server-terminals
|
|
checkdepends = python-pytest-jupyter
|
|
checkdepends = python-pytest-tornasync
|
|
makedepends = git
|
|
makedepends = python-build
|
|
makedepends = python-hatch-jupyter-builder
|
|
makedepends = python-installer
|
|
depends = jupyter-notebook-shim
|
|
depends = jupyter-server
|
|
depends = python
|
|
depends = python-async-lru
|
|
depends = python-httpx
|
|
depends = python-importlib-metadata
|
|
depends = python-ipykernel
|
|
depends = python-jupyter-core
|
|
depends = python-jupyterlab-server
|
|
depends = python-packaging
|
|
depends = python-tornado
|
|
depends = python-traitlets
|
|
optdepends = jupyter-collaboration: collaborative mode
|
|
optdepends = jupyterlab-lsp: LSP extension
|
|
optdepends = jupyterlab-widgets: ipywidgets support
|
|
optdepends = npm: to install extensions
|
|
source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.2.5
|
|
sha256sums = 35b51544ae7e0a73973b904a3ab4cd085711db52e5906fd619f1843be0a1c951
|
|
|
|
pkgname = jupyterlab
|