extra/jupyterlab to 4.1.1-1

This commit is contained in:
Kevin Mihelich 2024-02-15 01:25:31 +00:00
parent 29ba033eab
commit c6b69fccca
3 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
pkgver = 4.1.0
pkgver = 4.1.1
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
@ -27,7 +27,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.1.0.tar.gz
sha256sums = 92cdfd86c53e163fb9e91e14497901153536c5a889c9225dade270f6107a077f
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.1.tar.gz
sha256sums = 8acc9f561729d8f32c14c294c397917cddfeeb13a5d46f811979b71b4911a9fd
pkgname = jupyterlab

View file

@ -0,0 +1,3 @@
[jupyterlab]
source = 'pypi'
github = 'jupyterlab'

View file

@ -5,7 +5,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=4.1.0
pkgver=4.1.1
pkgrel=1
pkgdesc='JupyterLab computational environment'
arch=(any)
@ -34,7 +34,7 @@ checkdepends=(npm
python-pytest-jupyter
python-pytest-tornasync)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('92cdfd86c53e163fb9e91e14497901153536c5a889c9225dade270f6107a077f')
sha256sums=('8acc9f561729d8f32c14c294c397917cddfeeb13a5d46f811979b71b4911a9fd')
build() {
cd $pkgname-$pkgver