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 92EBB158086 for ; Tue, 9 Nov 2021 14:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 033C7E0A4F; 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2483B2BC0CF for ; Tue, 9 Nov 2021 14:01:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17E0B342E99 for ; Tue, 9 Nov 2021 14:01:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C3A01BA for ; Tue, 9 Nov 2021 14:01:36 +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: <1636466479.6a4006fa1871b60d4f91f174fe3c53602317149a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-zoneinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r1.ebuild dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r2.ebuild X-VCS-Directories: dev-python/backports-zoneinfo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a4006fa1871b60d4f91f174fe3c53602317149a X-VCS-Branch: master Date: Tue, 9 Nov 2021 14:01:36 +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: faddc552-4c2e-42e7-b822-446fef5f2c90 X-Archives-Hash: 3ab5cb0c614ed1a8ae14b94530a9e2af commit: 6a4006fa1871b60d4f91f174fe3c53602317149a Author: Michał Górny gentoo org> AuthorDate: Tue Nov 9 13:46:20 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 9 14:01:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4006fa dev-python/backports-zoneinfo: Remove stale pypy3.7 deps Signed-off-by: Michał Górny gentoo.org> ...info-0.2.1-r1.ebuild => backports-zoneinfo-0.2.1-r2.ebuild} | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r1.ebuild b/dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r2.ebuild similarity index 83% rename from dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r1.ebuild rename to dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r2.ebuild index 4299c97079a..653d83e06b4 100644 --- a/dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r1.ebuild +++ b/dev-python/backports-zoneinfo/backports-zoneinfo-0.2.1-r2.ebuild @@ -18,18 +18,8 @@ LICENSE="Apache-2.0" 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_resources[${PYTHON_USEDEP}] - ' python3_6 pypy3)" BDEPEND=" test? ( - $(python_gen_cond_dep ' - dev-python/dataclasses[${PYTHON_USEDEP}] - ' python3_6) - $(python_gen_cond_dep ' - dev-python/importlib_metadata[${PYTHON_USEDEP}] - ' python3_{6,7}) >=dev-python/hypothesis-5.7.0[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] )"