mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/jupyterlab to 4.0.4-1
This commit is contained in:
parent
36126a0276
commit
d8d12f4963
1 changed files with 4 additions and 4 deletions
|
@ -5,18 +5,18 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=4.0.3
|
||||
pkgrel=2
|
||||
pkgver=4.0.4
|
||||
pkgrel=1
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
url='https://github.com/jupyterlab/jupyterlab'
|
||||
license=(custom)
|
||||
makedepends=(python-build python-installer python-hatch-jupyter-builder)
|
||||
depends=(python-jupyterlab_server python-async-lru jupyter-notebook-shim)
|
||||
depends=(python-jupyterlab-server python-async-lru jupyter-notebook-shim)
|
||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support' 'jupyter-collaboration: collaborative mode')
|
||||
checkdepends=(python-pytest-tornasync python-pytest-jupyter npm python-jupyter-server-terminals)
|
||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||
sha256sums=('e14d1ce46a613028111d0d476a1d7d6b094003b7462bac669f5b478317abcb39')
|
||||
sha256sums=('049449a56d93202ed204e0e86f96f5a3447a08cfc09fb012fd239e178651cb34')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue