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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 16 06:57:09 UTC 2022


    Date: Monday, May 16, 2022 @ 06:57:09
  Author: arojas
Revision: 1207515

Add missing nbconvert dependency

Modified:
  python-jupyter-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-16 06:56:48 UTC (rev 1207514)
+++ PKGBUILD	2022-05-16 06:57:09 UTC (rev 1207515)
@@ -3,14 +3,14 @@
 _pipname=jupyter-sphinx
 pkgname=python-$_pipname
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Jupyter Sphinx Extensions'
 arch=(any)
 url='https://github.com/jupyter/jupyter-sphinx/'
 license=(BSD)
-depends=(python-sphinx python-ipywidgets)
+depends=(python-sphinx python-ipywidgets jupyter-nbconvert)
 makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest jupyter-nbformat)
+checkdepends=(python-pytest)
 #source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz) - doesn't include tests
 source=(https://github.com/jupyter/jupyter-sphinx/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('3b8dfc9364ec4f88b779411736adfd649989b432d6ba2b3761e85771d03c68eb')



More information about the arch-commits mailing list