diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2022-08-16 00:09:06 +0100 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2022-08-16 00:09:14 +0100 |
commit | 6bb87b38fcf1a60657951171eb1518b113a6c325 (patch) | |
tree | e30cb01079a504f56b7d464ec2077f9424d2eb55 /textproc/py-sphinx-markdown-tables/files/patch-setup.py | |
parent | net/fb303: Update 2022.08.08.00 -> 2022.08.15.00 (diff) |
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 5a0fd27b2f9b47b1208000e8f26a735885bee196.
PR: 265839
Approved by: wen
Diffstat (limited to 'textproc/py-sphinx-markdown-tables/files/patch-setup.py')
-rw-r--r-- | textproc/py-sphinx-markdown-tables/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-sphinx-markdown-tables/files/patch-setup.py b/textproc/py-sphinx-markdown-tables/files/patch-setup.py new file mode 100644 index 000000000000..b0c7e4f6dc9f --- /dev/null +++ b/textproc/py-sphinx-markdown-tables/files/patch-setup.py @@ -0,0 +1,11 @@ +--- 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',
|