aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-01 20:15:58 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-01 20:27:04 +0000
commiteefd5a9b8fd1730a80fb0e466157d8cf25d5c05c (patch)
tree277b6ec0faa0429b4c8a970e6779efbc4f5a4380
parentb3781b5e71372a16b7f52c8225466890de760bcc (diff)
downloadports-eefd5a9b8fd1730a80fb0e466157d8cf25d5c05c.tar.gz
ports-eefd5a9b8fd1730a80fb0e466157d8cf25d5c05c.zip
textproc/py-jarowinkler: Update 1.0.4 -> 1.0.5
Reported by: portscout
-rw-r--r--textproc/py-jarowinkler/Makefile6
-rw-r--r--textproc/py-jarowinkler/distinfo6
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