mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
13
package/python-flask/Config.in
Normal file
13
package/python-flask/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_PYTHON_FLASK
|
||||
bool "python-flask"
|
||||
select BR2_PACKAGE_PYTHON_CLICK # runtime
|
||||
select BR2_PACKAGE_PYTHON_JINJA2 # runtime
|
||||
select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
|
||||
select BR2_PACKAGE_PYTHON_ITSDANGEROUS # runtime
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Flask is a microframework for Python based on Werkzeug,
|
||||
Jinja 2 and good intentions.
|
||||
|
||||
http://flask.pocoo.org/
|
4
package/python-flask/python-flask.hash
Normal file
4
package/python-flask/python-flask.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# md5 from https://pypi.python.org/pypi/Flask/json, sha256 locally computed
|
||||
md5 824f0f20aae1f44c9c7dc4054adb7969 Flask-1.0.2.tar.gz
|
||||
sha256 2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48 Flask-1.0.2.tar.gz
|
||||
sha256 ce2117037008b9a8949f5a9ee1c7755f10844964d8ae4e138cded06f4e89de5f LICENSE
|
14
package/python-flask/python-flask.mk
Normal file
14
package/python-flask/python-flask.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-flask
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FLASK_VERSION = 1.0.2
|
||||
PYTHON_FLASK_SOURCE = Flask-$(PYTHON_FLASK_VERSION).tar.gz
|
||||
PYTHON_FLASK_SITE = https://files.pythonhosted.org/packages/4b/12/c1fbf4971fda0e4de05565694c9f0c92646223cff53f15b6eb248a310a62
|
||||
PYTHON_FLASK_SETUP_TYPE = setuptools
|
||||
PYTHON_FLASK_LICENSE = BSD-3-Clause
|
||||
PYTHON_FLASK_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user