summaryrefslogtreecommitdiff
blob: 7d191b0138a491f5bde7dbe2b504c0f7f9ec7732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/hcluster-0.2.0.ebuild,v 1.1 2009/04/07 08:36:31 bicatali Exp $

inherit distutils

DESCRIPTION="Python hierarchical clustering package based on scipy"
HOMEPAGE="http://code.google.com/p/scipy-cluster/"
SRC_URI="http://scipy-cluster.googlecode.com/files/${P}.tar.gz"

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

DEPEND="dev-python/numpy"
RDEPEND="dev-python/matplotlib"

# tests need X display with matplotlib
RESTRICT="test"