1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-hcluster |
---|
7 | version 0.1.9 |
---|
8 | categories-append science |
---|
9 | maintainers nomaintainer |
---|
10 | description Python agglomerative clustering library. |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | homepage http://code.google.com/p/scipy-cluster/ |
---|
16 | master_sites googlecode:scipy-cluster |
---|
17 | distname hcluster-${version} |
---|
18 | |
---|
19 | checksums md5 1d24fd81648c8b154bca37b2fa91a274 \ |
---|
20 | sha1 4e51ff1527d719564f5bed8a9bf8abce6c1a96d7 \ |
---|
21 | rmd160 52239821c62965a60fe32408db85747ec774b387 |
---|
22 | |
---|
23 | depends_lib-append port:py25-numpy \ |
---|
24 | port:py25-setuptools |
---|