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 E1C6C158094 for ; Tue, 12 Jul 2022 13:38:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE2E0E0F4A; Tue, 12 Jul 2022 13:38:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B6E1BE0F4A for ; Tue, 12 Jul 2022 13:38:03 +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 DD170340FE3 for ; Tue, 12 Jul 2022 13:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5626B500 for ; Tue, 12 Jul 2022 13:38:01 +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: <1657633076.7b5851d5cade32843e59bda9df9ab38ba7ef9072.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/samri/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/samri/samri-0.5.ebuild X-VCS-Directories: sci-biology/samri/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 7b5851d5cade32843e59bda9df9ab38ba7ef9072 X-VCS-Branch: master Date: Tue, 12 Jul 2022 13:38:01 +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: f309ba49-7302-4ab6-aa38-ede6ebf6e704 X-Archives-Hash: 42bd85690cc822f82994a5bfae66fd7e commit: 7b5851d5cade32843e59bda9df9ab38ba7ef9072 Author: Horea Christian chymera eu> AuthorDate: Tue Jul 12 13:37:56 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Tue Jul 12 13:37:56 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7b5851d5 sci-biology/samri: EAPI and PYTHON_COMPAT bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> sci-biology/samri/samri-0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/samri/samri-0.5.ebuild b/sci-biology/samri/samri-0.5.ebuild index 4cc90a0ef..aed6061e7 100644 --- a/sci-biology/samri/samri-0.5.ebuild +++ b/sci-biology/samri/samri-0.5.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 prefix