# -*- 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.6 v
name                py-deprecated

license             MIT
platforms           darwin
supported_archs     noarch
maintainers         nomaintainer

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

checksums           rmd160  cbb3a1e8335a648b05bc4fa42d4ab6d2025f1ab0 \
                    sha256  17f5770e73011afa94786ee6c8decbb61f62a412cbcdca227635df999d9d75c7 \
                    size    5043668

python.versions     37

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

    livecheck.type  none
}