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/python-sqlparse: python-sqlparse-0.1.13.ebuild ChangeLog
Date: Thu, 27 Nov 2014 12:10:02
Message-Id: 20141127120959.974ADB03C@oystercatcher.gentoo.org
1 idella4 14/11/27 12:09:59
2
3 Modified: python-sqlparse-0.1.13.ebuild ChangeLog
4 Log:
5 clean old python impl
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild?r1=1.1&r2=1.2
15
16 Index: python-sqlparse-0.1.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-sqlparse-0.1.13.ebuild 26 Oct 2014 07:29:34 -0000 1.1
23 +++ python-sqlparse-0.1.13.ebuild 27 Nov 2014 12:09:59 -0000 1.2
24 @@ -1,10 +1,10 @@
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/python-sqlparse/python-sqlparse-0.1.13.ebuild,v 1.1 2014/10/26 07:29:34 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild,v 1.2 2014/11/27 12:09:59 idella4 Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
33 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
34
35 inherit distutils-r1
36
37 @@ -13,7 +13,7 @@
38 SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> ${P}.tar.gz"
39
40 SLOT="0"
41 -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux"
42 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
43 LICENSE="BSD-2"
44 IUSE="doc examples test"
45
46
47
48
49 1.38 dev-python/python-sqlparse/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?rev=1.38&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?rev=1.38&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?r1=1.37&r2=1.38
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v
58 retrieving revision 1.37
59 retrieving revision 1.38
60 diff -u -r1.37 -r1.38
61 --- ChangeLog 26 Oct 2014 07:29:34 -0000 1.37
62 +++ ChangeLog 27 Nov 2014 12:09:59 -0000 1.38
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-python/python-sqlparse
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.37 2014/10/26 07:29:34 idella4 Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.38 2014/11/27 12:09:59 idella4 Exp $
68 +
69 + 27 Nov 2014; Ian Delaney <idella4@g.o> python-sqlparse-0.1.13.ebuild:
70 + clean old python impl
71
72 *python-sqlparse-0.1.13 (26 Oct 2014)