1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/py-sphinx-markdown-tables: Remove CRLF

Approved by:	portmgr (blanket)
This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:26:23 +08:00
parent 72d792ea05
commit 2f2caa7fd1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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',