From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../python/python-flask-sqlalchemy_2.4.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-flask-sqlalchemy_2.4.1.bb (limited to 'external/meta-python2/recipes-devtools/python/python-flask-sqlalchemy_2.4.1.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-flask-sqlalchemy_2.4.1.bb b/external/meta-python2/recipes-devtools/python/python-flask-sqlalchemy_2.4.1.bb new file mode 100644 index 00000000..b91c9e2d --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-flask-sqlalchemy_2.4.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "Adds SQLAlchemy support to your Flask application." +DESCRIPTION = "Flask-SQLAlchemy is an extension for Flask that adds support \ +for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with \ +Flask by providing useful defaults and extra helpers that make it easier to \ +accomplish common tasks." +HOMEPAGE = "https://github.com/pallets/flask-sqlalchemy" +BUGTRACKER = "https://github.com/pallets/flask-sqlalchemy/issues" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" + +SRC_URI[md5sum] = "1f5781cf3e1a2b1aabda47a5b20d2073" +SRC_URI[sha256sum] = "6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d" + +PYPI_PACKAGE = "Flask-SQLAlchemy" + +inherit pypi setuptools + +RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask" -- cgit 1.2.3-korg