# -*- 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.3.1
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}

homepage            https://github.com/laurent-laporte-pro/deprecated

checksums           rmd160  3f3f4a13608a5b02984a78745e95e7370f267e7b \
                    sha256  b1b50e0ff0c1fddaa5708a2c6b0a6588bb09b892825ab2b214ac9ea9d92a5223 \
                    size    2932523

python.versions     310 311 312 313 314

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