Install this version:
emerge -a =dev-python/asyncclick-8.4.2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/asyncclick-8.4.2.1
Or alternatively:
emerge --autounmask-write -a =dev-python/asyncclick-8.4.2.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1 pypi
DESCRIPTION="Composable command line interface toolkit, async version"
HOMEPAGE="https://github.com/python-trio/asyncclick/ https://palletsprojects.com/p/click/ https://pypi.org/project/asyncclick/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/colorama[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/asyncclick |
euse -E <flag> -p dev-python/asyncclick |
euse -D <flag> -p dev-python/asyncclick