dev-util/sqlfluff - 4.1.0 (nest)

Search

Install

Install this version:

emerge -a =dev-util/sqlfluff-4.1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/sqlfluff-4.1.0

Or alternatively:

emerge --autounmask-write -a =dev-util/sqlfluff-4.1.0

Package Information

Description:
A SQL linter and auto-formatter
Homepage:
https://github.com/sqlfluff/sqlfluff
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.1.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="A SQL linter and auto-formatter"
HOMEPAGE="https://github.com/sqlfluff/sqlfluff"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/colorama[${PYTHON_USEDEP}]
	dev-python/jinja2[${PYTHON_USEDEP}]
	dev-python/pathspec[${PYTHON_USEDEP}]
	dev-python/platformdirs[${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}]
	dev-util/diff-cover[${PYTHON_USEDEP}]"

PATCHES=( "${FILESDIR}/${PN}"-3.1.0-test-fixture.patch )

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

dev-python/chardet[]
	dev-python/click[]
	dev-python/colorama[]
	dev-python/jinja2[]
	dev-python/pathspec[]
	dev-python/platformdirs[]
	dev-python/pytest[]
	dev-python/pyyaml[]
	dev-python/regex[]
	dev-python/tblib[]
	dev-python/tqdm[]
	dev-util/diff-cover[]