From a75a9351e27733973b7b8e849ffa1ffaa49fbddf Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Fri, 1 Apr 2016 22:27:26 +0600 Subject: dev-python/ptpython: bump to 0.32 Package-Manager: portage-2.2.28 --- dev-python/ptpython/ptpython-0.32.ebuild | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dev-python/ptpython/ptpython-0.32.ebuild (limited to 'dev-python/ptpython/ptpython-0.32.ebuild') diff --git a/dev-python/ptpython/ptpython-0.32.ebuild b/dev-python/ptpython/ptpython-0.32.ebuild new file mode 100644 index 000000000000..e09cd214668d --- /dev/null +++ b/dev-python/ptpython/ptpython-0.32.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 eutils + +DESCRIPTION="Python REPL build on top of prompt_toolkit" +HOMEPAGE="https://pypi.python.org/pypi/ptpython/ https://github.com/jonathanslenders/ptpython" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + dev-python/docopt[${PYTHON_USEDEP}] + >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}] + >=dev-python/prompt_toolkit-0.58[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" + +# Not included +RESTRICT=test + +python_test() { + "${PYTHON}" tests/run_tests.py || die +} -- cgit v1.2.3