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 @@ -1,20 +1,21 @@ # Created by: Po-Chuan Hsieh PORTNAME= huepy PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Print awesomely in terminals LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include 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)',