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 C9ED4158086 for ; Tue, 9 Nov 2021 14:01:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D41122BC0D1; Tue, 9 Nov 2021 14:01:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4B955E09BD for ; Tue, 9 Nov 2021 14:01:41 +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 BAF3D342EAB for ; Tue, 9 Nov 2021 14:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AE461D4 for ; Tue, 9 Nov 2021 14:01:37 +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: <1636466488.2a92d3754f04a797d0fe2b2043057d828d10fa5b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-6.2.5-r1.ebuild dev-python/pytest/pytest-6.2.5.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a92d3754f04a797d0fe2b2043057d828d10fa5b X-VCS-Branch: master Date: Tue, 9 Nov 2021 14:01:37 +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: f590945b-fc2e-4c7f-b394-adb7331869a5 X-Archives-Hash: 82010e3abd701a551b38a3b347e3b4c8 commit: 2a92d3754f04a797d0fe2b2043057d828d10fa5b Author: Michał Górny gentoo org> AuthorDate: Tue Nov 9 13:52:44 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 9 14:01:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a92d375 dev-python/pytest: Remove stale pypy3.7 deps Signed-off-by: Michał Górny gentoo.org> dev-python/pytest/{pytest-6.2.5.ebuild => pytest-6.2.5-r1.ebuild} | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/pytest/pytest-6.2.5.ebuild b/dev-python/pytest/pytest-6.2.5-r1.ebuild similarity index 94% rename from dev-python/pytest/pytest-6.2.5.ebuild rename to dev-python/pytest/pytest-6.2.5-r1.ebuild index 9894800b747..fe9104bf943 100644 --- a/dev-python/pytest/pytest-6.2.5.ebuild +++ b/dev-python/pytest/pytest-6.2.5-r1.ebuild @@ -18,9 +18,6 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/importlib_metadata[${PYTHON_USEDEP}] - ' pypy3) dev-python/iniconfig[${PYTHON_USEDEP}] >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}]