# -*- 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-attr
version             0.3.2
revision            0

license             MIT
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer

description         Simple decorator to set attributes of target function or class in a DRY way
long_description    {*}${description}

homepage            https://github.com/denis-ryzhkov/${python.rootname}

python.versions     37 38 39 310 311

checksums           rmd160  d0fd0d4067b815ebb969d1b6ed086694bcba7854 \
                    sha256  1ceebca768181cdcce9827611b1d728e592be5d293911539ea3d0b0bfa1146f4 \
                    size    2649

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

    livecheck.type  none
}
