From c31ec7e18b983268b667aaf632e47a5970c0c97c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 3 May 2023 19:27:10 +0000 Subject: [PATCH] community/jupyterlab to 3.6.3-7 --- community/jupyterlab/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index 51eb9abfd..0ebac0377 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -6,14 +6,14 @@ pkgname=jupyterlab _pipname=jupyterlab pkgver=3.6.3 -pkgrel=3 +pkgrel=7 pkgdesc='JupyterLab computational environment' arch=(any) url='https://github.com/jupyterlab/jupyterlab' 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' 'jupyter-server-ydoc: for collaborative mode') +depends=(python-jupyterlab_server python-jupyter_packaging jupyter-notebook-shim jupyter-server-ydoc nodejs) +optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support') 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) @@ -22,7 +22,7 @@ sha256sums=('373e9cfb8a72edd294be14f16662563a220cecf0fb26de7aab1af9a29b689b82' prepare() { patch -d $pkgname-$pkgver -p1 < no-nbclassic.patch # Drop nbclassic dependency - sed -e '/nbclassic/d' -i $pkgname-$pkgver/setup.cfg + sed -e '/nbclassic/d' -e '/notebook<7/d' -e 's|ydoc\~\=.*|ydoc|g' -i $pkgname-$pkgver/setup.cfg } build() { @@ -33,7 +33,7 @@ build() { check() { cd $pkgname-$pkgver - pytest -v -k 'not test_build' + pytest -v -k 'not test_build and not test_announcements' } package() {