git: e1db0a37d8c3 - main - www/py-flask-apscheduler: Do not install LICENSE to PREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 19:56:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1db0a37d8c3c4e5413da0a706ded80802859741 commit e1db0a37d8c3c4e5413da0a706ded80802859741 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-25 19:35:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-25 19:51:17 +0000 www/py-flask-apscheduler: Do not install LICENSE to PREFIX - Bump PORTREVISION for package change PR: 261163 Reported by: se --- www/py-flask-apscheduler/Makefile | 1 + www/py-flask-apscheduler/files/patch-setup.py | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/www/py-flask-apscheduler/Makefile b/www/py-flask-apscheduler/Makefile index 871afe2b6763..ae6c7d4ef539 100644 --- a/www/py-flask-apscheduler/Makefile +++ b/www/py-flask-apscheduler/Makefile @@ -2,6 +2,7 @@ PORTNAME= flask-apscheduler PORTVERSION= 1.12.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-flask-apscheduler/files/patch-setup.py b/www/py-flask-apscheduler/files/patch-setup.py new file mode 100644 index 000000000000..fdfabce008d5 --- /dev/null +++ b/www/py-flask-apscheduler/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2021-12-18 09:30:38 UTC ++++ setup.py +@@ -16,7 +16,6 @@ setup( + long_description_content_type='text/x-rst', + keywords=['apscheduler', 'scheduler', 'scheduling', 'cron'], + install_requires=['flask>=0.10.1', 'apscheduler>=3.2.0,<4.0.0', 'python-dateutil>=2.4.2'], +- package_data={'Flask-APScheduler': ['LICENSE']}, + include_package_data=True, + classifiers=[ + 'Development Status :: 5 - Production/Stable',