aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-flask-login.inc
diff options
context:
space:
mode:
authorSven Ebenfeld <sven.ebenfeld@gmail.com>2016-01-23 00:06:55 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-01 15:51:18 +0100
commite8294ca4e376a42262b3a11b0e654ef9c91af6a1 (patch)
treecac132df123ca2d67705266cfeb86c5fc394db8c /meta-python/recipes-devtools/python/python-flask-login.inc
parent6894e073f04cc2ac824fc3f06d76a5e457935e38 (diff)
downloadmeta-openembedded-e8294ca4e376a42262b3a11b0e654ef9c91af6a1.tar.gz
python(3)-flask-login: add recipes
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-login.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-flask-login.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-login.inc b/meta-python/recipes-devtools/python/python-flask-login.inc
new file mode 100644
index 0000000000..95c4428c0d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-login.inc
@@ -0,0 +1,14 @@
+SUMMARY = "User session management for Flask"
+DESCRIPTION = "Flask-Login provides user session management for Flask. \
+It handles the common tasks of logging in, logging out, and remembering \
+your users’ sessions over extended periods of time."
+HOMEPAGE = " https://github.com/maxcountryman/flask-login"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596"
+
+SRC_URI[md5sum] = "c0a7eaf28623f0aeac4929dc05a7a064"
+SRC_URI[sha256sum] = "83d5f10e5c4f214feed6cc41c212db63a58a15ac32e56df81591bfa0a5cee3e5"
+
+PYPI_PACKAGE = "Flask-Login"
+
+RDEPENDS_${PN} = "${PYTHON_PN}-flask"