python-jupyter_client: update to 5.1.0
This commit is contained in:
parent
6eb3626608
commit
c13f361d11
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-jupyter_client'
|
||||
pkgname=python-jupyter_client
|
||||
version=5.0.1
|
||||
version=5.1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="jupyter_client-${version}"
|
||||
|
@ -12,8 +12,9 @@ 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=1fe573880b5ca4469ed0bece098f4b910c373d349e12525e1ea3566f5a14536b
|
||||
# distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
|
||||
distfiles="https://github.com/jupyter/jupyter_client/archive/${version}.tar.gz"
|
||||
checksum=b0197090262bd8cf494378f6ca8ffb73e58d7a97eef4fc74eb3ad25de6534c34
|
||||
alternatives="jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue