aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-04-11 12:01:24 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-04-11 12:01:24 +0000
commit06af3cedaf08afdaa6a827deb62df54ef288493c (patch)
treeb65e36ff5fe542624f9400dd901f5240b2137f65 /devel/Makefile
parentcdaabdf8ca7a147750b029af7f61112212866239 (diff)
downloadports-06af3cedaf08afdaa6a827deb62df54ef288493c.tar.gz
ports-06af3cedaf08afdaa6a827deb62df54ef288493c.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>
Notes
Notes: svn path=/head/; revision=159317
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
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