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

python.versions     39

maintainers         nomaintainer

description         Easily write objects that delegate behavior
long_description    The lazr.delegates package makes it easy to write \
                    objects that delegate behavior to another \
                    object. The new object adds some property or \
                    behavior on to the other object, while still \
                    providing the underlying interface, and delegating \
                    behavior.

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

checksums           rmd160  2d1ca97d21e92b2b3d1aeb76c593361300fb1c93 \
                    sha256  dded302c7bfce579aad8d5e2f2e3672dc920cc8d91015a9045d7ab240ba2b6e5 \
                    size    14168

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

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

    livecheck.type  none
}