From 50378fee900c7a48e802de355a65444cc5a7a170 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 10 Apr 2022 22:44:47 +0200 Subject: python3-flask-login: update to 0.6.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-flask-login_0.6.0.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb (limited to 'meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb new file mode 100644 index 0000000000..dd295cf2dd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb @@ -0,0 +1,15 @@ +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[sha256sum] = "aa84fcfb4c3cf09ca58c08e816b7bce73f1349ba1cf13d00d8dffc5872d5fcf6" + +PYPI_PACKAGE = "Flask-Login" + +inherit pypi setuptools3 + +RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask" -- cgit v1.2.3-54-g00ecf