diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-18 22:36:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-18 22:36:34 +0000 |
commit | 6b32668bbf2c293e51abf8a43d67230e0b53bca8 (patch) | |
tree | a0b771238cd05a91cb457ea8fcf95561e23b6f52 /dev-python/asciitable | |
parent | Version bump. (diff) | |
download | gentoo-2-6b32668bbf2c293e51abf8a43d67230e0b53bca8.tar.gz gentoo-2-6b32668bbf2c293e51abf8a43d67230e0b53bca8.tar.bz2 gentoo-2-6b32668bbf2c293e51abf8a43d67230e0b53bca8.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/asciitable')
-rw-r--r-- | dev-python/asciitable/asciitable-0.5.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/asciitable/asciitable-0.5.0.ebuild b/dev-python/asciitable/asciitable-0.5.0.ebuild deleted file mode 100644 index e110719c2fc2..000000000000 --- a/dev-python/asciitable/asciitable-0.5.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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" |