# -*- 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-zope-configuration
python.rootname     zope.configuration
version             4.4.0
revision            0
python.versions     39 310
maintainers         nomaintainer
supported_archs     noarch
platforms           {darwin any}
license             ZPL-2.1

description         Zope Configuration Markup Language (ZCML)

long_description    The Zope configuration system provides an \
                    extensible system for supporting various kinds of \
                    configurations. It is based on the idea of \
                    configuration directives. Users of the \
                    configuration system provide configuration \
                    directives in some language that express \
                    configuration choices. The intent is that the \
                    language be pluggable. An XML language is provided \
                    by default.

categories-append   zope

homepage            https://github.com/zopefoundation/zope.configuration

checksums           rmd160  9960529cdf2dec73e17751e517f991e164b5811c \
                    sha256  e9f02bac44405ad1526399d6574b91d792f9694f9c67df8b64e91fe10fcddb3c \
                    size    83230

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools

    depends_run-append \
                    port:py${python.version}-zope-i18nmessageid \
                    port:py${python.version}-zopeinterface \
                    port:py${python.version}-zope-schema

    livecheck.type  none
}
