From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE3B71581EE for ; Tue, 25 Mar 2025 14:46:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DB425343365 for ; Tue, 25 Mar 2025 14:46:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1A7AA1104BC; Tue, 25 Mar 2025 14:45:46 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 146561104BC for ; Tue, 25 Mar 2025 14:45:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFF2234320A for ; Tue, 25 Mar 2025 14:45:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00E7028B5 for ; Tue, 25 Mar 2025 14:45:42 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1742893569.cacd400f6d0647aaeb18c0b54fae4c26b6760306.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/rich-click/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rich-click/Manifest dev-python/rich-click/rich-click-1.8.7.ebuild X-VCS-Directories: dev-python/rich-click/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: cacd400f6d0647aaeb18c0b54fae4c26b6760306 X-VCS-Branch: master Date: Tue, 25 Mar 2025 14:45:42 +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: 87059c30-d8ba-49e4-a032-9f421ea16d82 X-Archives-Hash: c4b7aa6b0c5c0d9eaec468ce362bdbe5 commit: cacd400f6d0647aaeb18c0b54fae4c26b6760306 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Mar 25 09:06:09 2025 +0000 Commit: David Roman gmail com> CommitDate: Tue Mar 25 09:06:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cacd400f dev-python/rich-click: drop 1.8.7 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/rich-click/Manifest | 1 - dev-python/rich-click/rich-click-1.8.7.ebuild | 36 --------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/rich-click/Manifest b/dev-python/rich-click/Manifest index 54778bdc4..067dd3431 100644 --- a/dev-python/rich-click/Manifest +++ b/dev-python/rich-click/Manifest @@ -1,2 +1 @@ -DIST rich-click-1.8.7.gh.tar.gz 8140585 BLAKE2B f9d05ff78b4daad478cf9c7dad8ee66f4d970a80943e1ae5740d67c2a8c0f3e34ac2d06c8a50e39284782d801eb9435f9ef4b6037ba65fcde173e2da4dc4c702 SHA512 130787a0ae19363463d32e40e7b53513a1be919afcf3cfc7fec90ce2f3a75b948be4584ad7efda89161044ec0e3ee3a69cca255d4b41fdcda11a665508d9f65e DIST rich-click-1.8.8.gh.tar.gz 8141426 BLAKE2B 9288f7818849b82e65c4c589597dbf0493e37d18f4cbbb81469a0b43ca611c091b4fce5df968d428c4733ce213d52cffddbb2d0516051275544b7e865771d3ff SHA512 45b954bb2f402fc4d9b837750250d92d0fd547f83bd893df75f5a2cb350177ae65f665112e8727c47c5ad31d974b66a685641574d7aa88a52a93098cbae9ff94 diff --git a/dev-python/rich-click/rich-click-1.8.7.ebuild b/dev-python/rich-click/rich-click-1.8.7.ebuild deleted file mode 100644 index 63e6f7e72..000000000 --- a/dev-python/rich-click/rich-click-1.8.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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..13} pypy3 ) - -inherit click-app 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-4[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -click-app_enable_completions rich-click - -src_prepare() { - distutils-r1_src_prepare - - touch tests/fixtures/__init__.py || die -}