diff --git a/textproc/py-jarowinkler/Makefile b/textproc/py-jarowinkler/Makefile index 3cddb17daf66..ea14b5533fe4 100644 --- a/textproc/py-jarowinkler/Makefile +++ b/textproc/py-jarowinkler/Makefile @@ -1,25 +1,25 @@ PORTNAME= jarowinkler -PORTVERSION= 1.2.0 +DISTVERSION= 1.2.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Library for fast approximate string matching LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:devel/cmake \ ${PYTHON_PKGNAMEPREFIX}rapidfuzz-capi>0:devel/py-rapidfuzz-capi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://github.com/maxbachmann/JaroWinkler/issues/7 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jarowinkler/_initialize_cpp.cpython-${PYTHON_SUFFIX}.so .include diff --git a/textproc/py-jarowinkler/distinfo b/textproc/py-jarowinkler/distinfo index 7509ea7a322c..2d0b45846382 100644 --- a/textproc/py-jarowinkler/distinfo +++ b/textproc/py-jarowinkler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659082964 -SHA256 (jarowinkler-1.2.0.tar.gz) = 7118976b9c1dca4ad77c97a0595d3917cead5f9b2856b14948a3bcf5f2438c44 -SIZE (jarowinkler-1.2.0.tar.gz) = 84578 +TIMESTAMP = 1662329124 +SHA256 (jarowinkler-1.2.1.tar.gz) = 206364a885ce296f7f79c669734317f2741f6bbd964907e49e3b9ea0e9de5029 +SIZE (jarowinkler-1.2.1.tar.gz) = 85696