mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/jupyterlab to 4.2.2-1
This commit is contained in:
parent
caea1a6d16
commit
a8a3f17d6f
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = jupyterlab
|
pkgbase = jupyterlab
|
||||||
pkgdesc = JupyterLab computational environment
|
pkgdesc = JupyterLab computational environment
|
||||||
pkgver = 4.2.1
|
pkgver = 4.2.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jupyterlab/jupyterlab
|
url = https://github.com/jupyterlab/jupyterlab
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -28,7 +28,7 @@ pkgbase = jupyterlab
|
||||||
optdepends = jupyter-collaboration: collaborative mode
|
optdepends = jupyter-collaboration: collaborative mode
|
||||||
optdepends = jupyterlab-widgets: ipywidgets support
|
optdepends = jupyterlab-widgets: ipywidgets support
|
||||||
optdepends = npm: to install extensions
|
optdepends = npm: to install extensions
|
||||||
source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.2.1
|
source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.2.2
|
||||||
sha256sums = c867030c090caa36a2e48bff0c82dd5e35ffa96991509b62ca00b7b464a15820
|
sha256sums = 6e8ce9f79e81feb7949a6367d4f308f34480aa1ec61d033514efeaf76260b6ac
|
||||||
|
|
||||||
pkgname = jupyterlab
|
pkgname = jupyterlab
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=4.2.1
|
pkgver=4.2.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='JupyterLab computational environment'
|
pkgdesc='JupyterLab computational environment'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -36,7 +36,7 @@ checkdepends=(python-jupyter-server-terminals
|
||||||
python-pytest-jupyter
|
python-pytest-jupyter
|
||||||
python-pytest-tornasync)
|
python-pytest-tornasync)
|
||||||
source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver)
|
source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver)
|
||||||
sha256sums=('c867030c090caa36a2e48bff0c82dd5e35ffa96991509b62ca00b7b464a15820')
|
sha256sums=('6e8ce9f79e81feb7949a6367d4f308f34480aa1ec61d033514efeaf76260b6ac')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
Loading…
Reference in a new issue