Skip to content

Commit

Permalink
textproc/py-sphinx-markdown-tables: return to 0.0.15
Browse files Browse the repository at this point in the history
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 5a0fd27.

PR:		265839
Approved by:	wen
  • Loading branch information
brooksdavis committed Aug 15, 2022
1 parent 272f9bc commit 6bb87b3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion textproc/py-sphinx-markdown-tables/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-sphinx-markdown-tables/distinfo
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions textproc/py-sphinx-markdown-tables/files/patch-setup.py
Original file line number Diff line number Diff line change
@@ -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',

0 comments on commit 6bb87b3

Please sign in to comment.