diff options
Diffstat (limited to 'devel/py-xasm/Makefile')
| -rw-r--r-- | devel/py-xasm/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-xasm/Makefile b/devel/py-xasm/Makefile index 34b250404ac4..aaa7ac1c1834 100644 --- a/devel/py-xasm/Makefile +++ b/devel/py-xasm/Makefile @@ -1,5 +1,5 @@  PORTNAME=	xasm -PORTVERSION=	1.2.0 +PORTVERSION=	1.2.2  CATEGORIES=	devel python  MASTER_SITES=	PYPI \  		https://github.com/rocky/python-xasm/releases/download/${PORTVERSION}/ @@ -14,8 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.gpl2  BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \  		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdis>=6.0.3:devel/py-xdis@${PY_FLAVOR} -TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ +		${PYTHON_PKGNAMEPREFIX}xdis>=6.1.8<6.3.0:devel/py-xdis@${PY_FLAVOR}  USES=		python  USE_PYTHON=	autoplist concurrent pep517  | 
