python-jupyter_notebook: update to 5.3.1

This commit is contained in:
Alessio Sergi 2018-01-18 20:33:31 +01:00
parent ecb2a069cb
commit d6bdff21aa
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-jupyter_notebook'
pkgname=python-jupyter_notebook
version=5.2.2
version=5.3.1
revision=1
noarch=yes
wrksrc="notebook-${version}"
@ -9,14 +9,14 @@ hostmakedepends="python-setuptools python3-setuptools"
depends="python-Jinja2 python-terminado python-tornado
python-ipython_genutils python-traitlets python-jupyter_core
python-jupyter_client python-jupyter_nbformat python-jupyter_nbconvert
python-ipython_ipykernel mathjax"
python-ipython_ipykernel python-send2trash mathjax"
pycompile_module="notebook"
short_desc="Jupyter interactive notebook (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/jupyter/notebook"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
checksum=7bb54fb61b9c5426bc116f840541b973431198e00ea2896122d05fc122dbbd67
checksum=380bbed63117accbb13e42d01d06153c72da6a386f75c81ae4c174eaa11e738b
alternatives="
jupyter-notebook:jupyter-notebook:/usr/bin/jupyter-notebook2
@ -43,7 +43,7 @@ python3-jupyter_notebook_package() {
depends="python3-Jinja2 python3-terminado python3-tornado
python3-ipython_genutils python3-traitlets python3-jupyter_core
python3-jupyter_client python3-jupyter_nbformat python3-jupyter_nbconvert
python3-ipython_ipykernel mathjax"
python3-ipython_ipykernel python3-send2trash mathjax"
pycompile_module="notebook"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {