mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/jupyterlab to 3.5.2-1
This commit is contained in:
parent
b3c55cce85
commit
8d87246b43
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=3.5.1
|
||||
pkgver=3.5.2
|
||||
pkgrel=1
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
|
@ -14,10 +14,10 @@ license=(custom)
|
|||
makedepends=(python-build python-installer python-pre-commit)
|
||||
depends=(python-jupyterlab_server python-jupyter_packaging jupyter-notebook-shim nodejs)
|
||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
|
||||
checkdepends=('python-pytest-tornasync' 'npm')
|
||||
checkdepends=(python-pytest-tornasync python-pytest-jupyter npm)
|
||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
|
||||
no-nbclassic.patch)
|
||||
sha256sums=('59a1b2d79d4b3ebee4d997c8bed8cf450f460c7c35f46b613a93f0b7712b47fc'
|
||||
sha256sums=('10ac094215ffb872ddffbe2982bf1c039a79fecc326e191e7cc5efd84f331dad'
|
||||
'c81b7b957622b7ea68589daa568bba96a8955e768aea0bce60c27fa041e07cc4')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue