python-jupyter_client: update to 5.2.4.

This commit is contained in:
maxice8 2019-04-20 07:22:23 -03:00 committed by maxice8
parent 4ddb8ec85a
commit 40002a6699
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-jupyter_client'
pkgname=python-jupyter_client
version=5.2.3
version=5.2.4
revision=1
archs=noarch
wrksrc="jupyter_client-${version}"
@ -8,13 +8,13 @@ build_style=python-module
pycompile_module="jupyter_client"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-traitlets python-jupyter_core
python-pyzmq python-dateutil python-tornado"
python-pyzmq python-dateutil python-tornado python-simplejson"
short_desc="Jupyter protocol client APIs (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/jupyter/jupyter_client"
license="BSD-3-Clause"
homepage="https://github.com/jupyter/jupyter_client"
distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
checksum=27befcf0446b01e29853014d6a902dd101ad7d7f94e2252b1adca17c3466b761
checksum=b5f9cb06105c1d2d30719db5ffb3ea67da60919fb68deaefa583deccd8813551
alternatives="
jupyter-client:jupyter-kernel:/usr/bin/jupyter-kernel2
jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec2
@ -29,7 +29,7 @@ python3-jupyter_client_package() {
pycompile_module="jupyter_client"
short_desc="${short_desc/Python2/Python3}"
depends="python3-setuptools python3-traitlets python3-jupyter_core
python3-pyzmq python3-dateutil python3-tornado"
python3-pyzmq python3-dateutil python3-tornado python3-simplejson"
alternatives="
jupyter-client:jupyter-kernel:/usr/bin/jupyter-kernel3
jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec3