git: 102350e527e9 - main - misc/py-huepy: Do not install LICENSE to PREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 19:56:54 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=102350e527e93f42a1ecc3dc96ea7520419308a0 commit 102350e527e93f42a1ecc3dc96ea7520419308a0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-25 19:35:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-25 19:51:17 +0000 misc/py-huepy: Do not install LICENSE to PREFIX - Bump PORTREVISION for package change PR: 261163 Reported by: se --- misc/py-huepy/Makefile | 1 + misc/py-huepy/files/patch-setup.py | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/misc/py-huepy/Makefile b/misc/py-huepy/Makefile index f3160fed3468..9aa6ef645707 100644 --- a/misc/py-huepy/Makefile +++ b/misc/py-huepy/Makefile @@ -2,6 +2,7 @@ PORTNAME= huepy PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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)',