python-ipython: use python-prompt_toolkit1
This commit is contained in:
parent
248f187e75
commit
450c4898c6
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python-ipython'
|
||||
pkgname=python-ipython
|
||||
version=5.8.0
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="ipython-${version}"
|
||||
build_style=python2-module
|
||||
pycompile_module="IPython"
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python-pickleshare python-simplegeneric python-traitlets python-pexpect
|
||||
python-prompt_toolkit python-Pygments python-backports.shutil_get_terminal_size"
|
||||
python-prompt_toolkit1 python-Pygments python-backports.shutil_get_terminal_size"
|
||||
short_desc="Enhanced interactive Python2 shell"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://ipython.org/"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://ipython.org/"
|
||||
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
||||
checksum=4bac649857611baaaf76bc82c173aa542f7486446c335fe1a6c05d0d491c8906
|
||||
|
||||
|
|
Loading…
Reference in New Issue