python-jupyter_nbconvert: update to 5.1.1

This commit is contained in:
Alessio Sergi 2017-05-09 15:51:51 +02:00
parent aad42409d1
commit b340c93253

View File

@ -1,20 +1,21 @@
# Template file for 'python-jupyter_nbconvert'
pkgname=python-jupyter_nbconvert
version=4.3.0
version=5.1.1
revision=1
noarch=yes
wrksrc="nbconvert-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
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"
pycompile_module="nbconvert"
short_desc="Converting Jupyter notebooks (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/jupyter/nbconvert"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
checksum=d967ec588ffd1ad7336163f1ac8957a348b5c4bce4465632db4cf684ffe4b718
checksum=847731bc39829d0eb1e15a450ac98c71730e3598e53683d4d76a3f3b3fc5017d
alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert2"
post_install() {
@ -24,7 +25,8 @@ post_install() {
python3-jupyter_nbconvert_package() {
noarch=yes
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"
pycompile_module="nbconvert"
replaces="python3.4-jupyter_nbconvert>=0"
short_desc="${short_desc/Python2/Python3}"