Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/ptpython: ptpython-0.11.ebuild ChangeLog ptpython-0.5.ebuild ptpython-0.8.ebuild
Date: Wed, 03 Jun 2015 08:11:28
Message-Id: 20150603081114.D2F99A0D@oystercatcher.gentoo.org
1 jlec 15/06/03 08:11:14
2
3 Modified: ChangeLog
4 Added: ptpython-0.11.ebuild
5 Removed: ptpython-0.5.ebuild ptpython-0.8.ebuild
6 Log:
7 Version Bump
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
10
11 Revision Changes Path
12 1.5 dev-python/ptpython/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/ptpython/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 15 May 2015 09:08:15 -0000 1.4
25 +++ ChangeLog 3 Jun 2015 08:11:14 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/ptpython
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ptpython/ChangeLog,v 1.4 2015/05/15 09:08:15 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ptpython/ChangeLog,v 1.5 2015/06/03 08:11:14 jlec Exp $
31 +
32 +*ptpython-0.11 (03 Jun 2015)
33 +
34 + 03 Jun 2015; Justin Lecher <jlec@g.o> +ptpython-0.11.ebuild,
35 + -ptpython-0.5.ebuild, -ptpython-0.8.ebuild:
36 + Version Bump
37
38 *ptpython-0.10 (15 May 2015)
39
40
41
42
43 1.1 dev-python/ptpython/ptpython-0.11.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ptpython-0.11.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ptpython-0.11.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ptpython-0.11.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/ptpython/ptpython-0.11.ebuild,v 1.1 2015/06/03 08:11:14 jlec Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python2_7 python3_{3,4} )
57
58 inherit distutils-r1 eutils
59
60 DESCRIPTION="Python REPL build on top of prompt_toolkit"
61 HOMEPAGE="https://pypi.python.org/pypi/ptpython/ https://github.com/jonathanslenders/ptpython"
62 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63
64 SLOT="0"
65 LICENSE="BSD"
66 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
67 IUSE=""
68
69 RDEPEND="
70 >=dev-python/prompt_toolkit-0.38[${PYTHON_USEDEP}]
71 >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
72 dev-python/docopt[${PYTHON_USEDEP}]
73 "
74 DEPEND="${RDEPEND}
75 dev-python/setuptools[${PYTHON_USEDEP}]
76 "
77
78 pkg_postinst() {
79 optfeature "ipython enhanced version" dev-python/ipython
80 }