# -*- 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-cachelib
version             0.1.1
platforms           darwin
license             BSD
supported_archs     noarch

maintainers         {@harens gmail.com:harensdeveloper} \
                    openmaintainer

description         A collection of cache libraries in the same API interface
long_description    ${description}

homepage            https://github.com/pallets/cachelib

checksums           rmd160 853477722db4002358a736f3853a7f98a5d8ff88 \
                    sha256 47e95a67d68c729cbad63285a790a06f0e0d27d71624c6e44c1ec3456bb4476f \
                    size   10192

python.versions     38

if {${name} ne ${subport}} {

    depends_build-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
}
