git: 5a0fd27b2f9b - main - textproc/py-sphinx-markdown-tables: Update to 0.0.17

From: Wen Heping <wen_at_FreeBSD.org>
Date: Thu, 11 Aug 2022 02:55:26 UTC
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a0fd27b2f9b47b1208000e8f26a735885bee196

commit 5a0fd27b2f9b47b1208000e8f26a735885bee196
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2022-08-11 02:54:32 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2022-08-11 02:54:32 +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-setup.py | 11 -----------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/textproc/py-sphinx-markdown-tables/Makefile b/textproc/py-sphinx-markdown-tables/Makefile
index ccf450798d5b..f7bfb528800d 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
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-sphinx-markdown-tables/distinfo b/textproc/py-sphinx-markdown-tables/distinfo
index 80fd1efb1e9a..58375d2224cf 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 = 1660186233
+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-setup.py b/textproc/py-sphinx-markdown-tables/files/patch-setup.py
deleted file mode 100644
index b0c7e4f6dc9f..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',