summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb
new file mode 100644
index 0000000000..3de916afd7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb
@@ -0,0 +1,16 @@
1SUMMARY = "Simple framework for creating REST APIs"
2DESCRIPTION = "\
3Flask-RESTful is an extension for Flask that adds support for quickly building \
4REST APIs"
5HOMEPAGE = "https://github.com/flask-restful/flask-restful"
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783"
8
9SRC_URI[md5sum] = "e8051ff104ab4b3b867ba18d28953fae"
10SRC_URI[sha256sum] = "5ea9a5991abf2cb69b4aac19793faac6c032300505b325687d7c305ffaa76915"
11
12inherit pypi setuptools3
13
14PYPI_PACKAGE = "Flask-RESTful"
15
16RDEPENDS_${PN} = "${PYTHON_PN}-flask"