[oe-commits] [meta-openembedded] 34/35: python(3)-flask-login: add recipes

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:48:09 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit cea0c8051c21a76828be1a71d1fd9e9ac23c4ad1
Author: Sven Ebenfeld <sven.ebenfeld at gmail.com>
AuthorDate: Sat Jan 23 00:06:55 2016 +0100

    python(3)-flask-login: add recipes
    
    Signed-off-by: Sven Ebenfeld <sven.ebenfeld at gmail.com>
---
 meta-python/recipes-devtools/python/python-flask-login.inc | 14 ++++++++++++++
 .../recipes-devtools/python/python-flask-login_0.2.11.bb   |  2 ++
 .../recipes-devtools/python/python3-flask-login_0.2.11.bb  |  2 ++
 3 files changed, 18 insertions(+)

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 0000000..95c4428
--- /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"
diff --git a/meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb b/meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb
new file mode 100644
index 0000000..c6dce37
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-flask-login.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb
new file mode 100644
index 0000000..5d46954
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-flask-login.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list