textproc/py-sphinx-markdown-tables: Update to 0.0.17

This commit is contained in:
Wen Heping 2024-03-18 06:06:26 +00:00
parent 1ff523f0ea
commit f7213edc20
4 changed files with 4 additions and 29 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= sphinx-markdown-tables
PORTVERSION= 0.0.15
PORTREVISION= 1
PORTVERSION= 0.0.17
PORTEPOCH= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1627857615
SHA256 (sphinx-markdown-tables-0.0.15.tar.gz) = 722b70a3a14156b6777cf04920d015215eb65b9dfde5cc72f430763ff5e84173
SIZE (sphinx-markdown-tables-0.0.15.tar.gz) = 15340
TIMESTAMP = 1710461501
SHA256 (sphinx-markdown-tables-0.0.17.tar.gz) = 6bc6d3d400eaccfeebd288446bc08dd83083367c58b85d40fe6c12d77ef592f1
SIZE (sphinx-markdown-tables-0.0.17.tar.gz) = 15189

View File

@ -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)

View File

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