# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Ebuild generated by g-pypi 0.1 EAPI="3" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" PYTHON_DEPEND="2:2.5" DISTUTILS_SRC_TEST="setup.py" inherit distutils DESCRIPTION="Powerful data structures for data analysis and statistics" HOMEPAGE="http://github.com/wesm/pandas" SRC_URI="http://pypi.python.org/packages/source/p/pandas/${P}.tar.gz" LICENSE="BSD" KEYWORDS="~amd64" SLOT="0" IUSE="doc examples" RDEPEND=">=dev-python/numpy-1.4 >=dev-python/python-dateutil-1.5 sci-libs/scipy dev-python/matplotlib sci-libs/scikits_statsmodels dev-python/pytz dev-python/rpy dev-python/xlrd" DEPEND="${RDEPEND} dev-python/setuptools" src_install() { distutils_src_install if use examples; then insinto /usr/share/doc/"${PF}"/ doins -r examples fi }