dev-python/cython: Drop some intermediate Versions, which seem to cause problems
[gentoo.git] / dev-python / traits / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <herd>python</herd>
5 <longdescription lang="en">
6   The traits package from the Enthought Tool Suite provides a
7   metaclass with special attributes that are called traits. A trait
8   is a type definition that can be used for normal Python object
9   attributes, giving the attributes some additional characteristics:
10     * Initialization: A trait attribute can have a default value
11     * Validation: A trait attribute is manifestly typed.
12     * Delegation: The value of a trait attribute can be contained in another
13       object
14     * Notification: Setting the value of a trait attribute can fired
15       callbacks
16     * Visualization: With the TraitsUI package, GUIs can be generated
17       automatically from traited objects.
18 </longdescription>
19 <upstream>
20   <remote-id type="pypi">traits</remote-id>
21 </upstream>
22 </pkgmetadata>