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 BC90A158020 for ; Fri, 14 Oct 2022 16:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDBC2E07C7; Fri, 14 Oct 2022 16:22:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C95FBE07C7 for ; Fri, 14 Oct 2022 16:22:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F3B173410E2 for ; Fri, 14 Oct 2022 16:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B18E608 for ; Fri, 14 Oct 2022 16:22:05 +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: <1665764057.4ace434538caf6f30f4cf6f14e82aa73b326aaad.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/eccodes/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/eccodes/eccodes-2.18.0.ebuild X-VCS-Directories: sci-libs/eccodes/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4ace434538caf6f30f4cf6f14e82aa73b326aaad X-VCS-Branch: master Date: Fri, 14 Oct 2022 16:22:05 +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: 277ae09c-1336-436e-8524-b56ea1291cc5 X-Archives-Hash: 34fbbe730aa57f19f1bc65e362a33a71 commit: 4ace434538caf6f30f4cf6f14e82aa73b326aaad Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 14 14:10:47 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 14 16:14:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ace4345 sci-libs/eccodes: enable py3.10, py3.11 Signed-off-by: Arthur Zamarin gentoo.org> sci-libs/eccodes/eccodes-2.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/eccodes/eccodes-2.18.0.ebuild b/sci-libs/eccodes/eccodes-2.18.0.ebuild index e55c5858c27b..315bcf0d2221 100644 --- a/sci-libs/eccodes/eccodes-2.18.0.ebuild +++ b/sci-libs/eccodes/eccodes-2.18.0.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 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake fortran-2 python-any-r1