mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-jupyter_client: update to 6.1.0.
This commit is contained in:
parent
b7d358ed81
commit
5bf4decbd7
2 changed files with 14 additions and 7 deletions
|
@ -1,24 +1,30 @@
|
||||||
# Template file for 'python3-jupyter_client'
|
# Template file for 'python3-jupyter_client'
|
||||||
pkgname=python3-jupyter_client
|
pkgname=python3-jupyter_client
|
||||||
version=5.2.4
|
version=6.1.0
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="jupyter_client-${version}"
|
wrksrc="jupyter_client-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-traitlets python3-jupyter_core
|
depends="python3-setuptools python3-traitlets python3-jupyter_core>=4.6.0
|
||||||
python3-pyzmq python3-dateutil python3-tornado python3-simplejson"
|
python3-pyzmq>=13 python3-dateutil>=2.1 python3-tornado>=3.5
|
||||||
checkdepends="$depends python3-pytest python3-ipython_ipykernel
|
python3-simplejson"
|
||||||
python3-msgpack python3-Sphinx"
|
checkdepends="python3-pytest python3-ipython_ipykernel
|
||||||
|
python3-setuptools python3-traitlets python3-jupyter_core
|
||||||
|
python3-pyzmq python3-dateutil python3-tornado
|
||||||
|
python3-simplejson python3-msgpack python3-Sphinx"
|
||||||
short_desc="Jupyter protocol client APIs"
|
short_desc="Jupyter protocol client APIs"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter/jupyter_client"
|
homepage="https://github.com/jupyter/jupyter_client"
|
||||||
distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
|
||||||
checksum=b5f9cb06105c1d2d30719db5ffb3ea67da60919fb68deaefa583deccd8813551
|
checksum=61429e7d2c4b385135d31054944dd3f23a1c6affb0ca3d4328d42fc9ba82b7f5
|
||||||
conflicts="python-jupyter_client<=5.2.4_2"
|
conflicts="python-jupyter_client<=5.2.4_2"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
# test_install_kernel_spec_prefix is problematic
|
||||||
|
# The test is fine when run in-tree,
|
||||||
|
# but it's failing in ./xbps-src check
|
||||||
pytest -k 'not test_install_kernel_spec_prefix'
|
pytest -k 'not test_install_kernel_spec_prefix'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
1
srcpkgs/python3-jupyter_client/update
Normal file
1
srcpkgs/python3-jupyter_client/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*a* *b* *rc*"
|
Loading…
Add table
Reference in a new issue