a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-config-reddove
version 0.3.5
categories python
maintainers nomaintainer@macports.org
platforms darwin freebsd
description A hierarchical, easy-to-use, powerful configuration module for Python
long_description This module allows a hierarchical configuration scheme with support for mappings \
and sequences, cross-references between one part of the configuration and \
another, the ability to flexibly access real Python objects without full-blown \
eval(), an include facility, simple expression evaluation and the ability to \
change, save, cascade and merge configurations. Interfaces easily with \
environment variables and command-line options. It has been developed on python \
2.3 but should work on version 2.2 or greater.
homepage http://www.red-dove.com/python-config.html
master_sites http://www.red-dove.com
distname config-${version}
checksums md5 ea5afcf9e94c7ddf1a2407ff98781d5b
post-destroot {
xinstall -m 644 -v -W ${worksrcpath} LICENSE README.txt default.css python_config.html \
${destroot}${prefix}/share/doc/${name}/
}