mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/jupyterlab to 4.1.2-1
This commit is contained in:
parent
3c56ad16d0
commit
27a69f0553
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.1.1
|
pkgver = 4.1.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jupyterlab/jupyterlab
|
url = https://github.com/jupyterlab/jupyterlab
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -27,7 +27,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 = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.1.tar.gz
|
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.2.tar.gz
|
||||||
sha256sums = 8acc9f561729d8f32c14c294c397917cddfeeb13a5d46f811979b71b4911a9fd
|
sha256sums = 5d6348b3ed4085181499f621b7dfb6eb0b1f57f3586857aadfc8e3bf4c4885f9
|
||||||
|
|
||||||
pkgname = jupyterlab
|
pkgname = jupyterlab
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=4.1.1
|
pkgver=4.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='JupyterLab computational environment'
|
pkgdesc='JupyterLab computational environment'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -34,7 +34,7 @@ checkdepends=(npm
|
||||||
python-pytest-jupyter
|
python-pytest-jupyter
|
||||||
python-pytest-tornasync)
|
python-pytest-tornasync)
|
||||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||||
sha256sums=('8acc9f561729d8f32c14c294c397917cddfeeb13a5d46f811979b71b4911a9fd')
|
sha256sums=('5d6348b3ed4085181499f621b7dfb6eb0b1f57f3586857aadfc8e3bf4c4885f9')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue