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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 078A1158090 for ; Tue, 17 May 2022 01:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AA3FE08A0; Tue, 17 May 2022 01:51:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EF6DBE08A0 for ; Tue, 17 May 2022 01:51:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AAB9633BF51 for ; Tue, 17 May 2022 01:51:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23886445 for ; Tue, 17 May 2022 01:51:54 +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: <1652750868.bf764c861412330ee62fb2a95e6a6d28ba23add8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp-mibs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild X-VCS-Directories: dev-python/pysnmp-mibs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bf764c861412330ee62fb2a95e6a6d28ba23add8 X-VCS-Branch: master Date: Tue, 17 May 2022 01:51:54 +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: a7eae7ce-0f13-49f6-aa1b-43872cf58ddd X-Archives-Hash: d33203e64ec03a8347a67a39bf7ee2e5 commit: bf764c861412330ee62fb2a95e6a6d28ba23add8 Author: Sam James gentoo org> AuthorDate: Tue May 17 01:27:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 01:27:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf764c86 dev-python/pysnmp-mibs: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/845102 Signed-off-by: Sam James gentoo.org> dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild b/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild index cca89c2e7910..04cf09d681c4 100644 --- a/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild +++ b/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 DESCRIPTION="SNMP framework in Python - MIBs"