jlec 15/03/12 07:48:02
Modified: python-sqlparse-0.1.13.ebuild ChangeLog
Removed: python-sqlparse-0.1.11.ebuild
python-sqlparse-0.1.12.ebuild
Log:
Drop old; add pypy support
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
B9D4F231BD1558AB!)
Revision Changes Path
1.9 dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild?r1=1.8&r2=1.9
Index: python-sqlparse-0.1.13.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-sqlparse-0.1.13.ebuild 8 Mar 2015 23:57:35 -0000 1.8
+++ python-sqlparse-0.1.13.ebuild 12 Mar 2015 07:48:02 -0000 1.9
@@ -1,10 +1,10 @@
# Copyright 1999-2015 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.8 2015/03/08 23:57:35 pacho Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild,v
1.9 2015/03/12 07:48:02 jlec Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
inherit distutils-r1
@@ -17,9 +17,12 @@
LICENSE="BSD-2"
IUSE="doc examples test"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}] )"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pytest-cov[${PYTHON_USEDEP}]
+ )"
# Required for running tests
DISTUTILS_IN_SOURCE_BUILD=1
1.46 dev-python/python-sqlparse/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?rev=1.46&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?rev=1.46&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 8 Mar 2015 23:57:35 -0000 1.45
+++ ChangeLog 12 Mar 2015 07:48:02 -0000 1.46
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-sqlparse
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.45
2015/03/08 23:57:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.46
2015/03/12 07:48:02 jlec Exp $
+
+ 12 Mar 2015; Justin Lecher <[email protected]> -python-sqlparse-0.1.11.ebuild,
+ -python-sqlparse-0.1.12.ebuild, python-sqlparse-0.1.13.ebuild:
+ Drop old; add pypy support
08 Mar 2015; Pacho Ramos <[email protected]> python-sqlparse-0.1.13.ebuild:
x86 stable, bug 540290