# -*- 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
PortGroup           github 1.0

github.setup        tantale deprecated 1.2.14 v
name                py-deprecated
revision            0

license             MIT
supported_archs     noarch
platforms           {darwin any}
maintainers         nomaintainer

description         Python @deprecated decorator to deprecate old python classes, \
                    functions or methods.
long_description    {*}${description}

checksums           rmd160  8362d4ed7b6753ad9dcfa30bbe0ce03527dccbd8 \
                    sha256  54dc7a78d3a57c1abdcc33e74cd7a348d4cc581e041887eec7fc31a514bc29cd \
                    size    2971561

python.versions     38 39 310 311 312 313

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