# -*- 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 3.1 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license LGPL-3 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 distname lazr_config-${version} checksums rmd160 34bba7107edb5c236c1bc5481911f943080c874a \ sha256 7c57065b1be7a6b7856d7e5bc785dd79e307e345786200dc70cbd49cb423ab0b \ size 36550 python.versions 313 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-zopeinterface \ port:py${python.version}-lazr.delegates }