# -*- 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-wcmatch
version             10.0
revision            0

license             MIT
platforms           {darwin any}
supported_archs     noarch
maintainers         {judaew @judaew} openmaintainer

description         Wilcard File Name matching library.
long_description    \
    Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in \
    order to provide file matching and globbing that more closely follows the \
    features found in Bash.
homepage            https://github.com/facelessuser/wcmatch

checksums           rmd160  ebec804ac8367ff1c47e41126c1c032cbc55f53a \
                    sha256  e72f0de09bba6a04e0de70937b0cf06e55f36f37b3deb422dfaf854b867b840a \
                    size    115578

python.versions     39 310 311 312 313
python.pep517_backend hatch

if {${name} ne ${subport}} {
    depends_run-append      port:py${python.version}-bracex
}