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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.4.3 | 8 | ~amd64 | 0 |
# 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
>=dev-python/colorama-0.4.4[] >=dev-python/editorconfig-0.12.0[]
test? ( dev-python/pyyaml[] )