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 8810F15808D for ; Fri, 10 Sep 2021 07:30:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8C57E08FC; Fri, 10 Sep 2021 07:30:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9B044E08FC for ; Fri, 10 Sep 2021 07:30:03 +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 1E3C3335D3F for ; Fri, 10 Sep 2021 07:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73CCC55 for ; Fri, 10 Sep 2021 07:29:59 +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: <1631258962.b4c3b507a55502dc2c110dd8439152b76b2f0cbf.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-pylint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild X-VCS-Directories: dev-python/pytest-pylint/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b4c3b507a55502dc2c110dd8439152b76b2f0cbf X-VCS-Branch: master Date: Fri, 10 Sep 2021 07:29: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: fe974f6b-34c1-4454-8701-568ab1b32fce X-Archives-Hash: 0e5021df146e87fe6bc25fcb9e0682e6 commit: b4c3b507a55502dc2c110dd8439152b76b2f0cbf Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 10 07:29:22 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 10 07:29:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c3b507 dev-python/pytest-pylint: enable py3.10, EAPI=8 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild b/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild index 447f4c2ddd2..65cb8817b95 100644 --- a/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild +++ b/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1