summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-markdown-tables
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-06 01:26:23 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-06 01:31:59 +0800
commit2f2caa7fd1d612383e4c5015d022d8f30284ce5a (patch)
treed6a86d7d1effc01081fc7b239fe54684291b0df3 /textproc/py-sphinx-markdown-tables
parentmisc/rubygem-rabbit: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge3 (diff)
textproc/py-sphinx-markdown-tables: Remove CRLF
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/py-sphinx-markdown-tables')
-rw-r--r--textproc/py-sphinx-markdown-tables/Makefile2
-rw-r--r--textproc/py-sphinx-markdown-tables/files/patch-setup.py18
2 files changed, 10 insertions, 10 deletions
diff --git a/textproc/py-sphinx-markdown-tables/Makefile b/textproc/py-sphinx-markdown-tables/Makefile
index ac20ec22baa0..cc236538289b 100644
--- a/textproc/py-sphinx-markdown-tables/Makefile
+++ b/textproc/py-sphinx-markdown-tables/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR}
-USES= python:3.6+
+USES= dos2unix python:3.6+
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
diff --git a/textproc/py-sphinx-markdown-tables/files/patch-setup.py b/textproc/py-sphinx-markdown-tables/files/patch-setup.py
index b0c7e4f6dc9f..ff7813aed284 100644
--- a/textproc/py-sphinx-markdown-tables/files/patch-setup.py
+++ b/textproc/py-sphinx-markdown-tables/files/patch-setup.py
@@ -1,11 +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',
+@@ -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',