diff --git a/textproc/py-sphinx-markdown-tables/Makefile b/textproc/py-sphinx-markdown-tables/Makefile index c672277e4434..5d8854856cbf 100644 --- a/textproc/py-sphinx-markdown-tables/Makefile +++ b/textproc/py-sphinx-markdown-tables/Makefile @@ -1,20 +1,21 @@ # Created by: Wen Heping PORTNAME= sphinx-markdown-tables PORTVERSION= 0.0.15 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Sphinx extension for rendering tables written in markdown LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils concurrent .include 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',