[arch-commits] Commit in jupyter-nbconvert/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 3 09:58:46 UTC 2022


    Date: Sunday, April 3, 2022 @ 09:58:46
  Author: arojas
Revision: 1180956

Depend on jupyter-notebook instead of the jupyter metapackage

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 09:29:33 UTC (rev 1180955)
+++ PKGBUILD	2022-04-03 09:58:46 UTC (rev 1180956)
@@ -3,15 +3,13 @@
 pkgname=jupyter-nbconvert
 _name=nbconvert
 pkgver=6.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Jupyter Notebook Conversion"
 arch=('any')
 url="https://pypi.python.org/pypi/nbconvert"
 license=('BSD')
 depends=(
-  'jupyter'
-  'jupyter-nbclient'
-  'jupyter-nbformat'
+  'jupyter-notebook'
   'jupyterlab_pygments'
   'python-beautifulsoup4'
   'python-bleach'



More information about the arch-commits mailing list