void-packages/srcpkgs/python3-jupyter_console/template
Adam Beckmeyer fc0132f0d5 python3-jupyter_console: revert to using tarball from pypi
This reverts #23446 and instead patches setup.py to use setuptools
instead of distutils which automatically generates the necessary
jupyter-console script.
2020-07-10 11:05:05 +02:00

27 lines
880 B
Bash

# Template file for 'python3-jupyter_console'
pkgname=python3-jupyter_console
version=6.1.0
revision=3
archs=noarch
wrksrc="jupyter_console-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-ipython python3-ipython_ipykernel python3-jupyter_client
python3-prompt_toolkit2 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=6f6ead433b0534909df789ea64f0a14cdf9b6b2360757756f08182be4b9e431b
# alternatives will be a conflict
conflicts="python-jupyter_console<=6.0.0_2"
do_check() {
: pytest reports Stdin is not a terminal.
}
post_install() {
vlicense COPYING.md LICENSE
}