846cd476b4
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
14 lines
468 B
Makefile
14 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/03/01 10:31:19 leot Exp $
|
|
|
|
DISTNAME= python-Levenshtein-0.12.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-Levenshtein/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ztane/python-Levenshtein
|
|
COMMENT= Python extension for computing string edit distances
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|