From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1337949-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 65E4C158086
	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 4B906E09BB;
	Tue,  9 Nov 2021 14:01:41 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 E1E3BE09BD
	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 784E2342EA3
	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 986EA1C0
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Nov 2021 14:01:36 +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: <1636466482.4f4a5664b51d8d8859c5b27ade6e30b02d11af26.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/humanize/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/humanize/humanize-3.12.0-r1.ebuild dev-python/humanize/humanize-3.12.0-r2.ebuild
X-VCS-Directories: dev-python/humanize/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 4f4a5664b51d8d8859c5b27ade6e30b02d11af26
X-VCS-Branch: master
Date: Tue,  9 Nov 2021 14:01:36 +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: c13a8e7f-4158-4a04-9c6e-ca4497726e36
X-Archives-Hash: fac7250c52371bb3d9874db38488860c

commit:     4f4a5664b51d8d8859c5b27ade6e30b02d11af26
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  9 13:48:29 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  9 14:01:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4a5664

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

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

 .../{humanize-3.12.0-r1.ebuild => humanize-3.12.0-r2.ebuild}         | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dev-python/humanize/humanize-3.12.0-r1.ebuild b/dev-python/humanize/humanize-3.12.0-r2.ebuild
similarity index 86%
rename from dev-python/humanize/humanize-3.12.0-r1.ebuild
rename to dev-python/humanize/humanize-3.12.0-r2.ebuild
index e01d205acf4..5087a4abebc 100644
--- a/dev-python/humanize/humanize-3.12.0-r1.ebuild
+++ b/dev-python/humanize/humanize-3.12.0-r2.ebuild
@@ -14,11 +14,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="
-	$(python_gen_cond_dep '
-		dev-python/importlib_metadata[${PYTHON_USEDEP}]
-	' pypy3)
-"
 BDEPEND="
 	dev-python/setuptools_scm[${PYTHON_USEDEP}]
 	test? ( dev-python/freezegun[${PYTHON_USEDEP}] )