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 8E64F15ACFC for ; Tue, 2 May 2023 23:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE060E08F6; Tue, 2 May 2023 23:58:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B27B6E08F6 for ; Tue, 2 May 2023 23:58:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4E083415C4 for ; Tue, 2 May 2023 23:58:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D261EA5F for ; Tue, 2 May 2023 23:58:34 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1683071781.76a9eb10f8387f56456bce2bceffe2574bad8d6f.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/bids-validator/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/bids-validator/bids-validator-1.4.4.ebuild X-VCS-Directories: sci-libs/bids-validator/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 76a9eb10f8387f56456bce2bceffe2574bad8d6f X-VCS-Branch: master Date: Tue, 2 May 2023 23:58:34 +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: a4bcd2b5-2c58-4143-b48e-28758ff76eaa X-Archives-Hash: e377675ea292e17ad8acc87d1d717a1c commit: 76a9eb10f8387f56456bce2bceffe2574bad8d6f Author: Horea Christian chymera eu> AuthorDate: Tue May 2 23:56:21 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Tue May 2 23:56:21 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=76a9eb10 sci-libs/bids-validator: enable py3.11 Signed-off-by: Horea Christian chymera.eu> sci-libs/bids-validator/bids-validator-1.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/bids-validator/bids-validator-1.4.4.ebuild b/sci-libs/bids-validator/bids-validator-1.4.4.ebuild index 98d68d25d..a4f7f0340 100644 --- a/sci-libs/bids-validator/bids-validator-1.4.4.ebuild +++ b/sci-libs/bids-validator/bids-validator-1.4.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1