python-jupyter_nbconvert: update to 5.4.1.
This commit is contained in:
parent
84c5de08e4
commit
b354374792
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'python-jupyter_nbconvert'
|
# Template file for 'python-jupyter_nbconvert'
|
||||||
pkgname=python-jupyter_nbconvert
|
pkgname=python-jupyter_nbconvert
|
||||||
version=5.4.0
|
version=5.4.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="nbconvert-${version}"
|
wrksrc="nbconvert-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="nbconvert"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-mistune python-Jinja2 python-Pygments python-traitlets
|
depends="python-mistune python-Jinja2 python-Pygments python-traitlets
|
||||||
python-jupyter_core python-jupyter_nbformat python-entrypoints
|
python-jupyter_core python-jupyter_nbformat python-entrypoints
|
||||||
python-testpath python-bleach python-pandocfilters python-defusedxml"
|
python-testpath python-bleach python-pandocfilters python-defusedxml"
|
||||||
pycompile_module="nbconvert"
|
|
||||||
short_desc="Converting Jupyter notebooks (Python2)"
|
short_desc="Converting Jupyter notebooks (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter/nbconvert"
|
homepage="https://github.com/jupyter/nbconvert"
|
||||||
license="3-clause-BSD"
|
|
||||||
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
||||||
checksum=a8a2749f972592aa9250db975304af6b7337f32337e523a2c995cc9e12c07807
|
checksum=302554a2e219bc0fc84f3edd3e79953f3767b46ab67626fdec16e38ba3f7efe4
|
||||||
alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert2"
|
alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue