diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-23 20:12:41 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-23 20:12:41 +0000 |
commit | fd291431cc5da6489f473f0c8c714f2f4ef1c5c6 (patch) | |
tree | 110a5ba1be6397e32d3e204181b561d0000e5c84 /dev-python/h5py | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-fd291431cc5da6489f473f0c8c714f2f4ef1c5c6.tar.gz gentoo-2-fd291431cc5da6489f473f0c8c714f2f4ef1c5c6.tar.bz2 gentoo-2-fd291431cc5da6489f473f0c8c714f2f4ef1c5c6.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/h5py')
-rw-r--r-- | dev-python/h5py/h5py-1.2.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/h5py/h5py-1.2.1.ebuild b/dev-python/h5py/h5py-1.2.1.ebuild deleted file mode 100644 index 853a92a30f91..000000000000 --- a/dev-python/h5py/h5py-1.2.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.2.1.ebuild,v 1.1 2009/09/21 04:25:26 bicatali Exp $ - -inherit distutils - -DESCRIPTION="A simple Python interface to HDF5 files." -HOMEPAGE="http://h5py.alfven.org/" -SRC_URI="http://h5py.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=sci-libs/hdf5-1.6.7 - dev-python/numpy" -RDEPEND="${DEPEND}" - -src_test() { - "${python}" setup.py test || die "test failed" -} |