# -*- 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-thefuzz
version             0.22.1
revision            0

license             MIT
maintainers         @oytech openmaintainer

homepage            https://github.com/seatgeek/thefuzz
description         Fuzzy string matching in python
long_description    {*}${description}

checksums           rmd160  77e677bed25dacb0085ca0340477363c03f75a84 \
                    sha256  7138039a7ecf540da323792d8592ef9902b1d79eb78c147d4f20664de79f3680 \
                    size    19993

python.versions     312 313 314

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