summaryrefslogtreecommitdiff
blob: e7ae1d3591b6c675c71066c9448f296c5a4ee40c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.1.ebuild,v 1.2 2008/10/28 18:13:09 bicatali Exp $

inherit distutils

DESCRIPTION="Matplotlib toolkit for gridding irreguraly spaced data"
HOMEPAGE="http://matplotlib.sourceforge.net/users/toolkits.html"
SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
RDEPEND=">=dev-python/matplotlib-0.98"

src_install() {
	distutils_src_install
	insinto /usr/share/doc/${PF}
	rm -f "${D}"/usr/lib*/python*/site-packages/mpl_toolkits/__init__.py
	doins test.py || die
}