27 lines
1.0 KiB
Bash
27 lines
1.0 KiB
Bash
# Template file for 'python3-jupyter_nbconvert'
|
|
pkgname=python3-jupyter_nbconvert
|
|
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-BeautifulSoup4"
|
|
checkdepends="python3-pytest python3-ipython_ipykernel
|
|
python3-jupyter_ipywidgets python3-Pebble pandoc inkscape $depends"
|
|
short_desc="Converting Jupyter notebooks"
|
|
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=21163a8e2073c07109ca8f398836e45efdba2aacea68d6f75a8a545fef070d4e
|
|
conflicts="python-jupyter_nbconvert<=5.4.1_2"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|