Package Details: python-flask-sqlalchemy-lite 0.2.1-3

Git Clone URL: https://aur.archlinux.org/python-flask-sqlalchemy-lite.git (read-only, click to copy)
Package Base: python-flask-sqlalchemy-lite
Description: Integrate SQLAlchemy with Flask
Upstream URL: https://flask-sqlalchemy-lite.readthedocs.io
Licenses: MIT
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 1
Popularity: 0.174370
First Submitted: 2026-01-27 16:29 (UTC)
Last Updated: 2026-06-08 14:34 (UTC)

Latest Comments

Morbius commented on 2026-04-26 03:32 (UTC)

Hello Guillaume. I would like to use the python-flask-sqlalchemy-lite AUR package, but unfortunately the build's check phase fails:

RuntimeError: Install Flask with the 'async' extra in order to use async views.
ERROR: A failure occurred in check()

From what searching the Web tells me, this would require pip install "flask[async]" in a manual/venv setup scenario? However, in this case, should PKGBUILD not ensure that necessary Flask extensions are automatically installed?