community/jupyterlab to 3.3.4-1

This commit is contained in:
Kevin Mihelich 2022-04-17 00:05:52 +00:00
parent 95414bb6ed
commit d2ad40bd30

View file

@ -5,19 +5,19 @@
pkgname=jupyterlab pkgname=jupyterlab
_pipname=jupyterlab _pipname=jupyterlab
pkgver=3.3.3 pkgver=3.3.4
pkgrel=2 pkgrel=1
pkgdesc='JupyterLab computational environment' pkgdesc='JupyterLab computational environment'
arch=(any) arch=(any)
url='https://github.com/jupyterlab/jupyterlab' url='https://github.com/jupyterlab/jupyterlab'
license=(custom) license=(custom)
makedepends=(python-build python-installer) makedepends=(python-build python-installer python-pre-commit)
depends=(python-jupyterlab_server python-jupyter_packaging jupyter-notebook-shim nodejs) depends=(python-jupyterlab_server python-jupyter_packaging jupyter-notebook-shim nodejs)
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support') optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
checkdepends=('python-pytest-tornasync' 'npm') checkdepends=('python-pytest-tornasync' 'npm')
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
no-nbclassic.patch) no-nbclassic.patch)
sha256sums=('294d67126015ba397f6b1c80563deec862e47e042623851bbe2a7d870d69eb6a' sha256sums=('e04355848b3d91ac4d95c2e3846a0429b33e9c2edc79668fb4fc4d212f1e5107'
'c81b7b957622b7ea68589daa568bba96a8955e768aea0bce60c27fa041e07cc4') 'c81b7b957622b7ea68589daa568bba96a8955e768aea0bce60c27fa041e07cc4')
prepare() { prepare() {