diff options
author | Sven Ebenfeld <sven.ebenfeld@gmail.com> | 2016-01-23 00:06:55 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-01 15:51:18 +0100 |
commit | e8294ca4e376a42262b3a11b0e654ef9c91af6a1 (patch) | |
tree | cac132df123ca2d67705266cfeb86c5fc394db8c /meta-python/recipes-devtools/python | |
parent | 6894e073f04cc2ac824fc3f06d76a5e457935e38 (diff) | |
download | meta-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')
3 files changed, 18 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 000000000..95c4428c0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-flask-login.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "User session management for Flask" | ||
2 | DESCRIPTION = "Flask-Login provides user session management for Flask. \ | ||
3 | It handles the common tasks of logging in, logging out, and remembering \ | ||
4 | your users’ sessions over extended periods of time." | ||
5 | HOMEPAGE = " https://github.com/maxcountryman/flask-login" | ||
6 | LICENSE = "MIT" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596" | ||
8 | |||
9 | SRC_URI[md5sum] = "c0a7eaf28623f0aeac4929dc05a7a064" | ||
10 | SRC_URI[sha256sum] = "83d5f10e5c4f214feed6cc41c212db63a58a15ac32e56df81591bfa0a5cee3e5" | ||
11 | |||
12 | PYPI_PACKAGE = "Flask-Login" | ||
13 | |||
14 | 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 000000000..c6dce37d4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi | ||
2 | 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 000000000..5d46954a5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi3 | ||
2 | require python-flask-login.inc | ||