dev-python/traits: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 20:10:05 +0000 (21:10 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 21:43:23 +0000 (22:43 +0100)
dev-python/traits/metadata.xml

index 434824c9e0157fba9bc85893349d8bcbe4e89029..c87181f38306a586c9e74efd7cf8d2802fad20e3 100644 (file)
                metaclass with special attributes that are called traits. A trait
                is a type definition that can be used for normal Python object
                attributes, giving the attributes some additional characteristics:
-                       * Initialization: A trait attribute can have a default value
-                       * Validation: A trait attribute is manifestly typed.
-                       * Delegation: The value of a trait attribute can be contained in 
-                       another object
-                       * Notification: Setting the value of a trait attribute can fired
-                       callbacks
-                       * Visualization: With the TraitsUI package, GUIs can be 
-                       generated automatically from traited objects.
+               * Initialization: A trait attribute can have a default value
+               * Validation: A trait attribute is manifestly typed.
+               * Delegation: The value of a trait attribute can be contained in another object
+               * Notification: Setting the value of a trait attribute can fired callbacks
+               * Visualization: With the TraitsUI package, GUIs can be generated automatically from traited objects.
        </longdescription>
        <upstream>
-               <remote-id type="pypi">traits</remote-id>
+               <remote-id type="pypi">traits</remote-id>
        </upstream>
 </pkgmetadata>