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 6455E139000 for ; Fri, 30 Jul 2021 03:21:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 001BBE09F3; Fri, 30 Jul 2021 03:21:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AE984E0A45 for ; Fri, 30 Jul 2021 03:21:31 +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 03C9A343906 for ; Fri, 30 Jul 2021 03:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 899C2847 for ; Fri, 30 Jul 2021 03:21:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627615117.6572b80aa997fb9455fa89de71a561d0aa4397b7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-check_multiple/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r1.ebuild X-VCS-Directories: net-analyzer/nagios-check_multiple/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6572b80aa997fb9455fa89de71a561d0aa4397b7 X-VCS-Branch: master Date: Fri, 30 Jul 2021 03:21:28 +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: 0c428f1e-27ec-46f8-b5c2-e34e8cd0ebf0 X-Archives-Hash: d1898c62919e8cddf9f2fd5bc0f5c451 commit: 6572b80aa997fb9455fa89de71a561d0aa4397b7 Author: Sam James gentoo org> AuthorDate: Fri Jul 30 03:17:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 30 03:18:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6572b80a net-analyzer/nagios-check_multiple: disable py3.7 No point in keeping it as it doesn't do anything now - the eclass dropped support for it a while ago. Dropping it proactively on bumps means that we don't have to e.g. reset automated stable timer checks if doing it en-masse. Signed-off-by: Sam James gentoo.org> .../nagios-check_multiple/nagios-check_multiple-0.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r1.ebuild b/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r1.ebuild index 2dd65336bb2..474031b4927 100644 --- a/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r1.ebuild +++ b/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} ) +PYTHON_COMPAT=( python{3_8,3_9,3_10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1