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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07D4A158042 for ; Tue, 29 Oct 2024 01:06:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1697CE0826; Tue, 29 Oct 2024 01:06:03 +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 F11C0E0826 for ; Tue, 29 Oct 2024 01:06:02 +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 A9A25340BE0 for ; Tue, 29 Oct 2024 01:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACFAC1626 for ; Tue, 29 Oct 2024 01:05:59 +0000 (UTC) From: "Anna Vyalkova" 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" Message-ID: <1730163748.539dc04c5e789663c028a2e18fb2ecc785440fe4.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/rich-click/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rich-click/Manifest dev-python/rich-click/metadata.xml dev-python/rich-click/rich-click-1.8.3.ebuild X-VCS-Directories: dev-python/rich-click/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 539dc04c5e789663c028a2e18fb2ecc785440fe4 X-VCS-Branch: dev Date: Tue, 29 Oct 2024 01:05:59 +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: 1ff8ffeb-d1b5-47c1-9527-e18cc72008f1 X-Archives-Hash: 6a848a7faa46290839959f219e4df4e6 commit: 539dc04c5e789663c028a2e18fb2ecc785440fe4 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Oct 29 01:02:17 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Oct 29 01:02:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=539dc04c dev-python/rich-click: new package, add 1.8.3 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/rich-click/Manifest | 1 + dev-python/rich-click/metadata.xml | 22 +++++++++++++++++ dev-python/rich-click/rich-click-1.8.3.ebuild | 34 +++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/dev-python/rich-click/Manifest b/dev-python/rich-click/Manifest new file mode 100644 index 000000000..989e5aec8 --- /dev/null +++ b/dev-python/rich-click/Manifest @@ -0,0 +1 @@ +DIST rich-click-1.8.3.gh.tar.gz 325306 BLAKE2B a98f5a7a6c6a43a53b4366afe335509b57632299935c8e47431b16e11984317059dea6e75df6b571efdd6e793575c7c9004bfa087c2a1dd386e30b70635daefa SHA512 714d5d3c4b32529323f2944964e5a08479a19d6b54071750f5ccaab6ceadc5035e1d9fde4c4bc0756baef0f3e5f974a78a514fe7a35ccb621d231d5e96ec0290 diff --git a/dev-python/rich-click/metadata.xml b/dev-python/rich-click/metadata.xml new file mode 100644 index 000000000..abd81898e --- /dev/null +++ b/dev-python/rich-click/metadata.xml @@ -0,0 +1,22 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + + ewels/rich-click + rich-click + https://github.com/ewels/rich-click/issues + + Phil Ewels + phil@ewels.co.uk + + + Daniel Reeves + xdanielreeves@gmail.com + + + diff --git a/dev-python/rich-click/rich-click-1.8.3.ebuild b/dev-python/rich-click/rich-click-1.8.3.ebuild new file mode 100644 index 000000000..7832f29e3 --- /dev/null +++ b/dev-python/rich-click/rich-click-1.8.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..12} ) + +inherit distutils-r1 + +DESCRIPTION="Format click help output nicely with rich" +HOMEPAGE=" + https://pypi.org/project/rich-click/ + https://github.com/ewels/rich-click +" +SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/click-7[${PYTHON_USEDEP}] + >=dev-python/rich-10.7[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +src_prepare() { + distutils-r1_src_prepare + + touch tests/fixtures/__init__.py || die +}