mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
- Unmark DEPRECATED and remove EXPIRATION_DATE - Bump PORTREVISION for dependency change Reference: https://github.com/rsalmei/alive-progress/pull/285
11 lines
478 B
Python
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'],
|
|
)
|