You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.2 KiB
Tcl
32 lines
1.2 KiB
Tcl
# -*- 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.9
|
|
revision 0
|
|
|
|
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.
|
|
homepage https://pypi.python.org/pypi/configobj/
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 36e11d739ee81813084cf8787385e46e971aca11 \
|
|
sha256 03c881bbf23aa07bccf1b837005975993c4ab4427ba57f959afdd9d1a2386848 \
|
|
size 101518
|
|
|
|
python.versions 27 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-six
|
|
}
|