| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.14.14 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
inherit pypi python-r1
DESCRIPTION="Pytest module for ruff"
HOMEPAGE="https://github.com/astral-sh/ruff"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="dev-util/ruff
${PYTHON_DEPS}"
my_install() {
python_moduleinto ruff
python_domodule python/ruff/__main__.py
python_domodule python/ruff/__init__.py
}
src_install() {
python_foreach_impl my_install
}
dev-util/ruff
${PYTHON_DEPS}