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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA47715800F for ; Fri, 13 Jan 2023 07:43:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B585DE07D4; Fri, 13 Jan 2023 07:43:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DC02E07D4 for ; Fri, 13 Jan 2023 07:43:50 +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 85B69340970 for ; Fri, 13 Jan 2023 07:43:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F15CB7F2 for ; Fri, 13 Jan 2023 07:43:47 +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: <1673595742.68cf951482f7c6cfc4e238b28f4f4c2dd7844128.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tigmint/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/tigmint/tigmint-1.2.4-r1.ebuild X-VCS-Directories: sci-biology/tigmint/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 68cf951482f7c6cfc4e238b28f4f4c2dd7844128 X-VCS-Branch: master Date: Fri, 13 Jan 2023 07:43:47 +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: 5ae06805-176c-43fc-a2a1-2a89eafbfb74 X-Archives-Hash: 321f7a3e844a6d7dba45c248a8e98f1a commit: 68cf951482f7c6cfc4e238b28f4f4c2dd7844128 Author: Horea Christian chymera eu> AuthorDate: Fri Jan 13 07:42:22 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Fri Jan 13 07:42:22 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=68cf9514 sci-biology/tigmint: enable py3.10 and disable py3.8, py3.9 Signed-off-by: Horea Christian chymera.eu> sci-biology/tigmint/tigmint-1.2.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/tigmint/tigmint-1.2.4-r1.ebuild b/sci-biology/tigmint/tigmint-1.2.4-r1.ebuild index 84b582151..c5f630a96 100644 --- a/sci-biology/tigmint/tigmint-1.2.4-r1.ebuild +++ b/sci-biology/tigmint/tigmint-1.2.4-r1.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=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{10..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1