ports/misc/py-alive-progress/files/patch-setup.py
Po-Chuan Hsieh 4755968fd1
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
2025-04-10 01:44:29 +08:00

11 lines
478 B
Python

--- 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', 'graphemeu'],
)