diff options
-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" |