# Template file for 'python3-jupyter_client' pkgname=python3-jupyter_client version=8.3.1 revision=1 build_style=python3-pep517 hostmakedepends="hatchling" depends="python3-dateutil python3-jupyter_core python3-pyzmq python3-tornado" checkdepends="$depends inetutils-ifconfig iproute2 openssh python3-pytest-jupyter python3-pytest-timeout" short_desc="Jupyter protocol client APIs" maintainer="Gonzalo TornarĂ­a " license="BSD-3-Clause" homepage="https://github.com/jupyter/jupyter_client" changelog="https://raw.githubusercontent.com/jupyter/jupyter_client/main/CHANGELOG.md" distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz" checksum=60294b2d5b869356c893f57b1a877ea6510d60d45cf4b38057f1672d85699ac9 conflicts="python-jupyter_client<=5.2.4_2" make_check=extended # avoid a circular dependency if [ "$XBPS_CHECK_PKGS" = full ]; then # this would cause a build-time circular dependency checkdepends+=" python3-ipython_ipykernel" fi post_install() { vlicense LICENSE }