# -*- 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.9.1 revision 0 categories-append textproc license MIT python.versions 38 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer description A fast string matching library for Python. long_description ${description} homepage https://github.com/maxbachmann/RapidFuzz checksums rmd160 63dbdc8aaffe97f0d86f2b8f9f5114bb431180cb \ sha256 a42eb645241f39a59c45a7fc15e3faf61886bff3a4a22263fd0f7cfb90e91b7f \ size 1595099 if {${name} ne ${subport}} { compiler.cxx_standard 2017 depends_build-append \ port:py${python.version}-scikit-build \ port:py${python.version}-cython \ port:ninja }