# -*- 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-lazr.config
version             2.2.3
categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             LGPL-3

python.versions     39

maintainers         nomaintainer

description         Create configuration schemas, and process and validate configurations.
long_description    The LAZR config system is typically used to manage \
                    process configuration. Process configuration is \
                    for saying how things change when we run systems \
                    on different machines, or under different circumstances.

homepage            https://launchpad.net/lazr.config

checksums           rmd160  873f01ec03c407d725f2ff76b548fdbaac49a146 \
                    sha256  b74a73f8b63e6dc6732fc1f3d88e2f236596ddf089ef6e1794ece060e8cfabe1 \
                    size    34213

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

    depends_run-append \
                    port:py${python.version}-zopeinterface \
                    port:py${python.version}-lazr.delegates

    livecheck.type  none
}
