# -*- 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-diskcache-stubs
python.rootname     diskcache_stubs
version             5.6.3.6.20240818
revision            0
license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
description         This library provides type hints only.
long_description    {*}${description} If you need the runtime package, you can find it \
                    py-diskcache.
homepage            https://github.com/phi-friday/diskcache-stubs

checksums           rmd160  baf627454d3d6b22ef8c804da8e5d2f06314f96b \
                    sha256  b6eb43899e906b3167a20ac09a9a226f30267a306a96542ea720ebbfc3282796 \
                    size    13524

python.versions     310 311 312 313 314

python.pep517_backend \
                    hatch

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