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 12105158086 for ; Tue, 9 Nov 2021 10:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D923AE0A60; Tue, 9 Nov 2021 10:39:25 +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 7735BE0A5C for ; Tue, 9 Nov 2021 10:39:25 +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 B4E28342D61 for ; Tue, 9 Nov 2021 10:38:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AE191BC for ; Tue, 9 Nov 2021 10:38:58 +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: <1636454193.7a4a3d160faec9f5762d29146fa5f86fc293f4c4.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-0.13.1-r1.ebuild dev-python/pluggy/pluggy-0.13.1-r2.ebuild X-VCS-Directories: dev-python/pluggy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7a4a3d160faec9f5762d29146fa5f86fc293f4c4 X-VCS-Branch: master Date: Tue, 9 Nov 2021 10:38:58 +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: 44e936fa-84b2-4ec0-aece-8c51f6666a5b X-Archives-Hash: 2cfd0f173c424cc84b6db3fc76c209cd commit: 7a4a3d160faec9f5762d29146fa5f86fc293f4c4 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 9 10:36:33 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 9 10:36:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4a3d16 dev-python/pluggy: Remove stale pypy3.7 deps Signed-off-by: Michał Górny gentoo.org> .../pluggy/{pluggy-0.13.1-r1.ebuild => pluggy-0.13.1-r2.ebuild} | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/pluggy/pluggy-0.13.1-r1.ebuild b/dev-python/pluggy/pluggy-0.13.1-r2.ebuild similarity index 83% rename from dev-python/pluggy/pluggy-0.13.1-r1.ebuild rename to dev-python/pluggy/pluggy-0.13.1-r2.ebuild index cb5c5f89def..0c15916eaec 100644 --- a/dev-python/pluggy/pluggy-0.13.1-r1.ebuild +++ b/dev-python/pluggy/pluggy-0.13.1-r2.ebuild @@ -15,10 +15,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}]' python3_7 pypy3)" -DEPEND="${RDEPEND}" - PATCHES=( "${FILESDIR}/${PN}"-0.12.0-strip-setuptools_scm.patch ) distutils_enable_tests pytest