mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/jupyterlab to 4.1.8-1
This commit is contained in:
parent
86a8f81458
commit
070470bccf
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = jupyterlab
|
pkgbase = jupyterlab
|
||||||
pkgdesc = JupyterLab computational environment
|
pkgdesc = JupyterLab computational environment
|
||||||
pkgver = 4.1.7
|
pkgver = 4.1.8
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/jupyterlab/jupyterlab
|
url = https://github.com/jupyterlab/jupyterlab
|
||||||
arch = any
|
arch = any
|
||||||
license = LicenseRef-JupyterLab
|
license = LicenseRef-JupyterLab
|
||||||
|
@ -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.1.7
|
source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.1.8
|
||||||
sha256sums = 81b28690037d4ab893b0e1115b0afd8c8565343ab04c2a542fec1631976a97fa
|
sha256sums = 451b3afcfeed70f5706c7d18ad08f11f43b92992e9285979ca50af4463c839a9
|
||||||
|
|
||||||
pkgname = jupyterlab
|
pkgname = jupyterlab
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=4.1.7
|
pkgver=4.1.8
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='JupyterLab computational environment'
|
pkgdesc='JupyterLab computational environment'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://github.com/jupyterlab/jupyterlab'
|
url='https://github.com/jupyterlab/jupyterlab'
|
||||||
|
@ -35,7 +35,7 @@ checkdepends=(npm
|
||||||
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=('81b28690037d4ab893b0e1115b0afd8c8565343ab04c2a542fec1631976a97fa')
|
sha256sums=('451b3afcfeed70f5706c7d18ad08f11f43b92992e9285979ca50af4463c839a9')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
Loading…
Reference in a new issue