summaryrefslogtreecommitdiff
path: root/devel/py-pythran/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pythran/Makefile')
-rw-r--r--devel/py-pythran/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pythran/Makefile b/devel/py-pythran/Makefile
index 8f9399bcf8ac..0be38037c536 100644
--- a/devel/py-pythran/Makefile
+++ b/devel/py-pythran/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pythran
-PORTVERSION= 0.18.0
+PORTVERSION= 0.18.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gast>=0.5.0:devel/py-gast@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}gast>=0.7.0<=0.8:devel/py-gast@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}beniget>=0.4.0:devel/py-beniget@${PY_FLAVOR}
USES= python