Bug 129589 - [New Port]devel/py-traits:Explicitly Typed Attributes for Python
Summary: [New Port]devel/py-traits:Explicitly Typed Attributes for Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 09:10 UTC by wenheping
Modified: 2008-12-14 10:50 UTC (History)
0 users

See Also:


Attachments
file.shar (41.70 KB, text/plain)
2008-12-12 09:10 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-12-12 09:10:01 UTC
The Traits project is at the center of all Enthought Tool Suite
development and has changed the mental model used at Enthought for
programming in the already extremely efficient Python programming
language.

The Traits project allows Python programmers to use a special kind
of type definition called a trait, which gives object attributes
some additional characteristics, such as Initialization, Validation,
Delegation, Notification and Visualization.

A class can freely mix trait-based attributes with normal Python
attributes, or can opt to allow the use of only a fixed or open set
of trait attributes within the class. Trait attributes defined by
a classs are automatically inherited by any subclass derived from
the class.

WWW:    http://pypi.python.org/pypi/Traits/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-12 09:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-12-14 10:40:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-12-14 10:41:11 UTC
miwi        2008-12-14 10:40:57 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-traits      Makefile distinfo pkg-descr pkg-plist 
  Log:
  The Traits project is at the center of all Enthought Tool Suite
  development and has changed the mental model used at Enthought for
  programming in the already extremely efficient Python programming
  language.
  
  The Traits project allows Python programmers to use a special kind
  of type definition called a trait, which gives object attributes
  some additional characteristics, such as Initialization, Validation,
  Delegation, Notification and Visualization.
  
  A class can freely mix trait-based attributes with normal Python
  attributes, or can opt to allow the use of only a fixed or open set
  of trait attributes within the class. Trait attributes defined by
  a classs are automatically inherited by any subclass derived from
  the class.
  
  WWW:    http://pypi.python.org/pypi/Traits/
  
  PR:             ports/129589
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.3291    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/py-traits/Makefile (new)
  1.1       +3 -0      ports/devel/py-traits/distinfo (new)
  1.1       +17 -0     ports/devel/py-traits/pkg-descr (new)
  1.1       +475 -0    ports/devel/py-traits/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"