textproc/py-sphinx-markdown-tables: Install LICENSE file to correct path

PR:		281042
Reported by:	John Hein <jcfyecrayz@liamekaens.com>
This commit is contained in:
John Hein
2025-05-04 09:23:47 +00:00
committed by Wen Heping
parent a9cbc4250d
commit 151a5279de
2 changed files with 12 additions and 2 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
PORTNAME= sphinx-markdown-tables
PORTVERSION= 0.0.17
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
@@ -11,7 +11,6 @@ COMMENT= Sphinx extension for rendering tables written in markdown
WWW= https://github.com/ryanfox/sphinx-markdown-tables
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.4:textproc/py-markdown@${PY_FLAVOR}
@@ -0,0 +1,11 @@
--- setup.py.orig 2025-05-04 09:13:44 UTC
+++ setup.py
@@ -29,7 +29,7 @@ setup(
keywords='sphinx markdown tables',
packages=['sphinx_markdown_tables'],
install_requires=['markdown>=3.4'],
- data_files=[('', ['LICENSE'])],
+# data_files=[('', ['LICENSE'])],
project_urls={
'Bug Reports': 'https://github.com/ryanfox/sphinx-markdown-tables/issues',
'Say Thanks!': 'https://foxrow.com',