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 A77DA15800F for ; Sat, 14 Jan 2023 11:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A4EE0891; Sat, 14 Jan 2023 11:51:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AD727E0891 for ; Sat, 14 Jan 2023 11:51:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A055C33BF11 for ; Sat, 14 Jan 2023 11:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFB427DE for ; Sat, 14 Jan 2023 11:51:03 +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: <1673695270.849f966b89371fd6d3b2428228452643f1469f91.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/Fastaq/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/Fastaq/Fastaq-3.17.0.ebuild X-VCS-Directories: sci-biology/Fastaq/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 849f966b89371fd6d3b2428228452643f1469f91 X-VCS-Branch: master Date: Sat, 14 Jan 2023 11:51:03 +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: f6c43ddf-55eb-44bd-a7d8-261cf94c79a0 X-Archives-Hash: 7b70ced1865b2e45c78aaaea567da396 commit: 849f966b89371fd6d3b2428228452643f1469f91 Author: Horea Christian chymera eu> AuthorDate: Sat Jan 14 11:21:02 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Sat Jan 14 11:21:10 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=849f966b sci-biology/Fastaq: update EAPI and PYTHON_COMPAT Signed-off-by: Horea Christian chymera.eu> sci-biology/Fastaq/Fastaq-3.17.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/Fastaq/Fastaq-3.17.0.ebuild b/sci-biology/Fastaq/Fastaq-3.17.0.ebuild index 28ff526f6..e62cd5e8f 100644 --- a/sci-biology/Fastaq/Fastaq-3.17.0.ebuild +++ b/sci-biology/Fastaq/Fastaq-3.17.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 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,8,9} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1