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 14D5015ACFC for ; Thu, 4 May 2023 12:57:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48D3BE0946; Thu, 4 May 2023 12:57:57 +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 2E5B9E0946 for ; Thu, 4 May 2023 12:57:57 +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 56C30340CAA for ; Thu, 4 May 2023 12:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97E0E8E4 for ; Thu, 4 May 2023 12:57:54 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1683205069.1800cfef1a9785b74a109c53af70e7215ad7f84b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild X-VCS-Directories: sci-chemistry/GromacsWrapper/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1800cfef1a9785b74a109c53af70e7215ad7f84b X-VCS-Branch: master Date: Thu, 4 May 2023 12:57:54 +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: 15b21496-173d-4872-b249-61968f3ad126 X-Archives-Hash: 3fd815902f0e359b96dbc84c7c76263f commit: 1800cfef1a9785b74a109c53af70e7215ad7f84b Author: Pacho Ramos gentoo org> AuthorDate: Thu May 4 12:57:34 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu May 4 12:57:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1800cfef sci-chemistry/GromacsWrapper: enable py3.11 Closes: https://bugs.gentoo.org/897192 Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild index 1ab456c78c9c..cf12f39f51df 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools if [[ ${PV} = *9999* ]]; then