ports/textproc/py-sphinx-markdown-tables/files/patch-setup.py
Brooks Davis 6bb87b38fc textproc/py-sphinx-markdown-tables: return to 0.0.15
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
2022-08-16 00:09:14 +01:00

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',