Commits
Leonardo Brondani Schenkel authored and Zero King committed 71bc2500e11
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-levenshtein |
7 7 | version 0.12.0 |
8 8 | revision 0 |
9 9 | categories-append textproc |
10 10 | platforms darwin freebsd |
11 11 | license GPL-2+ |
12 12 | |
13 - | python.versions 27 34 35 36 |
13 + | python.versions 27 34 35 36 37 |
14 14 | |
15 15 | maintainers {stromnov @stromnov} openmaintainer |
16 16 | |
17 17 | description Python module for fast computation of Levensthein distances. |
18 18 | |
19 19 | long_description The Levenshtein Python C extension module contains \ |
20 20 | functions for fast computation of Levenshtein (edit) \ |
21 21 | distance, and edit operations, string similarity, \ |
22 22 | approximate median strings, and generally string \ |
23 23 | averaging, string sequence and set similarity. It \ |