22 lines
810 B
Bash
22 lines
810 B
Bash
# Template file for 'python3-jupyter_client'
|
|
pkgname=python3-jupyter_client
|
|
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-entrypoints"
|
|
short_desc="Jupyter protocol client APIs"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/jupyter/jupyter_client"
|
|
distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
|
|
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
|
|
|
|
post_install() {
|
|
vlicense COPYING.md LICENSE
|
|
}
|