Bug 95611 - [NEW PORT] devel/py24-epsilon: Epsilon is a set of Python utility modules used by DivMod projects
Summary: [NEW PORT] devel/py24-epsilon: Epsilon is a set of Python utility modules use...
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-11 06:30 UTC by Alexander Botero-Lowry
Modified: 2006-04-11 13:02 UTC (History)
0 users

See Also:


Attachments
py24-epsilon-0.4.0.shar (5.19 KB, text/plain)
2006-04-11 06:30 UTC, Alexander Botero-Lowry
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Botero-Lowry 2006-04-11 06:30:15 UTC
A small utility package that depends on tools too recent for Twisted (like 
datetime in python2.4) but performs generic enough functions that it can be 
used in projects that don't want to share Divmod's other projects' large 
footprint.

Currently included:

    * A powerful date/time formatting and import/export class (ExtimeDotTime), 
      for exchanging date and time information between all Python's various 
      ways to interpret objects as times or time deltas.
    * Tools for managing concurrent asynchronous processes within Twisted.
    * A metaclass which helps you define classes with explicit states.
    * A featureful Version class.
    * A formal system for application of monkey-patches. 

WWW: http://divmod.org/trac/wiki/DivmodEpsilon

Generated with FreeBSD Port Tools 0.63
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-04-11 12:18:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2006-04-11 13:02:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!