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 288ED158009 for ; Sun, 18 Jun 2023 17:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6202EE0946; Sun, 18 Jun 2023 17:07:27 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 41EC1E0946 for ; Sun, 18 Jun 2023 17:07:27 +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 E6F93341066 for ; Sun, 18 Jun 2023 17:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99E5BAA1 for ; Sun, 18 Jun 2023 17:07:23 +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: <1687108038.78cb54f7084b7896e3984f837475c7ba2b38c5b0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rich/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rich/rich-13.3.4.ebuild X-VCS-Directories: dev-python/rich/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 78cb54f7084b7896e3984f837475c7ba2b38c5b0 X-VCS-Branch: master Date: Sun, 18 Jun 2023 17:07:23 +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: c8034436-7c0d-4574-b8e8-717049a373e0 X-Archives-Hash: 3330262be44f3ba5a8ca869924811e5f commit: 78cb54f7084b7896e3984f837475c7ba2b38c5b0 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 18 16:54:10 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 18 17:07:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cb54f7 dev-python/rich: Eliminate stale python_gen_cond_dep Signed-off-by: Michał Górny gentoo.org> dev-python/rich/rich-13.3.4.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/rich/rich-13.3.4.ebuild b/dev-python/rich/rich-13.3.4.ebuild index d5ef23a1e852..0987b2f88a45 100644 --- a/dev-python/rich/rich-13.3.4.ebuild +++ b/dev-python/rich/rich-13.3.4.ebuild @@ -27,9 +27,6 @@ RDEPEND=" =dev-python/markdown-it-py-2.2.0[${PYTHON_USEDEP}] >=dev-python/pygments-2.13.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/typing-extensions[${PYTHON_USEDEP}] - ' 3.8) " distutils_enable_tests pytest