Install this version:
emerge -a =dev-util/sqlfluff-4.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/sqlfluff-4.3.0
Or alternatively:
emerge --autounmask-write -a =dev-util/sqlfluff-4.3.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.3.0 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{0,1,2,3,4} )
inherit distutils-r1 pypi
DESCRIPTION="The SQL linter for humans."
HOMEPAGE="https://pypi.org/project/sqlfluff/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-util/diff-cover[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/pathspec[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
dev-python/tblib[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-util/sqlfluff |
euse -E <flag> -p dev-util/sqlfluff |
euse -D <flag> -p dev-util/sqlfluff
dev-python/appdirs[] dev-python/chardet[] dev-python/click[] dev-python/colorama[] dev-util/diff-cover[] dev-python/jinja2[] dev-python/pathspec[] dev-python/pytest[] dev-python/pyyaml[] dev-python/regex[] dev-python/tblib[] dev-python/tqdm[]