summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-01-11 06:21:35 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-01-11 06:21:35 +0000
commitecb96f533e9f86618383607353da17a4712fc51b (patch)
tree5da01f53ec8db575f95eab21e1aa52de1ba8c39a /dev-python/columnize
parentAdd fix from upstream for `seq -s` misbehavior #448716 by Homer. Fix paralle... (diff)
downloadgentoo-2-ecb96f533e9f86618383607353da17a4712fc51b.tar.gz
gentoo-2-ecb96f533e9f86618383607353da17a4712fc51b.tar.bz2
gentoo-2-ecb96f533e9f86618383607353da17a4712fc51b.zip
Bump for 451250
(Portage version: 2.2.0_alpha150/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/columnize')
-rw-r--r--dev-python/columnize/ChangeLog9
-rw-r--r--dev-python/columnize/columnize-0.3.4.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-python/columnize/ChangeLog b/dev-python/columnize/ChangeLog
index 27614ea31bcf..b801932f9a14 100644
--- a/dev-python/columnize/ChangeLog
+++ b/dev-python/columnize/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/columnize
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.4 2012/10/31 10:00:54 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.5 2013/01/11 06:21:35 patrick Exp $
+
+*columnize-0.3.4 (11 Jan 2013)
+
+ 11 Jan 2013; Patrick Lauer <patrick@gentoo.org> +columnize-0.3.4.ebuild:
+ Bump for 451250
31 Oct 2012; Patrick Lauer <patrick@gentoo.org> columnize-0.3.3.ebuild:
Adding ~x86 keyword
diff --git a/dev-python/columnize/columnize-0.3.4.ebuild b/dev-python/columnize/columnize-0.3.4.ebuild
new file mode 100644
index 000000000000..45bc15ce3fac
--- /dev/null
+++ b/dev-python/columnize/columnize-0.3.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/columnize-0.3.4.ebuild,v 1.1 2013/01/11 06:21:35 patrick Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+DESCRIPTION="Format a simple (i.e. not nested) list into aligned columns."
+HOMEPAGE="http://code.google.com/p/pycolumnize/ http://pypi.python.org/pypi/columnize"
+SRC_URI="http://pycolumnize.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND=""
+
+DOCS="README.txt"
+PYTHON_MODNAME="columnize.py"