python-jupyter_nbconvert: update to 5.4.0
This commit is contained in:
parent
69d30bf32d
commit
ede6b0a3ce
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-jupyter_nbconvert'
|
# Template file for 'python-jupyter_nbconvert'
|
||||||
pkgname=python-jupyter_nbconvert
|
pkgname=python-jupyter_nbconvert
|
||||||
version=5.3.1
|
version=5.4.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="nbconvert-${version}"
|
wrksrc="nbconvert-${version}"
|
||||||
|
@ -8,14 +8,14 @@ build_style=python-module
|
||||||
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-testpath python-bleach python-pandocfilters python-defusedxml"
|
||||||
pycompile_module="nbconvert"
|
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>"
|
||||||
homepage="https://github.com/jupyter/nbconvert"
|
homepage="https://github.com/jupyter/nbconvert"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
||||||
checksum=12b1a4671d4463ab73af6e4cbcc965b62254e05d182cd54995dda0d0ef9e2db9
|
checksum=a8a2749f972592aa9250db975304af6b7337f32337e523a2c995cc9e12c07807
|
||||||
alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert2"
|
alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -26,7 +26,7 @@ python3-jupyter_nbconvert_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-mistune python3-Jinja2 python3-Pygments python3-traitlets
|
depends="python3-mistune python3-Jinja2 python3-Pygments python3-traitlets
|
||||||
python3-jupyter_core python3-jupyter_nbformat python3-entrypoints
|
python3-jupyter_core python3-jupyter_nbformat python3-entrypoints
|
||||||
python3-testpath python3-bleach python3-pandocfilters"
|
python3-testpath python3-bleach python3-pandocfilters python3-defusedxml"
|
||||||
pycompile_module="nbconvert"
|
pycompile_module="nbconvert"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert3"
|
alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert3"
|
||||||
|
|
Loading…
Reference in New Issue