mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
watermark is an IPython magic extension for printing date and time stamps, version numbers, and hardware information. WWW: https://github.com/rasbt/watermark
11 lines
334 B
Python
11 lines
334 B
Python
--- setup.py.orig 2020-11-24 04:17:25 UTC
|
|
+++ setup.py
|
|
@@ -23,7 +23,7 @@ setup(
|
|
packages=find_packages(exclude=[]),
|
|
install_requires=[
|
|
"ipython",
|
|
- 'importlib-metadata < 3.0 ; python_version < "3.8"',
|
|
+ 'importlib-metadata; python_version < "3.8"',
|
|
],
|
|
long_description=dedent(
|
|
"""\
|