Date: Tue, 11 Apr 2006 12:01:24 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-epsilon Makefile distinfo pkg-descr pkg-plist Message-ID: <200604111201.k3BC1PHc033582@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
garga 2006-04-11 12:01:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-epsilon Makefile distinfo pkg-descr pkg-plist Log: 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> Revision Changes Path 1.2161 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/py-epsilon/Makefile (new) 1.1 +3 -0 ports/devel/py-epsilon/distinfo (new) 1.1 +16 -0 ports/devel/py-epsilon/pkg-descr (new) 1.1 +57 -0 ports/devel/py-epsilon/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604111201.k3BC1PHc033582>