dev-python/ruff - 0.15.13 (nest)

Search

Install

Install this version:

emerge -a =dev-python/ruff-0.15.13

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

autounmask =dev-python/ruff-0.15.13

Or alternatively:

emerge --autounmask-write -a =dev-python/ruff-0.15.13

Package Information

Description:
Pytest module for ruff
Homepage:
https://github.com/astral-sh/ruff
License:
MIT

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{12..15} )

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-${PV}
	${PYTHON_DEPS}"

my_install() {
	python_moduleinto ruff
	python_domodule python/ruff/__{init,main}__.py
	python_domodule python/ruff/_find_ruff.py
}

src_install() {
	python_foreach_impl my_install
}

Inherited Eclasses

Dependencies

RDEPEND

~dev-util/ruff-0.15.13