aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb
blob: d19acd9b6427f4410d28c8523a20ef29805995cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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] = "1306d474a270a036d6fd14f45640c4d77355e4f1c67ca4331b372d3448997b8c"

PYPI_PACKAGE = "Flask-Login"

inherit pypi setuptools3

RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask"