# -*- 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.6 platforms darwin 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 35 36 37 38 homepage https://pypi.python.org/pypi/configobj/ master_sites pypi:c/configobj/ distname configobj-${version} checksums rmd160 9b7dd0b9e08477914da104585369921c549eec01 \ sha256 a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902 \ size 33248 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none }