mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/traits: version bump to 4.6.0
Closes: https://github.com/gentoo/gentoo/pull/4412
This commit is contained in:
committed by
Michał Górny
parent
b59c0b1aca
commit
93b4bbd20e
@@ -1,25 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
The traits package from the Enthought Tool Suite provides a
|
||||
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.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="pypi">traits</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>horea.christ@gmail.com</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
The traits package from the Enthought Tool Suite provides a
|
||||
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.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="pypi">traits</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user