06af3cedaf
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>
24 lines
593 B
Makefile
24 lines
593 B
Makefile
# New ports collection makefile for: py-epsilon
|
|
# Date created: 10 Apr 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= epsilon
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://divmod.org/trac/attachment/wiki/SoftwareReleases/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Epsilon-${PORTVERSION}
|
|
EXTRACT_SUFX= .tar.gz?format=raw
|
|
|
|
MAINTAINER= alex@foxybanana.com
|
|
COMMENT= Epsilon is a set of Python utility modules used by DivMod projects
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_TWISTED= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|