python3-jupyter_nbconvert: update to 6.4.5.
This commit is contained in:
parent
09e23551d2
commit
cfc8c1dee7
1 changed files with 7 additions and 9 deletions
|
@ -1,13 +1,16 @@
|
||||||
# Template file for 'python3-jupyter_nbconvert'
|
# Template file for 'python3-jupyter_nbconvert'
|
||||||
pkgname=python3-jupyter_nbconvert
|
pkgname=python3-jupyter_nbconvert
|
||||||
version=6.0.7
|
version=6.4.5
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="nbconvert-${version}"
|
wrksrc="nbconvert-${version}"
|
||||||
build_style=python3-module
|
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"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-mistune python3-Jinja2 python3-jupyterlab_pygments
|
depends="python3-mistune python3-Jinja2 python3-jupyterlab_pygments
|
||||||
python3-nbclient python3-jupyter_core python3-entrypoints python3-testpath
|
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
|
checkdepends="python3-pytest python3-ipython_ipykernel
|
||||||
python3-jupyter_ipywidgets python3-Pebble pandoc inkscape $depends"
|
python3-jupyter_ipywidgets python3-Pebble pandoc inkscape $depends"
|
||||||
short_desc="Converting Jupyter notebooks"
|
short_desc="Converting Jupyter notebooks"
|
||||||
|
@ -15,14 +18,9 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter/nbconvert"
|
homepage="https://github.com/jupyter/nbconvert"
|
||||||
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
||||||
checksum=cbbc13a86dfbd4d1b5dee106539de0795b4db156c894c2c5dc382062bbc29002
|
checksum=21163a8e2073c07109ca8f398836e45efdba2aacea68d6f75a8a545fef070d4e
|
||||||
conflicts="python-jupyter_nbconvert<=5.4.1_2"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue