summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-11-27 12:09:59 +0000
committerIan Delaney <idella4@gentoo.org>2014-11-27 12:09:59 +0000
commitb6fd86595b831921b028f8fa6fe2a8d2139987e0 (patch)
tree77be9d8dd2581cc4fa5dba1382cf989d59f5ac38 /dev-python/python-sqlparse
parentclean old python impls, tidy (diff)
downloadgentoo-2-b6fd86595b831921b028f8fa6fe2a8d2139987e0.tar.gz
gentoo-2-b6fd86595b831921b028f8fa6fe2a8d2139987e0.tar.bz2
gentoo-2-b6fd86595b831921b028f8fa6fe2a8d2139987e0.zip
clean old python impl
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/python-sqlparse')
-rw-r--r--dev-python/python-sqlparse/ChangeLog5
-rw-r--r--dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/python-sqlparse/ChangeLog b/dev-python/python-sqlparse/ChangeLog
index 0b87d0e13ced..988f7a870952 100644
--- a/dev-python/python-sqlparse/ChangeLog
+++ b/dev-python/python-sqlparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-sqlparse
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.37 2014/10/26 07:29:34 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.38 2014/11/27 12:09:59 idella4 Exp $
+
+ 27 Nov 2014; Ian Delaney <idella4@gentoo.org> python-sqlparse-0.1.13.ebuild:
+ clean old python impl
*python-sqlparse-0.1.13 (26 Oct 2014)
diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
index 27c93d12bf7c..7a782b96cea2 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
@@ -13,7 +13,7 @@ HOMEPAGE="http://code.google.com/p/python-sqlparse/ https://github.com/andialbre
SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="BSD-2"
IUSE="doc examples test"