community/jupyterlab to 3.3.3-2

This commit is contained in:
David Beauchamp 2022-04-09 16:39:02 -04:00
parent 1a97d239bc
commit 88ba5fa67f

View file

@ -6,7 +6,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=3.3.3
pkgrel=1
pkgrel=2
pkgdesc='JupyterLab computational environment'
arch=(any)
url='https://github.com/jupyterlab/jupyterlab'
@ -22,6 +22,7 @@ sha256sums=('294d67126015ba397f6b1c80563deec862e47e042623851bbe2a7d870d69eb6a'
prepare() {
patch -d $pkgname-$pkgver -p1 < no-nbclassic.patch # Drop nbclassic dependency
sed -e '/nbclassic/d' -i $pkgname-$pkgver/setup.cfg
}
build() {