void-packages/srcpkgs/python3-jupyter_nbconvert/template

29 lines
980 B
Bash
Raw Normal View History

# Template file for 'python3-jupyter_nbconvert'
pkgname=python3-jupyter_nbconvert
version=5.4.1
revision=3
archs=noarch
wrksrc="nbconvert-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-mistune python3-Jinja2 python3-Pygments python3-traitlets
python3-jupyter_core python3-jupyter_nbformat python3-entrypoints
python3-testpath python3-bleach python3-pandocfilters python3-defusedxml"
checkdepends="$depends python3-pytest python3-ipython_ipykernel
python3-jupyter_ipywidgets python3-Pebble pandoc inkscape"
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=302554a2e219bc0fc84f3edd3e79953f3767b46ab67626fdec16e38ba3f7efe4
conflicts="python-jupyter_nbconvert<=5.4.1_2"
do_check() {
: this version fail badly
}
post_install() {
vlicense LICENSE
}