diff options
Diffstat (limited to 'devel/decompyle3/Makefile')
-rw-r--r-- | devel/decompyle3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/decompyle3/Makefile b/devel/decompyle3/Makefile index 71bfc102480c..f7c76c44c0e8 100644 --- a/devel/decompyle3/Makefile +++ b/devel/decompyle3/Makefile @@ -1,5 +1,5 @@ PORTNAME= decompyle3 -PORTVERSION= 3.9.2 +PORTVERSION= 3.9.3 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/rocky/python-uncompyle6/releases/download/${PORTVERSION}/ @@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}spark-parser>=1.8.9<1.9.1:devel/py-spark-parser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xdis>=6.1.0<6.2.0:devel/py-xdis@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}spark-parser>=1.8.9<1.9.2:devel/py-spark-parser@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xdis>=6.1.0<6.3:devel/py-xdis@${PY_FLAVOR} USES= python USE_PYTHON= autoplist noflavors pep517 |