dev-python/asyncclick - 8.4.2.1 (ha-bleeding-edge)

Search

Install

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

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
8.4.2.1 8 ~amd64 ~arm64 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..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

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/colorama[]