24 lines
873 B
Bash
24 lines
873 B
Bash
# 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=1
|
|
wrksrc="jupyter_client-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-traitlets python3-jupyter_core python3-pyzmq
|
|
python3-dateutil python3-tornado python3-nest_asyncio"
|
|
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
|
|
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
|
|
}
|