From a4db8f88a50ebbe297e0304363a396b1be5c3f37 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 6 Jan 2022 21:52:15 +0200 Subject: dev-python/ipython: add 7.31.0 Signed-off-by: Arthur Zamarin --- dev-python/ipython/ipython-7.31.0.ebuild | 153 +++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 dev-python/ipython/ipython-7.31.0.ebuild (limited to 'dev-python/ipython/ipython-7.31.0.ebuild') diff --git a/dev-python/ipython/ipython-7.31.0.ebuild b/dev-python/ipython/ipython-7.31.0.ebuild new file mode 100644 index 000000000000..dfb591368fb8 --- /dev/null +++ b/dev-python/ipython/ipython-7.31.0.ebuild @@ -0,0 +1,153 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE='readline,sqlite,threads(+)' + +inherit distutils-r1 optfeature virtualx + +DESCRIPTION="Advanced interactive shell for Python" +HOMEPAGE="https://ipython.org/ https://github.com/ipython/ipython/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-python/backcall[${PYTHON_USEDEP}] + dev-python/decorator[${PYTHON_USEDEP}] + >=dev-python/jedi-0.16[${PYTHON_USEDEP}] + >=dev-python/pexpect-4.3[${PYTHON_USEDEP}] + dev-python/pickleshare[${PYTHON_USEDEP}] + >=dev-python/prompt_toolkit-2[${PYTHON_USEDEP}] +