mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/jupyterlab to 4.0.1-1
This commit is contained in:
parent
2e7b70ef86
commit
eb75050d5f
1 changed files with 3 additions and 3 deletions
|
@ -5,18 +5,18 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=4.0.0
|
||||
pkgver=4.0.1
|
||||
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-jupyter_packaging python-async-lru jupyter-server-ydoc nodejs)
|
||||
depends=(python-jupyterlab_server python-jupyter_packaging python-async-lru jupyter-notebook-shim jupyter-server-ydoc nodejs)
|
||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
|
||||
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=('ce656d04828b2e4ee0758e22c862cc99aedec66a10319d09f0fd5ea51be68dd8')
|
||||
sha256sums=('4dc3901f7bbfd4704c994b7a893a49955256abf57dba9831f4825e3f3165b8bb')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue