summaryrefslogtreecommitdiff
blob: 45de77f69b6a9afae7a78691ff4b2b1bb976dbc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/hcluster-0.1.9.ebuild,v 1.1 2008/12/05 13:43:06 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"