python3-jupyter_nbconvert: update to 6.4.5.

This commit is contained in:
Gonzalo Tornaría 2022-04-04 02:55:37 -03:00 committed by Andrew J. Hesford
parent 09e23551d2
commit cfc8c1dee7

View file

@ -1,13 +1,16 @@
# Template file for 'python3-jupyter_nbconvert'
pkgname=python3-jupyter_nbconvert
version=6.0.7
revision=2
version=6.4.5
revision=1
wrksrc="nbconvert-${version}"
build_style=python3-module
# WebPDF export depends on unpackaged pyppeteer
make_check_args="-m not(network) -k not(test_webpdf_without_chromium)"
hostmakedepends="python3-setuptools"
depends="python3-mistune python3-Jinja2 python3-jupyterlab_pygments
python3-nbclient python3-jupyter_core python3-entrypoints python3-testpath
python3-bleach python3-pandocfilters python3-defusedxml"
python3-bleach python3-pandocfilters python3-defusedxml
python3-BeautifulSoup4"
checkdepends="python3-pytest python3-ipython_ipykernel
python3-jupyter_ipywidgets python3-Pebble pandoc inkscape $depends"
short_desc="Converting Jupyter notebooks"
@ -15,14 +18,9 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter/nbconvert"
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
checksum=cbbc13a86dfbd4d1b5dee106539de0795b4db156c894c2c5dc382062bbc29002
checksum=21163a8e2073c07109ca8f398836e45efdba2aacea68d6f75a8a545fef070d4e
conflicts="python-jupyter_nbconvert<=5.4.1_2"
do_check() {
# WebPDF export depends on unpackaged pyppeteer
python3 -m pytest -k 'not TestWebPDFExporter and not test_webpdf_with_chromium'
}
post_install() {
vlicense LICENSE
}