diff options
Diffstat (limited to 'misc/py-alive-progress/Makefile')
-rw-r--r-- | misc/py-alive-progress/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/py-alive-progress/Makefile b/misc/py-alive-progress/Makefile index 1d12a91e1b93..98aa4eec0abd 100644 --- a/misc/py-alive-progress/Makefile +++ b/misc/py-alive-progress/Makefile @@ -1,6 +1,5 @@ PORTNAME= alive-progress -PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTVERSION= 3.3.0 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}about-time>=4.2.1:devel/py-about-time@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphemeu>=0:textproc/py-graphemeu@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}graphemeu>=0.7.2:textproc/py-graphemeu@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |