mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
dev-python/traits: [QA] Consistent whitespace in metadata.xml
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user