mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/jupyterlab to 3.0.9-2
This commit is contained in:
parent
e53d539079
commit
ad6f88999b
1 changed files with 5 additions and 5 deletions
|
@ -5,17 +5,17 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=3.0.8
|
||||
pkgrel=1
|
||||
pkgver=3.0.9
|
||||
pkgrel=2
|
||||
pkgdesc="JupyterLab computational environment"
|
||||
arch=(any)
|
||||
url="https://github.com/jupyterlab/jupyterlab"
|
||||
license=(custom)
|
||||
makedepends=(python-setuptools python-jupyter_packaging)
|
||||
depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
|
||||
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=('e2250dec8042bb824d9dd5381f38b2b34eff7f93bed693bd486b252abafddcbe')
|
||||
sha256sums=('70aa808a1adc06e35701500a0b1cd2f472ad55b8d890153cb8bdfbd30b279646')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue