Skip to content

Commit

Permalink
misc/py-huepy: Do not install LICENSE to PREFIX
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

PR:		261163
Reported by:	se
  • Loading branch information
sunpoet committed Jan 25, 2022
1 parent 4966e2c commit 102350e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/py-huepy/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= huepy
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
10 changes: 10 additions & 0 deletions 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)',

0 comments on commit 102350e

Please sign in to comment.