diff --git a/dev-python/cloup/Manifest b/dev-python/cloup/Manifest new file mode 100644 index 0000000000..7d42675ff5 --- /dev/null +++ b/dev-python/cloup/Manifest @@ -0,0 +1 @@ +DIST cloup-3.0.2.gh.tar.gz 225377 BLAKE2B cec9fd4c493b46e4498eea7541b8eedd1b9902952fc8ec353c7b5fc14306aea778ef5683b3ec217b54989cfce2b681be3da262879ac3060d3db4284a3ac6c1f8 SHA512 4e19a058c7c07841296ff680cd6be0044d5ab181cd7bcd053b30c709f4dcc21720db8fac60045e453f91b2af7c168df1f0afa425d5dc9d5794040846c72bd79c diff --git a/dev-python/cloup/cloup-3.0.2.ebuild b/dev-python/cloup/cloup-3.0.2.ebuild new file mode 100644 index 0000000000..35e3d168d4 --- /dev/null +++ b/dev-python/cloup/cloup-3.0.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Click + option groups + constraints + aliases + help themes + ..." +HOMEPAGE="https://github.com/janluke/cloup https://pypi.org/project/cloup/" +SRC_URI="https://github.com/janluke/cloup/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/click-8.0[${PYTHON_USEDEP}] + + + + + gasc@eurecom.fr + Gasc Henri + + + cloup + janLuke/cloup + https://cloup.readthedocs.io/ + + Library to build command line interfaces based on (and 100% compatible) with Click. It's like using Click but with more built-in features: option groups, constraints (e.g. mutually exclusive params), command aliases, help themes, "did you mean ...?" suggestions and more. +