dev-util/beautysh - 6.4.3 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-util/beautysh-6.4.3

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

autounmask =dev-util/beautysh-6.4.3

Or alternatively:

emerge --autounmask-write -a =dev-util/beautysh-6.4.3

Package Information

Description:
A Bash beautifier for the masses.
Homepage:
https://github.com/lovesegfault/beautysh https://pypi.org/project/beautysh/
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=hatchling
EPYTEST_PLUGINS=( hypothesis )
PYTHON_COMPAT=( python3_{11..15} )

PYPI_VERIFY_REPO="https://github.com/lovesegfault/beautysh"

inherit distutils-r1 pypi

DESCRIPTION="A Bash beautifier for the masses."
HOMEPAGE="https://github.com/lovesegfault/beautysh https://pypi.org/project/beautysh/"

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

RDEPEND="
	>=dev-python/colorama-0.4.4[${PYTHON_USEDEP}]
	>=dev-python/editorconfig-0.12.0[${PYTHON_USEDEP}]
"
BDEPEND="
	test? (
		dev-python/pyyaml[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/colorama-0.4.4[]
	>=dev-python/editorconfig-0.12.0[]

BDEPEND

	test? (
		dev-python/pyyaml[]
	)