pkgsrc/textproc/py-jellyfish/Makefile
adam 2a45f00204 py-jellyfish: updated to 0.7.2
0.7.2:
* fix CJellyfish damerau_levenshtein w/ unicode, thanks to immerrr
* fix final H in NYSIIS

0.7.1:
* restrict install to Python >= 3.4

0.7.0:
* drop Python 2 compatibility & legacy code
* add bugfix for NYSIIS for words starting with PF
2020-01-03 08:37:56 +00:00

16 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/01/03 08:37:56 adam Exp $
DISTNAME= jellyfish-0.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jellyfish/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jamesturk/jellyfish
COMMENT= Python library for doing approximate and phonetic matching of strings
LICENSE= 2-clause-bsd
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"