git: fe233c4e0dbc - main - www/py-planet: Do not install LICENSE to PREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 19:56:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe233c4e0dbc7dde1aa81eba3923d42e09bba7a2 commit fe233c4e0dbc7dde1aa81eba3923d42e09bba7a2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-25 19:35:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-25 19:51:18 +0000 www/py-planet: Do not install LICENSE to PREFIX - Bump PORTREVISION for package change PR: 261163 Reported by: se --- www/py-planet/Makefile | 1 + www/py-planet/files/patch-setup.py | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/www/py-planet/Makefile b/www/py-planet/Makefile index cb8fc9aa9b20..7642d34f4e6b 100644 --- a/www/py-planet/Makefile +++ b/www/py-planet/Makefile @@ -2,6 +2,7 @@ PORTNAME= planet PORTVERSION= 1.4.9 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-planet/files/patch-setup.py b/www/py-planet/files/patch-setup.py new file mode 100644 index 000000000000..ef49333849f3 --- /dev/null +++ b/www/py-planet/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2021-11-30 19:53:02 UTC ++++ setup.py +@@ -72,7 +72,6 @@ setup(name='planet', + url='https://github.com/planetlabs/planet-client-python', + license='Apache 2.0', + packages=find_packages(exclude=['examples', 'tests']), +- data_files=[('', ['LICENSE'])], + include_package_data=True, + zip_safe=False, + install_requires=[