[arch-commits] Commit in jupyterlab/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 24 10:15:48 UTC 2020
Date: Thursday, December 24, 2020 @ 10:15:48
Author: arojas
Revision: 787006
Add jupyterlab-widgets optdepend
Modified:
jupyterlab/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-24 10:14:19 UTC (rev 787005)
+++ PKGBUILD 2020-12-24 10:15:48 UTC (rev 787006)
@@ -3,7 +3,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="JupyterLab computational environment"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab"
@@ -10,7 +10,7 @@
license=(custom)
makedepends=(python-setuptools python-jupyter_packaging)
depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
-optdepends=('npm: to install extensions')
+optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('15228dff3f77b0bca795fd232cb25f02121510cec83f1d25856b3bc8e585b087')
More information about the arch-commits
mailing list