mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/jupyterlab to 4.0.9-1
This commit is contained in:
parent
e5c6540bee
commit
c4586c6de4
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = jupyterlab
|
||||
pkgdesc = JupyterLab computational environment
|
||||
pkgver = 4.0.8
|
||||
pkgver = 4.0.9
|
||||
pkgrel = 1
|
||||
url = https://github.com/jupyterlab/jupyterlab
|
||||
arch = any
|
||||
|
@ -26,7 +26,7 @@ pkgbase = jupyterlab
|
|||
optdepends = jupyter-collaboration: collaborative mode
|
||||
optdepends = jupyterlab-widgets: ipywidgets support
|
||||
optdepends = npm: to install extensions
|
||||
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.0.8.tar.gz
|
||||
sha256sums = c4fe93f977bcc987bd395d7fae5ab02e0c042bf4e0f7c95196f3e2e578c2fb3a
|
||||
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.0.9.tar.gz
|
||||
sha256sums = 9ebada41d52651f623c0c9f069ddb8a21d6848e4c887d8e5ddc0613166ed5c0b
|
||||
|
||||
pkgname = jupyterlab
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=4.0.8
|
||||
pkgver=4.0.9
|
||||
pkgrel=1
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
|
@ -33,7 +33,7 @@ checkdepends=(npm
|
|||
python-pytest-jupyter
|
||||
python-pytest-tornasync)
|
||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||
sha256sums=('c4fe93f977bcc987bd395d7fae5ab02e0c042bf4e0f7c95196f3e2e578c2fb3a')
|
||||
sha256sums=('9ebada41d52651f623c0c9f069ddb8a21d6848e4c887d8e5ddc0613166ed5c0b')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue