Install this version:
emerge -a =dev-python/flask-sqlalchemy-3.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/flask-sqlalchemy-3.1.1
Or alternatively:
emerge --autounmask-write -a =dev-python/flask-sqlalchemy-3.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.1.1 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="Adds SQLAlchemy support to Flask"
HOMEPAGE="https://pypi.org/project/flask-sqlalchemy/"
SRC_URI="https://github.com/pallets-eco/flask-sqlalchemy/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/flask-2.2.5[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-2.0.16[${PYTHON_USEDEP}]
"
# knew issue in upstream https://github.com/pallets-eco/flask-sqlalchemy/issues/1378
EPYTEST_DESELECT=(
'tests/test_model_bind.py::test_explicit_table[db2]'
'tests/test_model_bind.py::test_explicit_table[db4]'
)
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/pallets-sphinx-themes \
dev-python/sphinxcontrib-log-cabinet \
dev-python/sphinx-issues
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | flask-sqlalchemy-3.1.1.gh.tar.gz | 150405 bytes | https://github.com/pallets-eco/flask-sqlalchemy/archive/refs/tags/3.1.1.tar.gz |