summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-05-19 14:20:12 +0000
committerJustin Lecher <jlec@gentoo.org>2014-05-19 14:20:12 +0000
commit71a7e3a841ef6c0dd5ea02f5374520c85a09c359 (patch)
tree366110a2afaea4305e7e97e93480a31535a5109e /dev-python/python-sqlparse
parentapp-office/impressive: Version BUmp. #510624 (diff)
downloadgentoo-2-71a7e3a841ef6c0dd5ea02f5374520c85a09c359.tar.gz
gentoo-2-71a7e3a841ef6c0dd5ea02f5374520c85a09c359.tar.bz2
gentoo-2-71a7e3a841ef6c0dd5ea02f5374520c85a09c359.zip
dev-python/python-sqlparse: Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/python-sqlparse')
-rw-r--r--dev-python/python-sqlparse/ChangeLog6
-rw-r--r--dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild27
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-python/python-sqlparse/ChangeLog b/dev-python/python-sqlparse/ChangeLog
index 1f3f9a65caef..749e64405ac6 100644
--- a/dev-python/python-sqlparse/ChangeLog
+++ b/dev-python/python-sqlparse/ChangeLog
@@ -1,6 +1,10 @@
# 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.30 2014/05/17 14:03:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.31 2014/05/19 14:20:12 jlec Exp $
+
+ 19 May 2014; Justin Lecher <jlec@gentoo.org>
+ -python-sqlparse-0.1.5-r1.ebuild:
+ Drop old
17 May 2014; Agostino Sarubbo <ago@gentoo.org> python-sqlparse-0.1.10.ebuild:
Stable for alpha, wrt bug #502796
diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild
deleted file mode 100644
index 12f60f0bb65c..000000000000
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.5-r1.ebuild,v 1.10 2014/01/05 17:51:47 ago Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A non-validating SQL parser module for Python"
-HOMEPAGE="http://code.google.com/p/python-sqlparse/ https://github.com/andialbrecht/sqlparse"
-SRC_URI="http://python-sqlparse.googlecode.com/files/${P#python-}.tar.gz"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD-2"
-IUSE=""
-
-S="${WORKDIR}"/${P#python-}
-
-RESTRICT="test"
-
-python_test() {
- ${PYTHON} tests/run_tests.py || die
- nosetests --with-coverage --cover-inclusive --cover-package=sqlparse
-}