23 lines
917 B
Bash
23 lines
917 B
Bash
# Template file for 'python3-ipython_ipykernel'
|
|
pkgname=python3-ipython_ipykernel
|
|
version=6.19.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_install_target="dist/ipykernel-${version}-*-*-*.whl"
|
|
hostmakedepends="hatchling python3-jupyter_client python3-jupyter_core
|
|
python3-platformdirs"
|
|
depends="python3-ipython python3-traitlets python3-jupyter_client python3-tornado
|
|
python3-matplotlib-inline python3-nest_asyncio python3-packaging python3-psutil
|
|
python3 python3-comm python3-pyzmq"
|
|
short_desc="IPython kernel for Jupyter (Python3)"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/ipython/ipykernel"
|
|
distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
|
|
checksum=1ab68d3d3654196266baa93990055413e167263ffbe4cfe834f871bcd3d3506d
|
|
make_check=no # cycle with python3-jupyter_core and python3-jupyter_client
|
|
|
|
post_install() {
|
|
vlicense COPYING.md LICENSE
|
|
}
|