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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C520613835A for ; Fri, 30 Oct 2020 22:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C074CE0839; Fri, 30 Oct 2020 22:35:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E592E0839 for ; Fri, 30 Oct 2020 22:35:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9186F3402FE for ; Fri, 30 Oct 2020 22:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F79D3F6 for ; Fri, 30 Oct 2020 22:34:59 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1604097233.108891a186ac0756c72da2a3f93f05c1aa4c0fc2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-9999.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 108891a186ac0756c72da2a3f93f05c1aa4c0fc2 X-VCS-Branch: master Date: Fri, 30 Oct 2020 22:34:59 +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: 9a45ddf9-48cc-4b7f-9aa3-77a5e854e86f X-Archives-Hash: 4c266053e0bb89cce0f7d8a2cf369cf2 commit: 108891a186ac0756c72da2a3f93f05c1aa4c0fc2 Author: Matt Turner gentoo org> AuthorDate: Thu Oct 29 16:27:23 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 30 22:33:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108891a1 dev-util/catalyst: Remove python3_7 Catalyst now requires Python 3.8+ (uses the assignment expression operator). Signed-off-by: Matt Turner gentoo.org> dev-util/catalyst/catalyst-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index e51ab58b667..60587f23f48 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -12,7 +12,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info optfeature ${SRC_ECLASS}