# -*- 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-propcache
version             0.3.1
revision            0
categories-append   devel
license             Apache-2

python.versions     39 310 311 312 313

maintainers         {toby @tobypeterson} openmaintainer

description         fast implementation of cached properties
long_description    accelerated versions of functools.cached_property

homepage            https://github.com/aio-libs/propcache

checksums           rmd160  ab1b55ab1ca24548c3ecf79624d7e045b2ff6558 \
                    sha256  40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf \
                    size    43651

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

    if {${python.version} < 311} {
        depends_build-append \
                            port:py${python.version}-tomli
    }
}
