# -*- 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.1.0
revision            0

categories-append   devel
license             BSD
supported_archs     noarch
platforms           {darwin any}
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  84872106a65e7d6a2f39042aaa72fce23c01bfbd \
                    sha256  9eeb2fecd3fe42cc8a787fc32ead53a3a7158cc43d039c3c55ab3e4e5b2a80ed \
                    size    12041

python.versions     39 310 311 312 313 314

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