diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:50 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:50 +0000 |
commit | f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7 (patch) | |
tree | 8510eea8af52b0a8e458f01c425435d341f98a98 /dev-python/hcluster | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.gz historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.bz2 historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-python/hcluster')
-rw-r--r-- | dev-python/hcluster/metadata.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/hcluster/metadata.xml b/dev-python/hcluster/metadata.xml index f8d444c9d164..00af651902b7 100644 --- a/dev-python/hcluster/metadata.xml +++ b/dev-python/hcluster/metadata.xml @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> - This library provides Python functions for agglomerative + <herd>sci</herd> + <longdescription lang="en">This library provides Python functions for agglomerative clustering. Its features include * generating hierarchical clusters from distance matrices * computing distance matrices from observation vectors @@ -12,6 +11,8 @@ * and visualizing clusters with dendrograms. The interface is very similar to MATLAB's Statistics Toolbox API to make code easier to port from MATLAB to Python/Numpy. The core - implementation of this library is in C for efficiency. -</longdescription> + implementation of this library is in C for efficiency.</longdescription> + <upstream> + <remote-id type="google-code">scipy-cluster</remote-id> + </upstream> </pkgmetadata> |