commit: 3fbe00c8d4031a20d6594ee0daac6c0c464d76ba
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 20:10:05 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 21:43:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbe00c8
dev-python/traits: [QA] Consistent whitespace in metadata.xml
dev-python/traits/metadata.xml | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/dev-python/traits/metadata.xml b/dev-python/traits/metadata.xml
index 434824c9e01..c87181f3830 100644
--- a/dev-python/traits/metadata.xml
+++ b/dev-python/traits/metadata.xml
@@ -18,16 +18,13 @@
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>