mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/jupyterlab to 3.1.0-1
This commit is contained in:
parent
418f83b95d
commit
118b43264a
1 changed files with 4 additions and 9 deletions
|
@ -5,22 +5,17 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=3.0.16
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="JupyterLab computational environment"
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
url="https://github.com/jupyterlab/jupyterlab"
|
||||
url='https://github.com/jupyterlab/jupyterlab'
|
||||
license=(custom)
|
||||
makedepends=(python-setuptools)
|
||||
depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic nodejs)
|
||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
|
||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
|
||||
sha256sums=('7ad4fbe1f6d38255869410fd151a8b15692a663ca97c0a8146b3f5c40e275c23')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
sed -e 's|jupyter_packaging~=0.7.3|jupyter_packaging|' -i setup.py
|
||||
}
|
||||
sha256sums=('5a020e5940ef32a9e6e1a43f7c794f542869576a30c5083799c7d97df34e9cf3')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue