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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58072158087 for ; Fri, 4 Feb 2022 19:28:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BA7B2BC00E; Fri, 4 Feb 2022 19:28:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98F0A2BC001 for ; Fri, 4 Feb 2022 19:28:48 +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 344BA34314C for ; Fri, 4 Feb 2022 19:28:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79BE6268 for ; Fri, 4 Feb 2022 19:28:45 +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: <1644002880.ba047ee1d9ad04fd4a6bd90682c5516edf07e734.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wcwidth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild X-VCS-Directories: dev-python/wcwidth/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ba047ee1d9ad04fd4a6bd90682c5516edf07e734 X-VCS-Branch: master Date: Fri, 4 Feb 2022 19:28:45 +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: 154070d1-ec35-46cd-b201-14e8d936ad6b X-Archives-Hash: 4214573c301d01e31881e1bd5154eaac commit: ba047ee1d9ad04fd4a6bd90682c5516edf07e734 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 4 19:26:06 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 4 19:28:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba047ee1 dev-python/wcwidth: Remove obsolete python_gen* w/ -2 Signed-off-by: Michał Górny gentoo.org> dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild b/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild index ce656fc41dff..8f548b32b4dd 100644 --- a/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild +++ b/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -17,11 +17,6 @@ SLOT="0" LICENSE="MIT" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}] - ' -2)" - distutils_enable_tests pytest src_prepare() {