dev-python/inquirer: new package, add 3.4.1

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2026-03-12 15:48:22 +01:00
parent 91624adeb9
commit 780b9db7fb
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST inquirer-3.4.1.gh.tar.gz 515961 BLAKE2B 79d31896f3051d07df5cd60eb9355fa23db6af3bff2386b8ffa4e932505b5742a18ffac4a7ff92fbd61a5393e018d0b2c8cc43212fd9700b94f309e630f3740b SHA512 4383a5c58081e5c07b5ee945b12126d3f16be2fe429ab83fbec83a89e40de4c95e20d800551bc042e4a1e12142597b8e01c15765fabae34d959aa593728cd795

View File

@@ -0,0 +1,34 @@
# 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

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>negril.nx+gentoo@gmail.com</email>
<name>Paul Zander</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">magmax/python-inquirer</remote-id>
<remote-id type="pypi">inquirer</remote-id>
</upstream>
</pkgmetadata>