python3-jupyter_console: rebuild for new python3-prompt_toolkit

Closes #23791
This commit is contained in:
Andrew J. Hesford 2020-07-23 21:43:35 -04:00
parent f2fe9f4331
commit 1c6d6ab33b

View file

@ -1,13 +1,13 @@
# Template file for 'python3-jupyter_console'
pkgname=python3-jupyter_console
version=6.1.0
revision=3
revision=4
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"
python3-prompt_toolkit python3-Pygments"
checkdepends="$depends python3-pytest"
short_desc="Jupyter terminal console (Python3)"
maintainer="Alessio Sergi <al3hex@gmail.com>"