mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/jupyterlab to 3.0.1-1
This commit is contained in:
parent
4d405de47a
commit
cab15dd245
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=3.0.0
|
pkgver=3.0.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="JupyterLab computational environment"
|
pkgdesc="JupyterLab computational environment"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/jupyterlab/jupyterlab"
|
url="https://github.com/jupyterlab/jupyterlab"
|
||||||
|
@ -15,7 +15,7 @@ makedepends=(python-setuptools python-jupyter_packaging)
|
||||||
depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
|
depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
|
||||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
|
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
|
||||||
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=('15228dff3f77b0bca795fd232cb25f02121510cec83f1d25856b3bc8e585b087')
|
sha256sums=('72759e43d6063d4b3bf5bc4fa5ef72dd970bc43bdcb82d87affee73bbdb5be34')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue