From de608f2a76f41e8e4f8148903d97c4426df9ff9a Mon Sep 17 00:00:00 2001 From: garga Date: Tue, 11 Apr 2006 12:01:24 +0000 Subject: 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') 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 -- cgit