aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 23:32:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 23:32:46 +0000
commitb3c9c9c8d17fc221e5111be9e07b781c3ee10e24 (patch)
tree07933581cde2cea839d1bc4cfd3d2b293d0609c7
parent750787e28d71cb870c3aa89b61cabf930ea83dd1 (diff)
downloadports-b3c9c9c8d17fc221e5111be9e07b781c3ee10e24.tar.gz
ports-b3c9c9c8d17fc221e5111be9e07b781c3ee10e24.zip
devel/py-hypothesis: Change RUN_DEPENDS from py-lark-parser to py-lark
- Bump PORTREVISION for dependency change
-rw-r--r--devel/py-hypothesis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index 504478bb36d7..7f26a1e7e28e 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -2,6 +2,7 @@
PORTNAME= hypothesis
PORTVERSION= 6.47.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -42,7 +43,7 @@ DATEUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:devel/py-dateutil@${P
DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}
DPCONTRACTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}dpcontracts>=0.4:devel/py-dpcontracts@${PY_FLAVOR}
GHOSTWRITER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVOR}
-LARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark-parser>=0.6.5:devel/py-lark-parser@${PY_FLAVOR}
+LARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.6.5:devel/py-lark@${PY_FLAVOR}
NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.0,1:math/py-numpy@${PY_FLAVOR}
PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR}
PYTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAVOR}