From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1587842-garchives=archives.gentoo.org@lists.gentoo.org> 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 AED9115803E for <garchives@archives.gentoo.org>; Sat, 6 Jan 2024 18:27:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8595E2BC024; Sat, 6 Jan 2024 18:27:53 +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 63A552BC024 for <gentoo-commits@lists.gentoo.org>; Sat, 6 Jan 2024 18:27:53 +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 4F47634318C for <gentoo-commits@lists.gentoo.org>; Sat, 6 Jan 2024 18:27:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFF5B13A0 for <gentoo-commits@lists.gentoo.org>; Sat, 6 Jan 2024 18:27:50 +0000 (UTC) From: "Anna Vyalkova" <cyber+gentoo@sysrq.in> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" <cyber+gentoo@sysrq.in> Message-ID: <1704565516.2c3d18522b17ef4a1f02efc14b2367e749c63f9c.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/click-aliases/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/click-aliases/Manifest dev-python/click-aliases/click-aliases-1.0.4.ebuild dev-python/click-aliases/metadata.xml X-VCS-Directories: dev-python/click-aliases/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 2c3d18522b17ef4a1f02efc14b2367e749c63f9c X-VCS-Branch: dev Date: Sat, 6 Jan 2024 18:27:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ebc2a65-26f4-42ee-990f-086a08705d00 X-Archives-Hash: ede8afa394529e6eb5c6b3c7523580e9 commit: 2c3d18522b17ef4a1f02efc14b2367e749c63f9c Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Fri Jan 5 13:57:04 2024 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sat Jan 6 18:25:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c3d1852 dev-python/click-aliases: new package, add 1.0.4 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/click-aliases/Manifest | 1 + .../click-aliases/click-aliases-1.0.4.ebuild | 24 ++++++++++++++++++++++ dev-python/click-aliases/metadata.xml | 13 ++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/click-aliases/Manifest b/dev-python/click-aliases/Manifest new file mode 100644 index 0000000000..31f9a3032a --- /dev/null +++ b/dev-python/click-aliases/Manifest @@ -0,0 +1 @@ +DIST click-aliases-1.0.4.gh.tar.gz 25755 BLAKE2B 1603fb2316862bad4effb46a25add21b65166f60b34f20a0f9d2bd4f7662f048dc983222742891214dc9e17d5c4f45953a6ac181aeb9fb2379fe71b050008b26 SHA512 8b4c850a036709e9345d2c685167056032e290aa33cf8536010d20dabc513210ae25c874f9272d5568a2dba4bc2262673afa7ba068133d3cdab0f35014fb1936 diff --git a/dev-python/click-aliases/click-aliases-1.0.4.ebuild b/dev-python/click-aliases/click-aliases-1.0.4.ebuild new file mode 100644 index 0000000000..696e6aedfe --- /dev/null +++ b/dev-python/click-aliases/click-aliases-1.0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Add (mutiple) aliases to a click group or command" +HOMEPAGE=" + https://pypi.org/project/click-aliases/ + https://github.com/click-contrib/click-aliases +" +SRC_URI="https://github.com/click-contrib/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/click[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest diff --git a/dev-python/click-aliases/metadata.xml b/dev-python/click-aliases/metadata.xml new file mode 100644 index 0000000000..2757f9f0d4 --- /dev/null +++ b/dev-python/click-aliases/metadata.xml @@ -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>cyber+gentoo@sysrq.in</email> + <name>Anna</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">click-aliases</remote-id> + <remote-id type="github">click-contrib/click-aliases</remote-id> + </upstream> +</pkgmetadata>