# -*- 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-deprecated
version             1.2.15
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  cb6e9eac55b6d1f425e70b98137512a060a0148e \
                    sha256  683e561a90de76239796e6b6feac66b99030d2dd3fcf61ef996330f14bbb9b0d \
                    size    2977612

python.versions     39 310 311 312 313

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