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 2CE0B158094 for ; Fri, 8 Jul 2022 09:09:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F16DE0E79; Fri, 8 Jul 2022 09:09:43 +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 12F83E0E79 for ; Fri, 8 Jul 2022 09:09:43 +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 3BA38340E5E for ; Fri, 8 Jul 2022 09:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 636D3529 for ; Fri, 8 Jul 2022 09:09:40 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1657271364.66ad0fc9b31720dcf38e7d60fc28a23046a0c6ac.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/biopandas/biopandas-0.2.7.ebuild X-VCS-Directories: sci-biology/biopandas/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 66ad0fc9b31720dcf38e7d60fc28a23046a0c6ac X-VCS-Branch: master Date: Fri, 8 Jul 2022 09:09:40 +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: 4191b2cf-d1d1-4f60-90f8-828aae27a55a X-Archives-Hash: 63495be70393963ec5f312dbaaf9e74e commit: 66ad0fc9b31720dcf38e7d60fc28a23046a0c6ac Author: David Seifert gentoo org> AuthorDate: Fri Jul 8 09:09:24 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jul 8 09:09:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ad0fc9 sci-biology/biopandas: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/809665 Closes: https://bugs.gentoo.org/846218 Signed-off-by: David Seifert gentoo.org> sci-biology/biopandas/biopandas-0.2.7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/biopandas/biopandas-0.2.7.ebuild b/sci-biology/biopandas/biopandas-0.2.7.ebuild index 0609b4149e11..7b1d22c8781a 100644 --- a/sci-biology/biopandas/biopandas-0.2.7.ebuild +++ b/sci-biology/biopandas/biopandas-0.2.7.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