# -*- 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

name                py-configobj
version             5.0.8
revision            0
platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         Config file reading, writing and validation.
long_description    ConfigObj is a simple but powerful config file \
                    reader and writer: an ini file round tripper. \
                    Its main feature is that it is very easy to use, \
                    with a straightforward programmer's interface and \
                    a simple syntax for config files.

python.versions     27 39 310 311 312 313

homepage            https://pypi.python.org/pypi/configobj/

checksums           rmd160  84a9084c4cadc5974cc5622a9726abf2cdf741a6 \
                    sha256  6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97 \
                    size    38012

if {${name} ne ${subport}} {
    depends_lib-append      port:py${python.version}-six
}
