mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
This port was prematurely upgraded to 0.0.17 which required py-markdown
3.4.0 or later while the ports system has 3.3.7. This broke builds of
llvm13 and higher. Upgrading py-markdown appears to require significant
testing and coordination.
This reverts commit 5a0fd27b2f
.
PR: 265839
Approved by: wen
11 lines
439 B
Python
11 lines
439 B
Python
--- setup.py.orig 2022-01-13 02:59:07 UTC
|
|
+++ setup.py
|
|
@@ -29,7 +29,7 @@ setup(
|
|
keywords='sphinx markdown tables',
|
|
packages=['sphinx_markdown_tables'],
|
|
install_requires=['markdown>=3.0.1'],
|
|
- data_files=[('', ['LICENSE'])],
|
|
+# data_files=[('', ['LICENSE'])],
|
|
project_urls={
|
|
'Bug Reports': 'https://github.com/ryanfox/sphinx-markdown-tables/issues',
|
|
'Say Thanks!': 'https://foxrow.com',
|