mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/jupyterlab to 2.2.4-1
This commit is contained in:
parent
c176b53731
commit
ae1fada5c0
1 changed files with 2 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=2.2.2
|
pkgver=2.2.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="JupyterLab computational environment"
|
pkgdesc="JupyterLab computational environment"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -15,12 +15,7 @@ makedepends=(python-setuptools)
|
||||||
depends=(jupyterlab_server nodejs)
|
depends=(jupyterlab_server nodejs)
|
||||||
optdepends=('npm: to install extensions')
|
optdepends=('npm: to install extensions')
|
||||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||||
sha256sums=('8aa9bc4b5020e7b9ec6e006d516d48bddf7d2528680af65840464ee722d59db3')
|
sha256sums=('e9d26c4c1cf4f7760dfa9ccd3fd5ea5027ae2767f22c7766dbb2fbb5e5dfcd4b')
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd $pkgname-$pkgver
|
|
||||||
sed -e 's|~=|>=|' -i setup.py # Fix jupyterlab_server version
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue