diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb new file mode 100644 index 0000000000..5d7e9b517e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "A Flask extension adding a decorator for JSONP support" | ||
2 | HOMEPAGE = "https://github.com/CoryDolphin/flask-jsonpify" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://README.rst;md5=bd59445a234a0c8250b39178d42e3148" | ||
6 | |||
7 | PYPI_PACKAGE = "Flask-Jsonpify" | ||
8 | |||
9 | SRC_URI[md5sum] = "8a10e37942c43d93d107644a3fe77d98" | ||
10 | SRC_URI[sha256sum] = "8ac4c732aa5b11d9f6c2de58065d3b669f139518ca8f529bce943817e2fedbfb" | ||
11 | |||
12 | inherit pypi setuptools3 | ||
13 | |||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-flask" | ||