mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/jupyterlab to 3.0.0-2
This commit is contained in:
parent
f689f42f83
commit
2a63fa77e4
1 changed files with 5 additions and 5 deletions
|
@ -5,17 +5,17 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=2.2.9
|
||||
pkgver=3.0.0
|
||||
pkgrel=2
|
||||
pkgdesc="JupyterLab computational environment"
|
||||
arch=(any)
|
||||
url="https://github.com/jupyterlab/jupyterlab"
|
||||
license=(custom)
|
||||
makedepends=(python-setuptools)
|
||||
depends=(jupyterlab_server nodejs)
|
||||
optdepends=('npm: to install extensions')
|
||||
makedepends=(python-setuptools python-jupyter_packaging)
|
||||
depends=(python-jupyterlab_server 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=('3be8f8edea173753dd838c1b6d3bbcb6f5c801121f824a477025c1b6a1d33dc6')
|
||||
sha256sums=('15228dff3f77b0bca795fd232cb25f02121510cec83f1d25856b3bc8e585b087')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue