# -*- 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.13 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 e90b93e891a9663d5414a93e8fd2ea8947230bb5 \ sha256 9614258d5b732865438b4b1d037222dab5874f8bdcdbce6e8972472623feaacd \ size 2971658 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-wrapt }