misc/py-alive-progress: Change RUN_DEPENDS from py-grapheme to py-graphemeu

- Unmark DEPRECATED and remove EXPIRATION_DATE
- Bump PORTREVISION for dependency change

Reference:	https://github.com/rsalmei/alive-progress/pull/285
This commit is contained in:
Po-Chuan Hsieh 2025-04-10 01:44:29 +08:00
parent d15a9ca531
commit 4755968fd1
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= alive-progress
PORTVERSION= 3.2.0
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,13 +12,10 @@ 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

View file

@ -6,5 +6,6 @@
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'],
)