mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/jupyterlab to 4.0.7-1
This commit is contained in:
parent
584f8e4ba8
commit
e774521d09
2 changed files with 55 additions and 6 deletions
32
extra/jupyterlab/.SRCINFO
Normal file
32
extra/jupyterlab/.SRCINFO
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
pkgbase = jupyterlab
|
||||||
|
pkgdesc = JupyterLab computational environment
|
||||||
|
pkgver = 4.0.7
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/jupyterlab/jupyterlab
|
||||||
|
arch = any
|
||||||
|
license = custom
|
||||||
|
checkdepends = npm
|
||||||
|
checkdepends = python-jupyter-server-terminals
|
||||||
|
checkdepends = python-pytest-jupyter
|
||||||
|
checkdepends = python-pytest-tornasync
|
||||||
|
makedepends = python-build
|
||||||
|
makedepends = python-hatch-jupyter-builder
|
||||||
|
makedepends = python-installer
|
||||||
|
depends = jupyter-notebook-shim
|
||||||
|
depends = jupyter-server
|
||||||
|
depends = python
|
||||||
|
depends = python-async-lru
|
||||||
|
depends = python-importlib-metadata
|
||||||
|
depends = python-ipykernel
|
||||||
|
depends = python-jupyter-core
|
||||||
|
depends = python-jupyterlab-server
|
||||||
|
depends = python-packaging
|
||||||
|
depends = python-tornado
|
||||||
|
depends = python-traitlets
|
||||||
|
optdepends = jupyter-collaboration: collaborative mode
|
||||||
|
optdepends = jupyterlab-widgets: ipywidgets support
|
||||||
|
optdepends = npm: to install extensions
|
||||||
|
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.0.7.tar.gz
|
||||||
|
sha256sums = 48792efd9f962b2bcda1f87d72168ff122c288b1d97d32109e4a11b33dc862be
|
||||||
|
|
||||||
|
pkgname = jupyterlab
|
|
@ -5,18 +5,35 @@
|
||||||
|
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
_pipname=jupyterlab
|
_pipname=jupyterlab
|
||||||
pkgver=4.0.6
|
pkgver=4.0.7
|
||||||
pkgrel=1
|
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'
|
||||||
license=(custom)
|
license=(custom)
|
||||||
makedepends=(python-build python-installer python-hatch-jupyter-builder)
|
depends=(jupyter-notebook-shim
|
||||||
depends=(python-jupyterlab-server python-async-lru jupyter-notebook-shim)
|
jupyter-server
|
||||||
optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support' 'jupyter-collaboration: collaborative mode')
|
python
|
||||||
checkdepends=(python-pytest-tornasync python-pytest-jupyter npm python-jupyter-server-terminals)
|
python-async-lru
|
||||||
|
python-importlib-metadata
|
||||||
|
python-ipykernel
|
||||||
|
python-jupyter-core
|
||||||
|
python-jupyterlab-server
|
||||||
|
python-packaging
|
||||||
|
python-tornado
|
||||||
|
python-traitlets)
|
||||||
|
makedepends=(python-build
|
||||||
|
python-hatch-jupyter-builder
|
||||||
|
python-installer)
|
||||||
|
optdepends=('jupyter-collaboration: collaborative mode'
|
||||||
|
'jupyterlab-widgets: ipywidgets support'
|
||||||
|
'npm: to install extensions')
|
||||||
|
checkdepends=(npm
|
||||||
|
python-jupyter-server-terminals
|
||||||
|
python-pytest-jupyter
|
||||||
|
python-pytest-tornasync)
|
||||||
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=('6c43ae5a6a1fd2fdfafcb3454004958bde6da76331abb44cffc6f9e436b19ba1')
|
sha256sums=('48792efd9f962b2bcda1f87d72168ff122c288b1d97d32109e4a11b33dc862be')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue