# -*- 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-pfzy
version             0.3.4
revision            0
categories-append   devel
platforms           any
license             MIT
maintainers         nomaintainer
description         Python port of the fzy fuzzy string matching algorithm
long_description    {*}${description}
homepage            https://github.com/kazhala/pfzy
checksums           rmd160  ef5c3e30b09b2537f159adf29b4c153b89a1d5e8 \
                    sha256  717ea765dd10b63618e7298b2d98efd819e0b30cd5905c9707223dceeb94b3f1 \
                    size    8396
supported_archs     noarch

python.versions     310 311 312 313 314

python.pep517_backend   poetry

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