From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1337950-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 9C55D158086
	for <garchives@archives.gentoo.org>; Tue,  9 Nov 2021 14:01:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 56D7EE0A59;
	Tue,  9 Nov 2021 14:01:41 +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 009CCE09DD
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Nov 2021 14:01:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 A93E3342EAA
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Nov 2021 14:01:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 044A41CC
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Nov 2021 14:01:37 +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: <1636466486.761907a83aa3b183040738d1cdd8a2eac13ff5e4.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pluggy/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pluggy/pluggy-1.0.0-r1.ebuild dev-python/pluggy/pluggy-1.0.0.ebuild
X-VCS-Directories: dev-python/pluggy/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 761907a83aa3b183040738d1cdd8a2eac13ff5e4
X-VCS-Branch: master
Date: Tue,  9 Nov 2021 14:01:37 +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: 2f72ebd5-8f4e-4395-b3e7-5e2307a327cf
X-Archives-Hash: 3098ab9da1ee1c04c969d3067bac6ac0

commit:     761907a83aa3b183040738d1cdd8a2eac13ff5e4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  9 13:51:56 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  9 14:01:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761907a8

dev-python/pluggy: Remove stale pypy3.7 deps

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

 dev-python/pluggy/{pluggy-1.0.0.ebuild => pluggy-1.0.0-r1.ebuild} | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/pluggy/pluggy-1.0.0.ebuild b/dev-python/pluggy/pluggy-1.0.0-r1.ebuild
similarity index 86%
rename from dev-python/pluggy/pluggy-1.0.0.ebuild
rename to dev-python/pluggy/pluggy-1.0.0-r1.ebuild
index b1be2a4200c..5c057818038 100644
--- a/dev-python/pluggy/pluggy-1.0.0.ebuild
+++ b/dev-python/pluggy/pluggy-1.0.0-r1.ebuild
@@ -14,8 +14,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
-RDEPEND="$(python_gen_cond_dep \
-	'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3)"
 BDEPEND="
 	dev-python/setuptools_scm[${PYTHON_USEDEP}]"