Date: Monday, April 4, 2022 @ 09:34:29
  Author: arojas
Revision: 1181235

Optdepend on jupyter-widgetsnbextension

Modified:
  jupyter-notebook/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-04 09:34:26 UTC (rev 1181234)
+++ PKGBUILD    2022-04-04 09:34:29 UTC (rev 1181235)
@@ -3,7 +3,7 @@
 pkgname=jupyter-notebook
 _pipname=notebook
 pkgver=6.4.10
-pkgrel=3
+pkgrel=4
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook";
@@ -15,7 +15,7 @@
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-jupyter_packaging')
 checkdepends=('python-pytest' 'python-selenium' 'python-requests')
-optdepends=('pandoc: notebook export')
+optdepends=('pandoc: notebook export' 'jupyter-widgetsnbextension: interactive 
widgets')
 replaces=('jupyter')
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
 md5sums=('dcf0e442d40d8d8407ded88276fb6a38')

Reply via email to