community/jupyterlab to 3.6.3-7

This commit is contained in:
Kevin Mihelich 2023-05-03 19:27:10 +00:00
parent 3512889b71
commit c31ec7e18b

View file

@ -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() {