diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-26 03:35:41 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-26 03:51:17 +0800 |
commit | 102350e527e93f42a1ecc3dc96ea7520419308a0 (patch) | |
tree | e7dd4f1c991feb709632ad94265ae7dd2c6fea75 /misc/py-huepy/files/patch-setup.py | |
parent | www/gitlab-ce: Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap19 (diff) |
misc/py-huepy: Do not install LICENSE to PREFIX
- Bump PORTREVISION for package change
PR: 261163
Reported by: se
Diffstat (limited to 'misc/py-huepy/files/patch-setup.py')
-rw-r--r-- | misc/py-huepy/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/py-huepy/files/patch-setup.py b/misc/py-huepy/files/patch-setup.py new file mode 100644 index 000000000000..588daa7ccc66 --- /dev/null +++ b/misc/py-huepy/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2019-12-19 05:42:39 UTC ++++ setup.py +@@ -30,7 +30,6 @@ setup( + keywords='hue, color, terminal color, colorama', + packages=find_packages(), + py_modules=['huepy'], +- data_files=[('', ['LICENSE'])], + include_package_data=True, + classifiers=[ + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', |