ports/misc/py-alive-progress/files/patch-setup.py
Po-Chuan Hsieh 3563550bd3
misc/py-alive-progress: Update to 3.0.0
- Update WWW
- Add missing RUN_DEPENDS
- Take maintainership

Changes:	https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md
2023-01-30 21:00:12 +08:00

10 lines
420 B
Python

--- setup.py.orig 2022-12-22 05:23:53 UTC
+++ setup.py
@@ -55,7 +55,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.7, <4',
install_requires=['about_time==4.2.1', 'grapheme==0.6.0'],
)