summaryrefslogtreecommitdiff
path: root/textproc/py-textdistance/Makefile
diff options
context:
space:
mode:
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