Install this version:
emerge -a =dev-python/hatch-1.17.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/hatch-1.17.1
Or alternatively:
emerge --autounmask-write -a =dev-python/hatch-1.17.1
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
PYPI_PN="hatch"
DESCRIPTION="Modern, extensible Python project management"
HOMEPAGE="https://pypi.org/project/hatch/ https://github.com/pypa/hatch"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]
>=dev-python/hatchling-1.27[${PYTHON_USEDEP}]
>=dev-python/packaging-24.2[${PYTHON_USEDEP}]
>=dev-python/tomlkit-0.13.0[${PYTHON_USEDEP}]
>=dev-python/userpath-1.9.0[${PYTHON_USEDEP}]
"
BDEPEND="
${RDEPEND}
"
>=dev-python/click-8.0.0[]
>=dev-python/hatchling-1.27[]
>=dev-python/packaging-24.2[]
>=dev-python/tomlkit-0.13.0[]
>=dev-python/userpath-1.9.0[]
>=dev-python/click-8.0.0[]
>=dev-python/hatchling-1.27[]
>=dev-python/packaging-24.2[]
>=dev-python/tomlkit-0.13.0[]
>=dev-python/userpath-1.9.0[]