e6ee07f41a
This commit adds a new package called python-flask-expects-json, which also to validate the JSON blurbs submitted to a Flask web application. A runtime test is added as well, making sure that the package minimally works with an example Flask application. The files added by this commit are associated both to Nicolas Carrier and myself in the DEVELOPERS file, as Nicolas is also interested in this package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
646 B
Makefile
15 lines
646 B
Makefile
################################################################################
|
|
#
|
|
# python-flask-expects-json
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FLASK_EXPECTS_JSON_VERSION = 1.5.0
|
|
PYTHON_FLASK_EXPECTS_JSON_SOURCE = flask-expects-json-$(PYTHON_FLASK_EXPECTS_JSON_VERSION).tar.gz
|
|
PYTHON_FLASK_EXPECTS_JSON_SITE = https://files.pythonhosted.org/packages/4c/4a/9d9d050af700fb3feebd1f8466e73d65ce8b4709f27773e07100b0993451
|
|
PYTHON_FLASK_EXPECTS_JSON_SETUP_TYPE = setuptools
|
|
PYTHON_FLASK_EXPECTS_JSON_LICENSE = MIT
|
|
PYTHON_FLASK_EXPECTS_JSON_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|