25 lines
866 B
Bash
25 lines
866 B
Bash
# Template file for 'python3-jupyter_console'
|
|
pkgname=python3-jupyter_console
|
|
version=6.4.0
|
|
revision=2
|
|
wrksrc="jupyter_console-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-ipython python3-ipython_ipykernel python3-jupyter_client
|
|
python3-prompt_toolkit python3-Pygments"
|
|
checkdepends="$depends python3-pytest"
|
|
short_desc="Jupyter terminal console (Python3)"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/jupyter/jupyter_console"
|
|
distfiles="${PYPI_SITE}/j/jupyter_console/jupyter_console-${version}.tar.gz"
|
|
checksum=242248e1685039cd8bff2c2ecb7ce6c1546eb50ee3b08519729e6e881aec19c7
|
|
# alternatives will be a conflict
|
|
conflicts="python-jupyter_console<=6.0.0_2"
|
|
# Tests fail because stdin is not a terminal
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense COPYING.md LICENSE
|
|
}
|