git: eefd5a9b8fd1 - main - textproc/py-jarowinkler: Update 1.0.4 -> 1.0.5

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 01 Jul 2022 20:27:10 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eefd5a9b8fd1730a80fb0e466157d8cf25d5c05c

commit eefd5a9b8fd1730a80fb0e466157d8cf25d5c05c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-01 20:15:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-01 20:27:04 +0000

    textproc/py-jarowinkler: Update 1.0.4 -> 1.0.5
    
    Reported by:    portscout
---
 textproc/py-jarowinkler/Makefile | 6 ++++--
 textproc/py-jarowinkler/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/textproc/py-jarowinkler/Makefile b/textproc/py-jarowinkler/Makefile
index 90dde00c6592..99933f154766 100644
--- a/textproc/py-jarowinkler/Makefile
+++ b/textproc/py-jarowinkler/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jarowinkler
-PORTVERSION=	1.0.4
+PORTVERSION=	1.0.5
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,9 @@ BUILD_DEPENDS=	cmake:devel/cmake \
 		${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	distutils cython autoplist
+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.*.so
diff --git a/textproc/py-jarowinkler/distinfo b/textproc/py-jarowinkler/distinfo
index 8fc9c42edad3..769634741cef 100644
--- a/textproc/py-jarowinkler/distinfo
+++ b/textproc/py-jarowinkler/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656203019
-SHA256 (jarowinkler-1.0.4.tar.gz) = 540e3f14ac80b3851ba77cf0c57d5142cc35c93fdd03fdbb5da2445049066a5f
-SIZE (jarowinkler-1.0.4.tar.gz) = 80235
+TIMESTAMP = 1656705932
+SHA256 (jarowinkler-1.0.5.tar.gz) = d0ecdae8e122594d22e09ceebfca23342d290a9305d669958e674e0e39e2e260
+SIZE (jarowinkler-1.0.5.tar.gz) = 81334