summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-markdown-tables/files
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2024-03-18 06:06:26 +0000
committerWen Heping <wen@FreeBSD.org>2024-03-18 07:21:39 +0000
commitf7213edc202f27211c7400fc59049012cfd72c42 (patch)
treedf0ff8c4ce5b7f7a37caa017272e19de1f6d0070 /textproc/py-sphinx-markdown-tables/files
parentgraphics/librsvg2-rust: update to 2.58.0 (diff)
textproc/py-sphinx-markdown-tables: Update to 0.0.17
Diffstat (limited to 'textproc/py-sphinx-markdown-tables/files')
-rw-r--r--textproc/py-sphinx-markdown-tables/files/patch-markdown13
-rw-r--r--textproc/py-sphinx-markdown-tables/files/patch-setup.py11
2 files changed, 0 insertions, 24 deletions
diff --git a/textproc/py-sphinx-markdown-tables/files/patch-markdown b/textproc/py-sphinx-markdown-tables/files/patch-markdown
deleted file mode 100644
index 0e96c3cebafa..000000000000
--- a/textproc/py-sphinx-markdown-tables/files/patch-markdown
+++ /dev/null
@@ -1,13 +0,0 @@
-Obtained from: https://github.com/ryanfox/sphinx-markdown-tables/commit/7d0bbd2c851efcc9ba25b1a851924333b923c023
-
---- sphinx_markdown_tables/__init__.py.orig 2022-08-16 13:25:15 UTC
-+++ sphinx_markdown_tables/__init__.py
-@@ -21,7 +21,7 @@ def process_tables(app, docname, source):
- """
- import markdown
- md = markdown.Markdown(extensions=['markdown.extensions.tables'])
-- table_processor = markdown.extensions.tables.TableProcessor(md.parser)
-+ table_processor = markdown.extensions.tables.TableProcessor(md.parser, {})
-
- raw_markdown = source[0]
- blocks = re.split(r'(\n{2,})', raw_markdown)
diff --git a/textproc/py-sphinx-markdown-tables/files/patch-setup.py b/textproc/py-sphinx-markdown-tables/files/patch-setup.py
deleted file mode 100644
index ff7813aed284..000000000000
--- a/textproc/py-sphinx-markdown-tables/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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',