mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python3-ipython: use python3-prompt_toolkit1
This commit is contained in:
parent
02589b9652
commit
acc19a716c
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python3-ipython'
|
# Template file for 'python3-ipython'
|
||||||
pkgname=python3-ipython
|
pkgname=python3-ipython
|
||||||
version=6.5.0
|
version=6.5.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="ipython-${version}"
|
wrksrc="ipython-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="IPython"
|
pycompile_module="IPython"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pickleshare python3-simplegeneric python3-traitlets
|
depends="python3-pickleshare python3-simplegeneric python3-traitlets
|
||||||
python3-pexpect python3-prompt_toolkit python3-Pygments python3-jedi
|
python3-pexpect python3-prompt_toolkit1 python3-Pygments python3-jedi
|
||||||
python3-backcall"
|
python3-backcall"
|
||||||
short_desc="Enhanced interactive Python3 shell"
|
short_desc="Enhanced interactive Python3 shell"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://ipython.org/"
|
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://ipython.org/"
|
||||||
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
||||||
checksum=b0f2ef9eada4a68ef63ee10b6dde4f35c840035c50fd24265f8052c98947d5a4
|
checksum=b0f2ef9eada4a68ef63ee10b6dde4f35c840035c50fd24265f8052c98947d5a4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue