Path to this page:
./
wip/py-traits,
Manifest typing and reactive programming for Python
Branch: CURRENT,
Version: 3.4.0,
Package name: py312-traits-3.4.0,
Maintainer: jihbed.researchThe traits package 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.
Required to run:[
devel/py-setuptools] [
math/py-numpy] [
devel/py-nose] [
wip/py-setupdocs] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: a1db8bef47576fc28286f0a1be8940c8d94b06d8
Filesize: 12683.719 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-traits-3.4.0
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Updated to version: py310-traits-3.4.0
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: py39-traits-3.4.0
CVS history: (Expand)
2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2010-08-09 22:30:37 by Kamel Derouiche | Files touched by this commit (6) | |
Log message:
Import py26-traits-3.4.0 as wip/py-traits.
The traits package 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.
|