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

Antonio Rojas arojas at gemini.archlinux.org
Mon Mar 14 09:25:20 UTC 2022


    Date: Monday, March 14, 2022 @ 09:25:20
  Author: arojas
Revision: 1152165

Update to 6.4.4

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-14 09:17:27 UTC (rev 1152164)
+++ PKGBUILD	2022-03-14 09:25:20 UTC (rev 1152165)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-nbconvert
 _name=nbconvert
-pkgver=6.4.3
+pkgver=6.4.4
 pkgrel=1
 pkgdesc="Jupyter Notebook Conversion"
 arch=('any')
@@ -13,6 +13,7 @@
   'jupyter-nbclient'
   'jupyter-nbformat'
   'jupyterlab_pygments'
+  'python-beautifulsoup4'
   'python-bleach'
   'python-defusedxml'
   'python-entrypoints'
@@ -29,8 +30,8 @@
 optdepends=('pandoc: non-html conversion output'
             'python-pyppeteer: for webPDF conversion support')
 source=("https://github.com/jupyter/nbconvert/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a1c3a563544c9ecf641efcc2d30eb2dfb0ebc14f9832bf95603302385614c3c083bd94f7b548c606dccf73a7179cef2521f3523ed66243bdb4464ab927ad74a1')
-b2sums=('7a9cc17b25937956a0a9538858b66d37893e393266f4c7af4b8afc774320987748acd5703418191dcb753becbae24b1f430a04b53cf2a176b18be6daab18452b')
+sha512sums=('f02b25b3a5d9ccc807635c1e2f8261652d92e76e215353c8067e82e0ea59e281129a97d55c7777c6440b9b4457d2ab2b934318a89ba708d032f2cd6c11d6336c')
+b2sums=('75d745f5e283df029748e446810b262837237754756361985b7d3809f13654c8c64cf00c95d1ca073a59ef3afef4d31058e48994612b24c8befb27a31d86ccd9')
 
 build() {
   cd nbconvert-$pkgver
@@ -39,6 +40,7 @@
 
 check() {
   cd "${_name}-${pkgver}"
+  export PYTHONPATH="$PWD" # Make sure system nbconvert is not used
   # disable tests that download chromium and (probably) require a graphical session
   pytest -vv -k 'TestWebPDFExporter and not (test_export or test_webpdf_without_pyppeteer)'
   pytest -vv -k 'TestNbConvertApp and not test_webpdf_with_chromium'



More information about the arch-commits mailing list