# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.1.ebuild,v 1.1 2013/01/07 16:46:24 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="*" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.5 *-jython 2.7-pypy-* 3.3" DISTUTILS_SRC_TEST="setup.py" inherit distutils DESCRIPTION="A simple Python interface to HDF5 files." HOMEPAGE="http://h5py.alfven.org/ http://code.google.com/p/h5py/ http://pypi.python.org/pypi/h5py" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="sci-libs/hdf5 dev-python/numpy" DEPEND="${RDEPEND} dev-python/setuptools test? ( virtual/python-unittest2 )" PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"