guru/dev-python/questionary/questionary-2.1.0.ebuild
Anna (cybertailor) Vyalkova 8599aaafc6
dev-python/questionary: add 2.1.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2024-12-30 08:30:48 +05:00

33 lines
764 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{11..13} pypy3 )
inherit distutils-r1
DESCRIPTION="Python library to build pretty command line user prompts"
HOMEPAGE="
https://pypi.org/project/questionary/
https://github.com/tmbo/questionary
"
SRC_URI="https://github.com/tmbo/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/prompt-toolkit-2[${PYTHON_USEDEP}]
<dev-python/prompt-toolkit-4[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/sphinx-autodoc-typehints \
dev-python/sphinx-copybutton \
dev-python/sphinx-rtd-theme