python-jupyter_nbconvert: update to 5.3.1

This commit is contained in:
Alessio Sergi 2017-09-13 10:41:39 +02:00
parent 875b875820
commit 38ee1c9115

View file

@ -1,7 +1,7 @@
# Template file for 'python-jupyter_nbconvert' # Template file for 'python-jupyter_nbconvert'
pkgname=python-jupyter_nbconvert pkgname=python-jupyter_nbconvert
version=5.2.1 version=5.3.1
revision=2 revision=1
noarch=yes noarch=yes
wrksrc="nbconvert-${version}" wrksrc="nbconvert-${version}"
build_style=python-module build_style=python-module
@ -15,11 +15,11 @@ 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=9ed68ec7fe90a8672b43795b29ea91cc75ea355c83debc83ebd12171521ec274 checksum=12b1a4671d4463ab73af6e4cbcc965b62254e05d182cd54995dda0d0ef9e2db9
alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert2" alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert2"
post_install() { post_install() {
vlicense COPYING.md LICENSE vlicense LICENSE
} }
python3-jupyter_nbconvert_package() { python3-jupyter_nbconvert_package() {
@ -34,7 +34,7 @@ python3-jupyter_nbconvert_package() {
pkg_install() { pkg_install() {
vmove usr/bin/jupyter-nbconvert3 vmove usr/bin/jupyter-nbconvert3
vmove usr/lib/python3* vmove usr/lib/python3*
vlicense COPYING.md LICENSE vlicense LICENSE
} }
} }
python3.4-jupyter_nbconvert_package() { python3.4-jupyter_nbconvert_package() {