Date: Sunday, April 9, 2023 @ 18:39:15 Author: arojas Revision: 1443429
upgpkg: jupyterlab 3.6.3-3: Add optdepend for collaborative mode (FS#78105) Modified: jupyterlab/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-09 18:35:14 UTC (rev 1443428) +++ PKGBUILD 2023-04-09 18:39:15 UTC (rev 1443429) @@ -3,7 +3,7 @@ pkgname=jupyterlab _pipname=jupyterlab pkgver=3.6.3 -pkgrel=2 +pkgrel=3 pkgdesc='JupyterLab computational environment' arch=(any) url='https://github.com/jupyterlab/jupyterlab' @@ -10,7 +10,7 @@ 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') +optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support' 'jupyter-server-ydoc: for collaborative mode') 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)
