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 5CE7615864F for ; Sat, 25 Mar 2023 04:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EC98E0898; Sat, 25 Mar 2023 04:29:17 +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 706B7E0898 for ; Sat, 25 Mar 2023 04:29:17 +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 5FFAD341031 for ; Sat, 25 Mar 2023 04:29:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32B59937 for ; Sat, 25 Mar 2023 04:29:13 +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: <1679718536.b2a969579ee4e5cb208c7ca32211228065f11917.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pyfaidx/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild X-VCS-Directories: sci-biology/pyfaidx/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: b2a969579ee4e5cb208c7ca32211228065f11917 X-VCS-Branch: master Date: Sat, 25 Mar 2023 04:29:13 +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: 18fedb40-8d4a-4038-98ed-de2359824b78 X-Archives-Hash: 9cd704590f7f7f942d914a4f30160dac commit: b2a969579ee4e5cb208c7ca32211228065f11917 Author: Horea Christian chymera eu> AuthorDate: Sat Mar 25 04:28:53 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Sat Mar 25 04:28:56 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2a96957 sci-biology/pyfaidx: update EAPI 7 -> 8, tests no longer supported Signed-off-by: Horea Christian chymera.eu> sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild b/sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild index be1990514..f017998c0 100644 --- a/sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild +++ b/sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 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_{9..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -19,4 +19,4 @@ IUSE="" REPEND="dev-python/six[${PYTHON_USEDEP}]" -distutils_enable_tests nose +#distutils_enable_tests nose