# -*- 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-cachy
version             0.3.0
revision            0
categories-append   devel
platforms           darwin
license             MIT
supported_archs     noarch

python.versions     37 38 39

maintainers         {gmail.com:davidgilman1 @dgilman} openmaintainer

description         Cachy provides a simple yet effective caching library.
long_description    ${description}

homepage            https://github.com/sdispater/cachy

checksums           rmd160  88f49c70f7e52483733531ddf0f8a2a08bcd9698 \
                    sha256  186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1 \
                    size    15654

if {${name} ne ${subport}} {
    post-destroot {
        # https://github.com/sdispater/cachy/issues/9
        delete ${destroot}${python.pkgd}/tests
    }

    livecheck.type  none
}
