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
@ -1,5 +1,6 @@
|
|||||||
PORTNAME= alive-progress
|
PORTNAME= alive-progress
|
||||||
PORTVERSION= 3.2.0
|
PORTVERSION= 3.2.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
@ -11,13 +12,10 @@ WWW= https://github.com/rsalmei/alive-progress
|
|||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
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} \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${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} \
|
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+
|
USES= python:3.9+
|
||||||
USE_PYTHON= autoplist concurrent pep517
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|||||||
@ -6,5 +6,6 @@
|
|||||||
packages=find_packages(exclude=['tests*']),
|
packages=find_packages(exclude=['tests*']),
|
||||||
- data_files=[('', ['LICENSE'])],
|
- data_files=[('', ['LICENSE'])],
|
||||||
python_requires='>=3.9, <4',
|
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…
x
Reference in New Issue
Block a user