misc/py-huepy: Do not install LICENSE to PREFIX

- Bump PORTREVISION for package change

PR:		261163
Reported by:	se
This commit is contained in:
Po-Chuan Hsieh 2022-01-26 03:35:41 +08:00
parent 4966e2cad0
commit 102350e527
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= huepy
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

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