mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/jupyterlab to 4.2.3-1
This commit is contained in:
parent
465b612455
commit
b36394d6e5
2 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = jupyterlab
|
||||
pkgdesc = JupyterLab computational environment
|
||||
pkgver = 4.2.2
|
||||
pkgver = 4.2.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/jupyterlab/jupyterlab
|
||||
arch = any
|
||||
|
@ -26,9 +26,10 @@ pkgbase = jupyterlab
|
|||
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.2
|
||||
sha256sums = 6e8ce9f79e81feb7949a6367d4f308f34480aa1ec61d033514efeaf76260b6ac
|
||||
source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.2.3
|
||||
sha256sums = 6f748b3a32f4e793e3ccebe1f42f2e709e1388d51b685ce32d2857a003d40d12
|
||||
|
||||
pkgname = jupyterlab
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=4.2.2
|
||||
pkgver=4.2.3
|
||||
pkgrel=1
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
|
@ -30,13 +30,14 @@ makedepends=(git
|
|||
python-installer
|
||||
npm)
|
||||
optdepends=('jupyter-collaboration: collaborative mode'
|
||||
'jupyterlab-lsp: LSP extension'
|
||||
'jupyterlab-widgets: ipywidgets support'
|
||||
'npm: to install extensions')
|
||||
checkdepends=(python-jupyter-server-terminals
|
||||
python-pytest-jupyter
|
||||
python-pytest-tornasync)
|
||||
source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver)
|
||||
sha256sums=('6e8ce9f79e81feb7949a6367d4f308f34480aa1ec61d033514efeaf76260b6ac')
|
||||
sha256sums=('6f748b3a32f4e793e3ccebe1f42f2e709e1388d51b685ce32d2857a003d40d12')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue