git: f7213edc202f - main - textproc/py-sphinx-markdown-tables: Update to 0.0.17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Mar 2024 07:21:51 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7213edc202f27211c7400fc59049012cfd72c42 commit f7213edc202f27211c7400fc59049012cfd72c42 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-03-18 06:06:26 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-03-18 07:21:39 +0000 textproc/py-sphinx-markdown-tables: Update to 0.0.17 --- textproc/py-sphinx-markdown-tables/Makefile | 3 +-- textproc/py-sphinx-markdown-tables/distinfo | 6 +++--- textproc/py-sphinx-markdown-tables/files/patch-markdown | 13 ------------- textproc/py-sphinx-markdown-tables/files/patch-setup.py | 11 ----------- 4 files changed, 4 insertions(+), 29 deletions(-) diff --git a/textproc/py-sphinx-markdown-tables/Makefile b/textproc/py-sphinx-markdown-tables/Makefile index 5f32eaf70f82..6a3821d61d3b 100644 --- a/textproc/py-sphinx-markdown-tables/Makefile +++ b/textproc/py-sphinx-markdown-tables/Makefile @@ -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 diff --git a/textproc/py-sphinx-markdown-tables/distinfo b/textproc/py-sphinx-markdown-tables/distinfo index 80fd1efb1e9a..df31c954ebd5 100644 --- a/textproc/py-sphinx-markdown-tables/distinfo +++ b/textproc/py-sphinx-markdown-tables/distinfo @@ -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 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',