mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/jupyterlab to 3.3.4-1
This commit is contained in:
parent
95414bb6ed
commit
d2ad40bd30
1 changed files with 4 additions and 4 deletions
|
@ -5,19 +5,19 @@
|
|||
|
||||
pkgname=jupyterlab
|
||||
_pipname=jupyterlab
|
||||
pkgver=3.3.3
|
||||
pkgrel=2
|
||||
pkgver=3.3.4
|
||||
pkgrel=1
|
||||
pkgdesc='JupyterLab computational environment'
|
||||
arch=(any)
|
||||
url='https://github.com/jupyterlab/jupyterlab'
|
||||
license=(custom)
|
||||
makedepends=(python-build python-installer)
|
||||
makedepends=(python-build python-installer python-pre-commit)
|
||||
depends=(python-jupyterlab_server python-jupyter_packaging jupyter-notebook-shim nodejs)
|
||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
|
||||
checkdepends=('python-pytest-tornasync' 'npm')
|
||||
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
|
||||
no-nbclassic.patch)
|
||||
sha256sums=('294d67126015ba397f6b1c80563deec862e47e042623851bbe2a7d870d69eb6a'
|
||||
sha256sums=('e04355848b3d91ac4d95c2e3846a0429b33e9c2edc79668fb4fc4d212f1e5107'
|
||||
'c81b7b957622b7ea68589daa568bba96a8955e768aea0bce60c27fa041e07cc4')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue