summaryrefslogtreecommitdiff
path: root/textproc/py-textdistance/Makefile
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2024-04-28 17:33:36 +0200
committerRainer Hurling <rhurlin@FreeBSD.org>2024-04-28 17:33:36 +0200
commit6ec3a09fb0b0ebbc0cb3cc1eb098901068fb98e4 (patch)
treea1c4327f8480c3452ba9468040f56312f5f61c9e /textproc/py-textdistance/Makefile
parentwww/webalizer: add support for most UTF-8 encodings (diff)
textproc/py-textdistance: Update to 4.6.2
- Levenstein: ensure the return type is int Changelog: https://github.com/life4/textdistance/compare/4.6.1...4.6.2 Reported by: portscout, Repology MFH: 2024Q2
Diffstat (limited to 'textproc/py-textdistance/Makefile')
-rw-r--r--textproc/py-textdistance/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-textdistance/Makefile b/textproc/py-textdistance/Makefile
index 3446cff44e7e..25335e9300c6 100644
--- a/textproc/py-textdistance/Makefile
+++ b/textproc/py-textdistance/Makefile
@@ -1,5 +1,5 @@
PORTNAME= textdistance
-PORTVERSION= 4.6.1
+PORTVERSION= 4.6.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
USES= python