Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/astor: astor-0.3.ebuild ChangeLog
Date: Sun, 29 Jun 2014 03:40:25
Message-Id: 20140629034021.62A5120036@flycatcher.gentoo.org
1 idella4 14/06/29 03:40:21
2
3 Modified: astor-0.3.ebuild ChangeLog
4 Log:
5 add py3.4 pypy, add missing dep, tidy, fixes bug #513900 by Patrick
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/astor/astor-0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astor/astor-0.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astor/astor-0.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astor/astor-0.3.ebuild?r1=1.1&r2=1.2
15
16 Index: astor-0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/astor/astor-0.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- astor-0.3.ebuild 14 Feb 2014 09:00:49 -0000 1.1
23 +++ astor-0.3.ebuild 29 Jun 2014 03:40:21 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astor/astor-0.3.ebuild,v 1.1 2014/02/14 09:00:49 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/astor/astor-0.3.ebuild,v 1.2 2014/06/29 03:40:21 idella4 Exp $
29
30 EAPI="5"
31 -PYTHON_COMPAT=( python{2_7,3_3} )
32 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
33
34 inherit distutils-r1
35
36 @@ -14,7 +14,6 @@
37 LICENSE="BSD"
38 SLOT="0"
39 KEYWORDS="~amd64 ~x86"
40 -IUSE="examples test"
41 +IUSE=""
42
43 -RDEPEND=""
44 -DEPEND="${RDEPEND}"
45 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
46
47
48
49 1.2 dev-python/astor/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astor/ChangeLog?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astor/ChangeLog?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astor/ChangeLog?r1=1.1&r2=1.2
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/astor/ChangeLog,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- ChangeLog 14 Feb 2014 09:00:49 -0000 1.1
62 +++ ChangeLog 29 Jun 2014 03:40:21 -0000 1.2
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-python/astor
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astor/ChangeLog,v 1.1 2014/02/14 09:00:49 patrick Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/astor/ChangeLog,v 1.2 2014/06/29 03:40:21 idella4 Exp $
68 +
69 + 29 Jun 2014; Ian Delaney <idella4@g.o> astor-0.3.ebuild:
70 + add py3.4 pypy, add missing dep, tidy, fixes bug #513900 by Patrick
71
72 *astor-0.3 (14 Feb 2014)