python3-flask-login_0.6.3.bb 636 B

12345678910111213141516
  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. SRC_URI[sha256sum] = "5e23d14a607ef12806c699590b89d0f0e0d67baeec599d75947bf9c147330333"
  9. PYPI_PACKAGE = "Flask-Login"
  10. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  11. inherit pypi setuptools3
  12. RDEPENDS:${PN}:class-target = "python3-flask"