From b340c9325372cbc3c52a4e2db76a5bbac8c06b71 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 9 May 2017 15:51:51 +0200 Subject: [PATCH] python-jupyter_nbconvert: update to 5.1.1 --- srcpkgs/python-jupyter_nbconvert/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-jupyter_nbconvert/template b/srcpkgs/python-jupyter_nbconvert/template index f854ac4aa1f..ab26043d072 100644 --- a/srcpkgs/python-jupyter_nbconvert/template +++ b/srcpkgs/python-jupyter_nbconvert/template @@ -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 " 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}"