commit:     c07c6c90c1d65f63e29102c985024f1d6b7d7c01
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 10:25:25 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 10:25:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07c6c90

dev-python/ptpython: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/ptpython/Manifest             |  1 +
 dev-python/ptpython/ptpython-0.25.ebuild | 33 ++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index 9bcdda1..f59b7fd 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -2,3 +2,4 @@ DIST ptpython-0.20.tar.gz 29618 SHA256 
a6ebe6f6e496693c69f460e46296492832b47997a
 DIST ptpython-0.21.tar.gz 27410 SHA256 
37aad517cf9d55e567697fe001bc2d07e7013753218537f78425c2bac1181a0b SHA512 
d85c7167932cfc033324bf62e96b27ee9296eab92fc1f3ce9e4afac5af6f4e5bfaee1950fcdc76121acd7176efe79c61d6cb2b06a59e7a9a5c5c34a1b41a64d1
 WHIRLPOOL 
5290c0389893c13c8f4a69a4726faea984be62748ce0beff400e7b7eb8ef5fe1a352f0e37a2afc991d869d69c9afeaaee3c76a00c1157037bd35227d1837285f
 DIST ptpython-0.22.tar.gz 40261 SHA256 
b5f23bbf59e134f222c3eef0c60163fe0c212628d23f3756b7923ebb57603536 SHA512 
76fbd2ce2db41f4918a2583cd1a5b2518b747fd09483e541a80df617f003cd9fc3d1c9d9699f50479b00f43ba651af49fb5cf44ddc0ba863d92949de0f182594
 WHIRLPOOL 
770f6544c10bad1632e7b58ec9af97baf611a1b15f40df1ab76a4a81ec080730716cf129f86c54767b0da3b4dfc1fb510f3479fd9953f3831bf77e8b78de7748
 DIST ptpython-0.24.tar.gz 41967 SHA256 
6dfb728183e92447de5b4de4ac1f6caa07c2ae29e10402166c9ec9921e3bf661 SHA512 
38d0f34e8b9747bbab2d24d50fa06093b0b0e0431357ad00204af5f4d0707930b36d7ee22cb72accb34557832510cc9996fd525e64cb5959819a2ccc8fabbdeb
 WHIRLPOOL 
fee4beed23ab8e362281e1a88674abb22e31aeb341b5144c5bc10dbfaccd1b186f69dc42b6153d9d5c88dda9b937e6594f9e74c6a2e8a90f1bd587b69e53b37f
+DIST ptpython-0.25.tar.gz 42214 SHA256 
6df30f3cde8db140daaf0243b54030e9d9acece8c2c424215edd90d437c257ae SHA512 
200ad3bfc709b7c2f6ee3d00d4e42f7484b9f13f84b9ce94ea49e52d866acaf5e44bdd057732df296c907ce2686e08a1be85385a1ffd05a4f35d50a9248498f2
 WHIRLPOOL 
c1dc0cbb4e5fa3ea11714e4b1016d076573c15734c49bb013e2bff4b23802a79e7cebb84c81a4762cd68dc4fbb0a5e98f8eea7e8a4a955b3744dcc027226f210

diff --git a/dev-python/ptpython/ptpython-0.25.ebuild 
b/dev-python/ptpython/ptpython-0.25.ebuild
new file mode 100644
index 0000000..b1e9753
--- /dev/null
+++ b/dev-python/ptpython/ptpython-0.25.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+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/prompt_toolkit-0.54[${PYTHON_USEDEP}]
+       >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+       dev-python/docopt[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+RESTRICT=test
+
+python_test() {
+       "${PYTHON}" tests/run_tests.py || die
+}

Reply via email to