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 EAFE615806E for ; Thu, 18 May 2023 18:54:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA155E07F2; Thu, 18 May 2023 18:54:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9BE10E07F2 for ; Thu, 18 May 2023 18:54:23 +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 A77DB340D1C for ; Thu, 18 May 2023 18:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAFB5A71 for ; Thu, 18 May 2023 18:54:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1684436056.23b8427152afb1b28fd9d089f22877adc1c2f321.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cliff/cliff-4.3.0-r1.ebuild dev-python/cliff/cliff-4.3.0.ebuild X-VCS-Directories: dev-python/cliff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 23b8427152afb1b28fd9d089f22877adc1c2f321 X-VCS-Branch: master Date: Thu, 18 May 2023 18:54:20 +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: 9e77ff71-f159-4a8a-a918-5b4a958513b2 X-Archives-Hash: 6990b3c8a2507b5a016a84fa22564d2c commit: 23b8427152afb1b28fd9d089f22877adc1c2f321 Author: Michał Górny gentoo org> AuthorDate: Thu May 18 18:52:15 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 18 18:54:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b84271 dev-python/cliff: importlib_metadata is required unconditionally Closes: https://bugs.gentoo.org/906699 Signed-off-by: Michał Górny gentoo.org> dev-python/cliff/{cliff-4.3.0.ebuild => cliff-4.3.0-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/cliff/cliff-4.3.0.ebuild b/dev-python/cliff/cliff-4.3.0-r1.ebuild similarity index 91% rename from dev-python/cliff/cliff-4.3.0.ebuild rename to dev-python/cliff/cliff-4.3.0-r1.ebuild index 3969d97bb918..61dc58d0c27f 100644 --- a/dev-python/cliff/cliff-4.3.0.ebuild +++ b/dev-python/cliff/cliff-4.3.0-r1.ebuild @@ -22,13 +22,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 ~sparc RDEPEND=" >=dev-python/autopage-0.4.0[${PYTHON_USEDEP}] >=dev-python/cmd2-0.8.0[${PYTHON_USEDEP}] + >=dev-python/importlib-metadata-4.11.1[${PYTHON_USEDEP}] dev-python/prettytable[${PYTHON_USEDEP}] >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}] - >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-4.11.1[${PYTHON_USEDEP}] - ' 3.8 3.9) + >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}] " BDEPEND=" >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]