diff --git a/misc/py-alive-progress/Makefile b/misc/py-alive-progress/Makefile index acae89d2a2b7..1d12a91e1b93 100644 --- a/misc/py-alive-progress/Makefile +++ b/misc/py-alive-progress/Makefile @@ -1,27 +1,25 @@ PORTNAME= alive-progress PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Enhanced Python Progress Bar WWW= https://github.com/rsalmei/alive-progress LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Depends on expired textproc/py-grapheme -EXPIRATION_DATE=2025-06-01 - 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}grapheme>=0.6.0<0.6.0_99:textproc/py-grapheme@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}graphemeu>=0:textproc/py-graphemeu@${PY_FLAVOR} USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/misc/py-alive-progress/files/patch-setup.py b/misc/py-alive-progress/files/patch-setup.py index 7086a9125888..35f2f91929d7 100644 --- a/misc/py-alive-progress/files/patch-setup.py +++ b/misc/py-alive-progress/files/patch-setup.py @@ -1,10 +1,11 @@ --- setup.py.orig 2024-10-26 04:20:04 UTC +++ setup.py @@ -57,7 +57,6 @@ setup( 'multi-threaded REPL alive animated visual feedback simple live efficient monitor ' 'stats elapsed time throughput'.split(), packages=find_packages(exclude=['tests*']), - data_files=[('', ['LICENSE'])], python_requires='>=3.9, <4', - install_requires=['about_time==4.2.1', 'grapheme==0.6.0'], +- install_requires=['about_time==4.2.1', 'grapheme==0.6.0'], ++ install_requires=['about_time==4.2.1', 'graphemeu'], )