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 CC573158086 for ; Tue, 9 Nov 2021 14:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B53A02BC0D3; Tue, 9 Nov 2021 14:01:42 +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 7D7A82BC0D5 for ; Tue, 9 Nov 2021 14:01:42 +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 C6248342EAC 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 177EB1CE 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: <1636466487.950ea891dba8c9198ba3714a00a8dc0453861963.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prettytable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/prettytable/prettytable-2.2.1-r1.ebuild dev-python/prettytable/prettytable-2.2.1.ebuild dev-python/prettytable/prettytable-2.3.0.ebuild dev-python/prettytable/prettytable-2.4.0-r1.ebuild dev-python/prettytable/prettytable-2.4.0.ebuild X-VCS-Directories: dev-python/prettytable/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 950ea891dba8c9198ba3714a00a8dc0453861963 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: 6b9268df-ccae-407c-bf7c-7db7c1919565 X-Archives-Hash: 1e5ad72da1c983e603b01b1c6da28395 commit: 950ea891dba8c9198ba3714a00a8dc0453861963 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 9 13:52:28 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 9 14:01:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950ea891 dev-python/prettytable: Remove stale pypy3.7 deps Signed-off-by: Michał Górny gentoo.org> .../{prettytable-2.2.1.ebuild => prettytable-2.2.1-r1.ebuild} | 3 --- dev-python/prettytable/prettytable-2.3.0.ebuild | 3 --- .../{prettytable-2.4.0.ebuild => prettytable-2.4.0-r1.ebuild} | 3 --- 3 files changed, 9 deletions(-) diff --git a/dev-python/prettytable/prettytable-2.2.1.ebuild b/dev-python/prettytable/prettytable-2.2.1-r1.ebuild similarity index 89% rename from dev-python/prettytable/prettytable-2.2.1.ebuild rename to dev-python/prettytable/prettytable-2.2.1-r1.ebuild index b9595bc3c5a..09ffde01e61 100644 --- a/dev-python/prettytable/prettytable-2.2.1.ebuild +++ b/dev-python/prettytable/prettytable-2.2.1-r1.ebuild @@ -18,9 +18,6 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv sparc x86 ~amd6 RDEPEND=" dev-python/wcwidth[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/importlib_metadata[${PYTHON_USEDEP}] - ' pypy3) " BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] diff --git a/dev-python/prettytable/prettytable-2.3.0.ebuild b/dev-python/prettytable/prettytable-2.3.0.ebuild index 8065ee6712b..052ca669ddf 100644 --- a/dev-python/prettytable/prettytable-2.3.0.ebuild +++ b/dev-python/prettytable/prettytable-2.3.0.ebuild @@ -18,9 +18,6 @@ KEYWORDS="~amd64 ~riscv ~sparc ~x86" RDEPEND=" dev-python/wcwidth[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/importlib_metadata[${PYTHON_USEDEP}] - ' pypy3) " BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] diff --git a/dev-python/prettytable/prettytable-2.4.0.ebuild b/dev-python/prettytable/prettytable-2.4.0-r1.ebuild similarity index 89% rename from dev-python/prettytable/prettytable-2.4.0.ebuild rename to dev-python/prettytable/prettytable-2.4.0-r1.ebuild index 730b44b0882..033d0e31533 100644 --- a/dev-python/prettytable/prettytable-2.4.0.ebuild +++ b/dev-python/prettytable/prettytable-2.4.0-r1.ebuild @@ -18,9 +18,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86" RDEPEND=" dev-python/wcwidth[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/importlib_metadata[${PYTHON_USEDEP}] - ' pypy3) " BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}]