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 E043215864F for ; Sat, 25 Mar 2023 05:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29852E0841; Sat, 25 Mar 2023 05:10:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CF06E0841 for ; Sat, 25 Mar 2023 05:10:25 +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 D5A4934085A for ; Sat, 25 Mar 2023 05:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A211938 for ; Sat, 25 Mar 2023 05:10:23 +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: <1679721013.58c91a2f36087e3dcc9495d1846218a9c3e27561.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/gffutils/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/gffutils/gffutils-0.10.1.ebuild sci-biology/gffutils/gffutils-0.8.7.1.ebuild X-VCS-Directories: sci-biology/gffutils/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 58c91a2f36087e3dcc9495d1846218a9c3e27561 X-VCS-Branch: master Date: Sat, 25 Mar 2023 05:10:23 +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: baa4d234-6dee-4184-a7e6-7e4e71c5a2c0 X-Archives-Hash: e47b0b3e269fd3ab9042f8f1352584f0 commit: 58c91a2f36087e3dcc9495d1846218a9c3e27561 Author: Horea Christian chymera eu> AuthorDate: Sat Mar 25 05:10:13 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Sat Mar 25 05:10:13 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=58c91a2f sci-biology/gffutils: update EAPI 7 -> 8 Signed-off-by: Horea Christian chymera.eu> sci-biology/gffutils/gffutils-0.10.1.ebuild | 7 +++++-- sci-biology/gffutils/gffutils-0.8.7.1.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sci-biology/gffutils/gffutils-0.10.1.ebuild b/sci-biology/gffutils/gffutils-0.10.1.ebuild index 5d024a687..06182853e 100644 --- a/sci-biology/gffutils/gffutils-0.10.1.ebuild +++ b/sci-biology/gffutils/gffutils-0.10.1.ebuild @@ -1,9 +1,9 @@ # 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} ) inherit distutils-r1 @@ -14,6 +14,9 @@ SRC_URI="https://github.com/daler/gffutils/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="test" +# Nose tests no longer supported +RESTRICT="test" RDEPEND=" dev-python/simplejson[${PYTHON_USEDEP}] diff --git a/sci-biology/gffutils/gffutils-0.8.7.1.ebuild b/sci-biology/gffutils/gffutils-0.8.7.1.ebuild index ea347faa2..29506bb9c 100644 --- a/sci-biology/gffutils/gffutils-0.8.7.1.ebuild +++ b/sci-biology/gffutils/gffutils-0.8.7.1.ebuild @@ -1,9 +1,9 @@ # 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} ) inherit distutils-r1