# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup python    1.0
PortGroup           deprecated 1.0

name                py-pythonutils
version             0.4.0
license             BSD
platforms           {darwin any}
supported_archs     noarch
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/
checksums           md5     f4d2fdd2a2e989d6ce02407be8a5932f \
                    sha1    5787587366b0cd80a94003d8ab19df37308c499b \
                    rmd160  de19e74217a9c278f99447b05436afe1f99b1d03
use_zip             yes

python.versions     27

deprecated.upstream_support no
livecheck.type      none
