From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1337913-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 EF300158087
	for <garchives@archives.gentoo.org>; Tue,  9 Nov 2021 10:39:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CD14AE0A5B;
	Tue,  9 Nov 2021 10:39:25 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EED0CE0A5A
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Nov 2021 10:39:24 +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 B4F0D342DC7
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Nov 2021 10:38:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E9DB1BD
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Nov 2021 10:38:58 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1636454202.da0091593a8b7a88d3a8071b950272177693028e.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-subtests/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pytest-subtests/pytest-subtests-0.5.0-r1.ebuild dev-python/pytest-subtests/pytest-subtests-0.5.0.ebuild
X-VCS-Directories: dev-python/pytest-subtests/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: da0091593a8b7a88d3a8071b950272177693028e
X-VCS-Branch: master
Date: Tue,  9 Nov 2021 10:38:58 +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: ef4ca17a-4534-4de2-9b3a-9a369819d582
X-Archives-Hash: 042c3c50f332d96a44001868ccff4493

commit:     da0091593a8b7a88d3a8071b950272177693028e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  9 10:36:42 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  9 10:36:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da009159

dev-python/pytest-subtests: Remove stale pypy3.7 deps

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{pytest-subtests-0.5.0.ebuild => pytest-subtests-0.5.0-r1.ebuild}  | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/pytest-subtests/pytest-subtests-0.5.0.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.5.0-r1.ebuild
similarity index 91%
rename from dev-python/pytest-subtests/pytest-subtests-0.5.0.ebuild
rename to dev-python/pytest-subtests/pytest-subtests-0.5.0-r1.ebuild
index 08e73d0d282..287116268c4 100644
--- a/dev-python/pytest-subtests/pytest-subtests-0.5.0.ebuild
+++ b/dev-python/pytest-subtests/pytest-subtests-0.5.0-r1.ebuild
@@ -20,9 +20,6 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s
 
 RDEPEND="
 	>=dev-python/pytest-5.3.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-python/typing-extensions
-	' python3_7 pypy3)
 "
 # pytest-xdist is used to test compatibility
 BDEPEND="