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

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 09:28:37 UTC 2022


    Date: Saturday, August 27, 2022 @ 09:28:37
  Author: arojas
Revision: 1284598

upgpkg: jupyter-nbconvert 7.0.0-2: Update to 7.0.0

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 09:22:45 UTC (rev 1284597)
+++ PKGBUILD	2022-08-27 09:28:37 UTC (rev 1284598)
@@ -3,7 +3,7 @@
 pkgname=jupyter-nbconvert
 _name=nbconvert
 pkgver=7.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Jupyter Notebook Conversion"
 arch=('any')
 url="https://pypi.python.org/pypi/nbconvert"
@@ -11,7 +11,7 @@
 depends=(
   'jupyter-nbformat'
   'jupyter-nbclient'
-#  'jupyterlab_pygments'
+  'jupyterlab_pygments'
   'python-beautifulsoup4'
   'python-bleach'
   'python-defusedxml'
@@ -24,7 +24,7 @@
   'python-tinycss2'
   'python-lxml'
 )
-makedepends=('python-build' 'python-installer' 'python-hatchling')
+makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-pyppeteer')
 checkdepends=('python-pytest' 'python-ipywidgets')
 optdepends=('pandoc: non-html conversion output'
             'python-pyppeteer: for webPDF conversion support')
@@ -40,10 +40,10 @@
   cd nbconvert-$pkgver
   export PYTHONPATH="$PWD" # Make sure system nbconvert is not used
   # disable tests that download chromium and (probably) require a graphical session
-#  pytest -v -k 'TestWebPDFExporter and not (test_export or test_webpdf_without_pyppeteer)' -W ignore::DeprecationWarning
-#  pytest -v -k 'TestNbConvertApp and not test_webpdf_with_chromium' -W ignore::DeprecationWarning
+  pytest -v -k 'TestWebPDFExporter and not (test_export or test_webpdf_without_pyppeteer)' -W ignore::DeprecationWarning
+  pytest -v -k 'TestNbConvertApp and not test_webpdf_with_chromium' -W ignore::DeprecationWarning
   # run all remaining tests
-#  pytest -v -k 'not TestWebPDFExporter and not TestNbConvertApp' -W ignore::DeprecationWarning
+  pytest -v -k 'not TestWebPDFExporter and not TestNbConvertApp' -W ignore::DeprecationWarning
 }
 
 package() {



More information about the arch-commits mailing list