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 3A933158094 for ; Mon, 11 Jul 2022 12:16:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FBDFE0AB2; Mon, 11 Jul 2022 12:16:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38B01E0AB2 for ; Mon, 11 Jul 2022 12:16:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F981335DBF for ; Mon, 11 Jul 2022 12:16:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29D1B105 for ; Mon, 11 Jul 2022 12:16: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: <1657541788.715ae1a2f00d72fa9b1636627034df4f06f9b6b3.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: 715ae1a2f00d72fa9b1636627034df4f06f9b6b3 X-VCS-Branch: master Date: Mon, 11 Jul 2022 12:16: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: 47eb2905-04a8-46ad-a6c1-c8eaa2d0a23d X-Archives-Hash: b203e5117d2b66669cbdb4fc3fc418e3 commit: 715ae1a2f00d72fa9b1636627034df4f06f9b6b3 Author: Horea Christian chymera eu> AuthorDate: Mon Jul 11 12:16:28 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Jul 11 12:16:28 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=715ae1a2 sci-libs/bids-validator: EAPI and PYTHON_COMPAT bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> sci-libs/bids-validator/bids-validator-1.4.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 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 00bf81571..c47095d79 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-2020 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