mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/jupyterlab to 4.0.11-1
This commit is contained in:
parent
3799a634e2
commit
80b13c7825
2 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
pkgbase = jupyterlab
|
||||
pkgdesc = JupyterLab computational environment
|
||||
pkgver = 4.0.10
|
||||
pkgver = 4.0.11
|
||||
pkgrel = 1
|
||||
url = https://github.com/jupyterlab/jupyterlab
|
||||
arch = any
|
||||
license = custom
|
||||
license = LicenseRef-JupyterLab
|
||||
checkdepends = npm
|
||||
checkdepends = python-jupyter-server-terminals
|
||||
checkdepends = python-pytest-jupyter
|
||||
|
@ -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.10.tar.gz
|
||||
sha256sums = 46177eb8ede70dc73be922ac99f8ef943bdc2dfbc6a31b353c4bde848a35dee1
|
||||
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.0.11.tar.gz
|
||||
sha256sums = d1aec24712566bc25a36229788242778e498ca4088028e2f9aa156b8b7fdc8fc
|
||||
|
||||
pkgname = jupyterlab
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=4.0.10
|
||||
pkgver=4.0.11
|
||||
pkgrel=1
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
url='https://github.com/jupyterlab/jupyterlab'
|
||||
license=(custom)
|
||||
license=(LicenseRef-JupyterLab)
|
||||
depends=(jupyter-notebook-shim
|
||||
jupyter-server
|
||||
python
|
||||
|
@ -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=('46177eb8ede70dc73be922ac99f8ef943bdc2dfbc6a31b353c4bde848a35dee1')
|
||||
sha256sums=('d1aec24712566bc25a36229788242778e498ca4088028e2f9aa156b8b7fdc8fc')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue