# -*- 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 github 1.0 PortGroup python 1.0 github.setup seatgeek fuzzywuzzy 0.12.0 name py-fuzzywuzzy categories-append textproc platforms darwin freebsd license GPL-2+ python.versions 27 34 35 36 maintainers nomaintainer description Fuzzy String Matching in Python long_description Fuzzy string matching like a boss. It uses Levenshtein \ Distance to calculate the differences between sequences \ in a simple-to-use package. checksums rmd160 49889258ea7832e5f1c1506e69caf29a855eed05 \ sha256 1bde112698d7cf905521f6054441e0e65e4e9df888ed9a01081a371a99586392 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-levenshtein livecheck.type none }