aboutsummaryrefslogtreecommitdiff
path: root/devel/py-epsilon
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5.6Alexander Botero-Lowry2007-10-123-11/+79
| | | | | | | | | | - drop maintainership PR: 115408 Submitted by: Piet Delport <pjd@satori.za.net> Notes: svn path=/head/; revision=201367
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Change all my MAINTAINER lines to my new FreeBSD.org address.Alexander Botero-Lowry2006-09-131-1/+1
| | | | | | | Approved by: novel Notes: svn path=/head/; revision=172903
* A small utility package that depends on tools too recent for Twisted (likeRenato Botelho2006-04-114-0/+100
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: svn path=/head/; revision=159317