# $Id$

PortSystem          1.0
PortGroup python25  1.0

name                py25-pythonutils
version             0.4.0
categories          python
platforms           darwin
maintainers         nomaintainer
description         General utility modules that simplify common programming in Python
long_description    The Voidspace Pythonutils package is a simple way of \
                    installing the Voidspace collection of modules. These are \
                    currently: \
                      ConfigObj 4.4.0 - Easy config file reading/writing \
                      validate 0.2.3 - Validation and type conversion system \
                      StandOut 3.0.0 - Simple logging and output control object \
                      pathutils 0.2.5 - For working with paths and files \
                      cgiutils 0.3.5 - CGI helpers \
                      urlpath 0.1.0 - Functions for handling URLs \
                      odict 0.2.1 - Ordered Dictionary Class \
                          \
                      Several of the Voidspace Projects depend on these \
                      modules. They are also useful in their own right of \
                      course. They are primarily general utility modules that \
                      simplify common programming tasks in Python.

homepage            http://www.voidspace.org.uk/python/pythonutils.html
master_sites        http://www.voidspace.org.uk/downloads/
distname            pythonutils-${version}
checksums           md5     f4d2fdd2a2e989d6ce02407be8a5932f \
                    sha1    5787587366b0cd80a94003d8ab19df37308c499b \
                    rmd160  de19e74217a9c278f99447b05436afe1f99b1d03
use_zip             yes