Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/funcparserlib: funcparserlib-0.3.6.ebuild ChangeLog
Date: Sun, 06 Jul 2014 12:41:31
Message-Id: 20140706124128.B738A2004E@flycatcher.gentoo.org
1 mgorny 14/07/06 12:41:28
2
3 Modified: funcparserlib-0.3.6.ebuild ChangeLog
4 Log:
5 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.4 dev-python/funcparserlib/funcparserlib-0.3.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild?r1=1.3&r2=1.4
15
16 Index: funcparserlib-0.3.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- funcparserlib-0.3.6.ebuild 12 May 2014 14:49:36 -0000 1.3
23 +++ funcparserlib-0.3.6.ebuild 6 Jul 2014 12:41:28 -0000 1.4
24 @@ -1,6 +1,6 @@
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/funcparserlib/funcparserlib-0.3.6.ebuild,v 1.3 2014/05/12 14:49:36 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild,v 1.4 2014/07/06 12:41:28 mgorny Exp $
29
30 EAPI=5
31
32 @@ -18,8 +18,7 @@
33 IUSE="test"
34
35 RDEPEND=""
36 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
37 - test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
38 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
39
40 python_test() {
41 local m=unittest
42
43
44
45 1.4 dev-python/funcparserlib/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/ChangeLog?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/ChangeLog?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/ChangeLog?r1=1.3&r2=1.4
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/funcparserlib/ChangeLog,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- ChangeLog 12 May 2014 14:49:36 -0000 1.3
58 +++ ChangeLog 6 Jul 2014 12:41:28 -0000 1.4
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-python/funcparserlib
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/funcparserlib/ChangeLog,v 1.3 2014/05/12 14:49:36 idella4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/funcparserlib/ChangeLog,v 1.4 2014/07/06 12:41:28 mgorny Exp $
64 +
65 + 06 Jul 2014; Michał Górny <mgorny@g.o> funcparserlib-0.3.6.ebuild:
66 + Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
67 + unittest2 (those packages were only required for <=python-2.6).
68
69 12 May 2014; Ian Delaney <idella4@g.o> funcparserlib-0.3.6.ebuild:
70 drop py2.6 pypy2_0 add py3.4 support