diff options
Diffstat (limited to 'devel/py-yaspin/Makefile')
-rw-r--r-- | devel/py-yaspin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-yaspin/Makefile b/devel/py-yaspin/Makefile index 62125bacd7e0..47bb4ddfaf54 100644 --- a/devel/py-yaspin/Makefile +++ b/devel/py-yaspin/Makefile @@ -1,5 +1,5 @@ PORTNAME= yaspin -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=2.2.0:devel/py-termcolor@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=3.1<4:devel/py-termcolor@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes |