# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils python DESCRIPTION="MPI for Python" HOMEPAGE="http://code.google.com/p/mpi4py/" SRC_URI="http://mpi4py.googlecode.com/files/${PF}.tar.gz" SLOT="0" KEYWORDS="~x86" LICENSE="BSD" IUSE="doc" DEPEND="virtual/python virtual/mpi doc? ( dev-python/docutils )" src_install() { distutils_src_install if use doc; then make sphinx insinto /usr/share/doc/${PF} doins -r docs/html/* test fi }