Install this version:
emerge -a =dev-python/inquirer-3.4.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/inquirer-3.4.1
Or alternatively:
emerge --autounmask-write -a =dev-python/inquirer-3.4.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.4.1 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 #pypi
DESCRIPTION="Common interactive command line user interfaces, based on Inquirer.js"
HOMEPAGE="
https://github.com/magmax/python-inquirer/
https://pypi.org/project/inquirer/
"
# no tests in sdist
SRC_URI="
https://github.com/magmax/python-inquirer/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
S="${WORKDIR}/python-inquirer-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/blessed-1.19.0[${PYTHON_USEDEP}]
>=dev-python/readchar-4.2.0[${PYTHON_USEDEP}]
>=dev-python/editor-1.6.0[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
>=dev-python/blessed-1.19.0[] >=dev-python/readchar-4.2.0[] >=dev-python/editor-1.6.0[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | inquirer-3.4.1.gh.tar.gz | 515961 bytes | https://github.com/magmax/python-inquirer/archive/refs/tags/v3.4.1.tar.gz |