python3-jupyter_client: update to 7.4.5
This commit is contained in:
parent
438c45a9bb
commit
f63b738410
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'python3-jupyter_client'
|
||||
pkgname=python3-jupyter_client
|
||||
# delay 6.2 until jupyter/jupyter_console#241 is fixed
|
||||
version=6.1.12
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=7.4.5
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core hatchling"
|
||||
depends="python3-traitlets python3-jupyter_core python3-pyzmq
|
||||
python3-dateutil python3-tornado python3-nest_asyncio"
|
||||
python3-dateutil python3-tornado python3-nest_asyncio python3-entrypoints"
|
||||
short_desc="Jupyter protocol client APIs"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/jupyter/jupyter_client"
|
||||
distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
|
||||
checksum=c4bca1d0846186ca8be97f4d2fa6d2bae889cce4892a167ffa1ba6bd1f73e782
|
||||
checksum=63eae06c40e1f2d9afa14447511fddc065c95dea3f2491fda2acccf91221954a
|
||||
conflicts="python-jupyter_client<=5.2.4_2"
|
||||
# checks create a cycle with python3-jupyter_core and python3-ipython_ipykernel
|
||||
make_check=no
|
||||
|
|
Loading…
Reference in New Issue