python-jupyter_client: update to 5.2.2
This commit is contained in:
parent
9e1979becc
commit
1493b1def8
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-jupyter_client'
|
||||
pkgname=python-jupyter_client
|
||||
version=5.2.1
|
||||
version=5.2.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
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-pyzmq python-dateutil python-tornado"
|
||||
short_desc="Jupyter protocol client APIs (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/jupyter/jupyter_client"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
|
||||
checksum=462790d46b244f0a631ea5e3cd5cdbad6874d5d24cc0ff512deb7c16cdf8653d
|
||||
checksum=83d5e23132f0d8f79ccd3939f53fb9fa97f88a896a85114dc48d0e86909b06c4
|
||||
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-pyzmq python3-dateutil python3-tornado"
|
||||
alternatives="
|
||||
jupyter-client:jupyter-kernel:/usr/bin/jupyter-kernel3
|
||||
jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec3
|
||||
|
|
Loading…
Reference in a new issue