python3-ipython: use python3-prompt_toolkit1
This commit is contained in:
parent
02589b9652
commit
acc19a716c
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python3-ipython'
|
||||
pkgname=python3-ipython
|
||||
version=6.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="ipython-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="IPython"
|
||||
hostmakedepends="python3-setuptools"
|
||||
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"
|
||||
short_desc="Enhanced interactive Python3 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=b0f2ef9eada4a68ef63ee10b6dde4f35c840035c50fd24265f8052c98947d5a4
|
||||
|
||||
|
|
Loading…
Reference in New Issue