# Pastebin ipUQ6P7k SUMMARY = "Simple extension that provides Basic and Digest HTTP authentication for Flask routes" DESCRIPTION = "Simple extension that provides Basic and Digest HTTP authentication for Flask routes" HOMEPAGE = "https://github.com/miguelgrinberg/flask-httpauth/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85" SRC_URI[md5sum] = "20f31ed9eb28ca04de57bece707c63d7" SRC_URI[sha256sum] = "5f4ba7ab79103e28b566c6a0592076312d17c716e079c66ca9ffe21a7871ee8d" PYPI_PACKAGE = "Flask-HTTPAuth" DEPENDS_${PN} = "${PYTHON_PN}-flask" inherit pypi setuptools3