diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-01-03 17:28:44 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-01-03 17:28:44 +0000 |
commit | c876d0844dbbe076e8c5cfc2991e24638b1f809b (patch) | |
tree | a0c7f585f7d32871b33740840a71f8f7e6446fcf /dev-python/asciitable | |
parent | sparc stable (bug 349213) (diff) | |
download | gentoo-2-c876d0844dbbe076e8c5cfc2991e24638b1f809b.tar.gz gentoo-2-c876d0844dbbe076e8c5cfc2991e24638b1f809b.tar.bz2 gentoo-2-c876d0844dbbe076e8c5cfc2991e24638b1f809b.zip |
Version bump
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/asciitable')
-rw-r--r-- | dev-python/asciitable/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/asciitable/asciitable-0.5.0.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-python/asciitable/ChangeLog b/dev-python/asciitable/ChangeLog index 37894ba38bd6..01b5c400ac83 100644 --- a/dev-python/asciitable/ChangeLog +++ b/dev-python/asciitable/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/asciitable -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/asciitable/ChangeLog,v 1.7 2010/12/18 17:55:01 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/asciitable/ChangeLog,v 1.8 2011/01/03 17:28:44 bicatali Exp $ + +*asciitable-0.5.0 (03 Jan 2011) + + 03 Jan 2011; Sébastien Fabbro <bicatali@gentoo.org> + +asciitable-0.5.0.ebuild: + Version bump 18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -asciitable-0.3.1.ebuild: diff --git a/dev-python/asciitable/asciitable-0.5.0.ebuild b/dev-python/asciitable/asciitable-0.5.0.ebuild new file mode 100644 index 000000000000..e110719c2fc2 --- /dev/null +++ b/dev-python/asciitable/asciitable-0.5.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/asciitable/asciitable-0.5.0.ebuild,v 1.1 2011/01/03 17:28:44 bicatali Exp $ + +EAPI="3" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="*-jython" +DISTUTILS_SRC_TEST="nosetests" + +inherit distutils + +DESCRIPTION="An extensible ASCII table reader" +HOMEPAGE="http://cxc.harvard.edu/contrib/asciitable/ http://pypi.python.org/pypi/asciitable" +SRC_URI="http://cxc.harvard.edu/contrib/asciitable/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/numpy" +DEPEND="${RDEPEND}" + +PYTHON_MODNAME="asciitable.py" |