mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/jupyterlab to 3.3.3-2
This commit is contained in:
parent
1a97d239bc
commit
88ba5fa67f
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue