diff options
author | garga <garga@FreeBSD.org> | 2006-04-11 20:01:24 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-11 20:01:24 +0800 |
commit | de608f2a76f41e8e4f8148903d97c4426df9ff9a (patch) | |
tree | e2842a9c19298832973759ea56f4995dc9eadd9e /devel/Makefile | |
parent | 1d51c322cb5e708c67d5419f4eda0798dd4d475c (diff) | |
download | freebsd-ports-gnome-de608f2a76f41e8e4f8148903d97c4426df9ff9a.tar.gz freebsd-ports-gnome-de608f2a76f41e8e4f8148903d97c4426df9ff9a.tar.zst freebsd-ports-gnome-de608f2a76f41e8e4f8148903d97c4426df9ff9a.zip |
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
PR: ports/95611
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b6e439a3ef46..73b4fcae435a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1434,6 +1434,7 @@ SUBDIR += py-dbus SUBDIR += py-dialog SUBDIR += py-elementtree + SUBDIR += py-epsilon SUBDIR += py-fam SUBDIR += py-fileutils SUBDIR += py-fortran |