Files
2024-03-24 22:07:25 -04:00

38 lines
1.3 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-zconfig
python.rootname ZConfig
version 3.5.0
revision 0
categories-append zope
platforms {darwin any}
supported_archs noarch
license ZPL-2.1
maintainers nomaintainer
description Configuration library for configuration-intensive applications
long_description \
ZConfig is a configuration library intended for general use. It supports a \
hierarchical schema-driven configuration model that allows a schema to \
specify data conversion routines written in Python. ZConfig's model is very \
different from the model supported by the ConfigParser module found in \
Python's standard library, and is more suitable to \
configuration-intensive applications.
homepage https://github.com/zopefoundation/ZConfig/
checksums rmd160 f3b96f6ed0ee737a09a06732a7496cc23439be6d \
sha256 a094e492ac31025f5b5a58b32a7c7f03e2e2899c8beb4c1601ea00653bf3ea68 \
size 127317
python.versions 27
if {${subport} ne ${name}} {
depends_lib-append \
port:py${python.version}-setuptools
}