mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
d15a9ca531
commit
4755968fd1
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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'],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue