[arch-commits] Commit in jupyter-nbconvert/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Apr 3 10:17:25 UTC 2022
Date: Sunday, April 3, 2022 @ 10:17:24
Author: arojas
Revision: 1180963
Fix dependencies
Modified:
jupyter-nbconvert/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-03 10:16:57 UTC (rev 1180962)
+++ PKGBUILD 2022-04-03 10:17:24 UTC (rev 1180963)
@@ -3,7 +3,7 @@
pkgname=jupyter-nbconvert
_name=nbconvert
pkgver=6.4.5
-pkgrel=2
+pkgrel=3
pkgdesc="Jupyter Notebook Conversion"
arch=('any')
url="https://pypi.python.org/pypi/nbconvert"
@@ -10,6 +10,7 @@
license=('BSD')
depends=(
'jupyter-notebook'
+ 'jupyter-nbclient'
'jupyterlab_pygments'
'python-beautifulsoup4'
'python-bleach'
@@ -22,9 +23,8 @@
'python-testpath'
'python-traitlets'
)
-# really depends on jupyter-client, not jupyter
makedepends=('python-pyppeteer' 'python-setuptools')
-checkdepends=('chromium' 'python-pytest')
+checkdepends=('python-pytest' 'python-ipywidgets')
optdepends=('pandoc: non-html conversion output'
'python-pyppeteer: for webPDF conversion support')
source=("https://github.com/jupyter/nbconvert/archive/$pkgver/$pkgname-$pkgver.tar.gz")
More information about the arch-commits
mailing list