aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2022-08-15 23:09:06 +0000
committerBrooks Davis <brooks@FreeBSD.org>2022-08-15 23:09:14 +0000
commit6bb87b38fcf1a60657951171eb1518b113a6c325 (patch)
treee30cb01079a504f56b7d464ec2077f9424d2eb55
parent272f9bc0e8810066d34d5404e493c186ac217cfc (diff)
downloadports-6bb87b38fcf1a60657951171eb1518b113a6c325.tar.gz
ports-6bb87b38fcf1a60657951171eb1518b113a6c325.zip
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
-rw-r--r--textproc/py-sphinx-markdown-tables/Makefile3
-rw-r--r--textproc/py-sphinx-markdown-tables/distinfo6
-rw-r--r--textproc/py-sphinx-markdown-tables/files/patch-setup.py11
3 files changed, 16 insertions, 4 deletions
diff --git a/textproc/py-sphinx-markdown-tables/Makefile b/textproc/py-sphinx-markdown-tables/Makefile
index f7bfb528800d..8cff58fb9219 100644
--- a/textproc/py-sphinx-markdown-tables/Makefile
+++ b/textproc/py-sphinx-markdown-tables/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sphinx-markdown-tables
-PORTVERSION= 0.0.17
+PORTVERSION= 0.0.15
+PORTEPOCH= 1
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 58375d2224cf..80fd1efb1e9a 100644
--- a/textproc/py-sphinx-markdown-tables/distinfo
+++ b/textproc/py-sphinx-markdown-tables/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1660186233
-SHA256 (sphinx-markdown-tables-0.0.17.tar.gz) = 6bc6d3d400eaccfeebd288446bc08dd83083367c58b85d40fe6c12d77ef592f1
-SIZE (sphinx-markdown-tables-0.0.17.tar.gz) = 15189
+TIMESTAMP = 1627857615
+SHA256 (sphinx-markdown-tables-0.0.15.tar.gz) = 722b70a3a14156b6777cf04920d015215eb65b9dfde5cc72f430763ff5e84173
+SIZE (sphinx-markdown-tables-0.0.15.tar.gz) = 15340
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',