# -*- 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-cached-property
version             1.5.2
revision            0

categories-append   devel
license             BSD
maintainers         {@catap korins.ky:kirill} openmaintainer
platforms           darwin
supported_archs     noarch

description         A decorator for caching properties in classes
long_description    {*}${description}

homepage            https://github.com/pydanny/cached-property

checksums           rmd160  6e71b64b85916848204c38187573c500b87b9b2c \
                    sha256  9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130 \
                    size    12244

python.versions     27 35 36 37 38 39 310

if {${subport} ne ${name}} {
    depends_build-append    port:py${python.version}-setuptools

    livecheck.type          none
}
