mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
www/py-flask-apscheduler: Do not install LICENSE to PREFIX
- Bump PORTREVISION for package change PR: 261163 Reported by: se
This commit is contained in:
parent
ede1df2ff7
commit
e1db0a37d8
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= flask-apscheduler
|
||||
PORTVERSION= 1.12.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
10
www/py-flask-apscheduler/files/patch-setup.py
Normal file
10
www/py-flask-apscheduler/files/patch-setup.py
Normal file
@ -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',
|
Loading…
Reference in New Issue
Block a user