dev-python/hcluster: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 20:00:30 +0000 (21:00 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 21:39:59 +0000 (22:39 +0100)
dev-python/hcluster/metadata.xml

index 3de3c222d3bb46daa74a714dda13fb245c617c4c..611f8c440f1b5cafef2e2135f70b525d8aec90d5 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
        <maintainer type="project">
@@ -6,15 +6,16 @@
                <name>Gentoo Science Project</name>
        </maintainer>
        <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
-  * computing statistics on clusters
-  * cutting linkages to generate flat clusters
-  * 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>
+               clustering. Its features include
+               * generating hierarchical clusters from distance matrices
+               * computing distance matrices from observation vectors
+               * computing statistics on clusters
+               * cutting linkages to generate flat clusters
+               * 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>
        <upstream>
                <remote-id type="google-code">scipy-cluster</remote-id>
                <remote-id type="pypi">hcluster</remote-id>