mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python3-jupyter_console: rebuild for new python3-prompt_toolkit
Closes #23791
This commit is contained in:
parent
f2fe9f4331
commit
1c6d6ab33b
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python3-jupyter_console'
|
# Template file for 'python3-jupyter_console'
|
||||||
pkgname=python3-jupyter_console
|
pkgname=python3-jupyter_console
|
||||||
version=6.1.0
|
version=6.1.0
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="jupyter_console-${version}"
|
wrksrc="jupyter_console-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-ipython python3-ipython_ipykernel python3-jupyter_client
|
depends="python3-ipython python3-ipython_ipykernel python3-jupyter_client
|
||||||
python3-prompt_toolkit2 python3-Pygments"
|
python3-prompt_toolkit python3-Pygments"
|
||||||
checkdepends="$depends python3-pytest"
|
checkdepends="$depends python3-pytest"
|
||||||
short_desc="Jupyter terminal console (Python3)"
|
short_desc="Jupyter terminal console (Python3)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue