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 2158115806E for ; Mon, 22 May 2023 11:03:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB7F5E0ACB; Mon, 22 May 2023 11:03:47 +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 9F2D7E0ACB for ; Mon, 22 May 2023 11:03:47 +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 80395340B10 for ; Mon, 22 May 2023 11:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C56C8A75 for ; Mon, 22 May 2023 11:03:44 +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: <1684752934.52bfa88b3b17dabcca1b9ec64c24591095c4fd80.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nitime/nitime-9999.ebuild X-VCS-Directories: sci-biology/nitime/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 52bfa88b3b17dabcca1b9ec64c24591095c4fd80 X-VCS-Branch: master Date: Mon, 22 May 2023 11:03:44 +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: abf246b5-6b9c-4230-b8e0-75e85cd306ac X-Archives-Hash: 324151b02c82ee6cfaa1b296e3a22461 commit: 52bfa88b3b17dabcca1b9ec64c24591095c4fd80 Author: Horea Christian chymera eu> AuthorDate: Mon May 22 10:55:34 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Mon May 22 10:55:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=52bfa88b sci-biology/nitime: enable py3.11 Signed-off-by: Horea Christian chymera.eu> sci-biology/nitime/nitime-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild index 3e0894c90..f297c85f0 100644 --- a/sci-biology/nitime/nitime-9999.ebuild +++ b/sci-biology/nitime/nitime-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 git-r3 virtualx