# -*- 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
PortGroup           compiler_wrapper 1.0

name                py-rapidfuzz
version             3.11.0
revision            0
categories-append   textproc
license             MIT

python.versions     39 310 311 312 313

maintainers         {stromnov @stromnov} openmaintainer

description         A fast string matching library for Python.
long_description    {*}${description}

homepage            https://github.com/maxbachmann/RapidFuzz

checksums           rmd160  09ef740179c54fea68a208beb12df6458cbc5785 \
                    sha256  a53ca4d3f52f00b393fab9b5913c5bafb9afc27d030c8a1db1283da6917a860f \
                    size    57983000

if {${name} ne ${subport}} {
    compiler.cxx_standard 2017
    depends_build-append \
                        port:py${python.version}-scikit-build-core \
                        port:py${python.version}-cython \
                        port:ninja
}
