summaryrefslogtreecommitdiff
path: root/textproc/py-Levenshtein
AgeCommit message (Collapse)AuthorFilesLines
2022-03-02py-Levenshtein: adjust further to un-break Python 2.7 buildsgutteridge2-6/+13
Python 2.7 (or older pkgsrc states where a less recent py-setuptools is present) builds would still have expected the redundant entry_points.txt to be found, so explicitly remove it from setup.py for consistency. Ride previous update.
2022-03-02py-Levenshtein: fix builds with most recent py-setuptoolsgutteridge2-4/+3
Effectively empty entry_points.txt in egg info dirs are now getting deleted where they previously were retained and installed, so remove from the PLIST.
2022-01-05py-Levenshtein: remove unnecessary setuptools dependencywiz4-6/+19
Bump PKGREVISION.
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-02-03py-Levenshtein: update to 0.12.2gutteridge2-7/+7
Change log: Incorrect checking code was left in one function
2021-01-20py-Levenshtein: updated to 0.12.1adam3-16/+18
0.12.1 ------ * Fixed handling of numerous possible wraparounds in calculating the size of memory allocations; incorrect handling of which could cause denial of service or even possible remote code execution in previous versions of the library.
2017-03-01Import py-Levenshtein-0.12.0 as textproc/py-Levenshteinleot4-0/+43
The Levenshtein Python C extension module contains functions for fast computation of: Levenshtein (edit) distance and edit operations, string similarity, approximate median strings and general string averaging, and string sequence and set similarity. It supports both normal and Unicode strings. Packaged by David H. Gutteridge via PR pkg/52017