python-jupyter_client: update to 5.0.1
This commit is contained in:
parent
950a152bad
commit
40f0ab6e5d
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-jupyter_client'
|
||||
pkgname=python-jupyter_client
|
||||
version=5.0.0
|
||||
version=5.0.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="jupyter_client-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-traitlets python-jupyter_core python-pyzmq"
|
||||
depends="python-traitlets python-jupyter_core python-pyzmq python-dateutil"
|
||||
pycompile_module="jupyter_client"
|
||||
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=2766f9c2deb9ae826e65d53a56a36d69b184f63d0dcb7710835273327126bc5b
|
||||
checksum=1fe573880b5ca4469ed0bece098f4b910c373d349e12525e1ea3566f5a14536b
|
||||
alternatives="jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec2"
|
||||
|
||||
post_install() {
|
||||
|
@ -22,10 +22,10 @@ post_install() {
|
|||
|
||||
python3-jupyter_client_package() {
|
||||
noarch=yes
|
||||
depends="python3-traitlets python3-jupyter_core python3-pyzmq"
|
||||
pycompile_module="jupyter_client"
|
||||
replaces="python3.4-jupyter_client>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3-traitlets python3-jupyter_core python3-pyzmq python3-dateutil"
|
||||
alternatives="jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec3"
|
||||
pkg_install() {
|
||||
vmove usr/bin/jupyter-kernelspec3
|
||||
|
|
Loading…
Reference in a new issue