# -*- 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-async-lru
version             2.0.5
revision            0
categories-append   devel
license             BSD
supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313

maintainers         nomaintainer

description         A port of Python’s built-in functools.lru_cache function for asyncio
long_description    {*}${description}

homepage            https://github.com/aio-libs/async-lru

distname            async_lru-${version}

checksums           rmd160  33906e115263b9e45477b79628588038e966abde \
                    sha256  481d52ccdd27275f42c43a928b4a50c3bfb2d67af4e78b170e3e0bb39c66e5bb \
                    size    10380

if {${name} ne ${subport}} {
    if {${python.version} < 311} {
        depends_lib-append  port:py${python.version}-typing_extensions
    }
}
