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 6DE6C1580B9 for ; Fri, 27 Aug 2021 05:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A46AE0891; Fri, 27 Aug 2021 05:43:59 +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 4030BE0891 for ; Fri, 27 Aug 2021 05:43:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1603E342C52 for ; Fri, 27 Aug 2021 05:43:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9481429 for ; Fri, 27 Aug 2021 05:43:56 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1630043000.1645d099884c376b8f23b1db8ab896db4036d3fc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eradicate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/eradicate/eradicate-2.0.0.ebuild X-VCS-Directories: dev-python/eradicate/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1645d099884c376b8f23b1db8ab896db4036d3fc X-VCS-Branch: master Date: Fri, 27 Aug 2021 05:43:56 +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: ff1f8d6c-0b19-45f9-903e-27b1e33d0b3c X-Archives-Hash: ca7ee24b4810be2c7d9df050005188cf commit: 1645d099884c376b8f23b1db8ab896db4036d3fc Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 27 05:37:28 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 27 05:43:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1645d099 dev-python/eradicate: enable py3.10, EAPI=8 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/eradicate/eradicate-2.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/eradicate/eradicate-2.0.0.ebuild b/dev-python/eradicate/eradicate-2.0.0.ebuild index 5f33385686e..7dc0ba3f198 100644 --- a/dev-python/eradicate/eradicate-2.0.0.ebuild +++ b/dev-python/eradicate/eradicate-2.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1