From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0F17158089 for ; Wed, 4 Oct 2023 09:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B40A22BC036; Wed, 4 Oct 2023 09:41:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92F702BC033 for ; Wed, 4 Oct 2023 09:41:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F13C335CD2 for ; Wed, 4 Oct 2023 09:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE36E97C for ; Wed, 4 Oct 2023 09:41:45 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1696333949.8baf6bf0f8f68ee41271ca9ff310b14da36f2675.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/cloup/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/cloup/Manifest dev-python/cloup/cloup-3.0.2.ebuild dev-python/cloup/metadata.xml X-VCS-Directories: dev-python/cloup/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8baf6bf0f8f68ee41271ca9ff310b14da36f2675 X-VCS-Branch: master Date: Wed, 4 Oct 2023 09:41:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa6eb4fd-b235-40ae-9fb8-c5485ccf3338 X-Archives-Hash: 00b9bfb12bb1cd33ccd450984bd04bea commit: 8baf6bf0f8f68ee41271ca9ff310b14da36f2675 Author: Henri Gasc eurecom fr> AuthorDate: Sun Sep 10 09:56:01 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Oct 3 11:52:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8baf6bf0 dev-python/cloup: new package, add 3.0.2 Signed-off-by: Henri Gasc eurecom.fr> dev-python/cloup/Manifest | 1 + dev-python/cloup/cloup-3.0.2.ebuild | 34 ++++++++++++++++++++++++++++++++++ dev-python/cloup/metadata.xml | 14 ++++++++++++++ 3 files changed, 49 insertions(+) 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. +