# -*- 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-pylru
version             1.2.0
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             GPL-2
maintainers         {ipglider.org:miguel @ipglider} openmaintainer

description         A least recently used (LRU) cache for Python.
long_description    Pylru implements a true LRU cache along with several support classes.

homepage            https://github.com/jlhutch/pylru

checksums           rmd160  b066998bdc27e6588723b7f674ea8c10b44a5a58 \
                    sha256  492f934bb98dc6c8b2370c02c95c65516ddc08c8f64d27f70087eb038621d297 \
                    size    18533

python.versions     37

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