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 289CC158064 for ; Wed, 8 May 2024 14:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25F4FE2D6E; Wed, 8 May 2024 14:55:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 04202E2D6D for ; Wed, 8 May 2024 14:55:27 +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 6F2523431CF for ; Wed, 8 May 2024 14:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90935F34 for ; Wed, 8 May 2024 14:55:24 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1715180118.c2406be92ea7399265978bda2eeb93bc83219b69.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/pyromaths/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild X-VCS-Directories: sci-mathematics/pyromaths/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: c2406be92ea7399265978bda2eeb93bc83219b69 X-VCS-Branch: dev Date: Wed, 8 May 2024 14:55:24 +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: 221d5534-0492-46ee-8b98-88709dcc52a2 X-Archives-Hash: 427ca8c538b9063d3f99dded53354628 commit: c2406be92ea7399265978bda2eeb93bc83219b69 Author: Henri Gasc eurecom fr> AuthorDate: Tue May 7 22:38:42 2024 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Wed May 8 14:55:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2406be9 sci-mathematics/pyromaths: enable py3.12 Closes: https://bugs.gentoo.org/931479 Signed-off-by: Henri Gasc eurecom.fr> sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild b/sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild index 0a7bd96a28..da1e87e8fa 100644 --- a/sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild +++ b/sci-mathematics/pyromaths/pyromaths-21.8.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -21,7 +21,7 @@ S="${WORKDIR}/${PN}-version-${PV}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="test doc" +IUSE="doc" RDEPEND=" dev-python/lxml[${PYTHON_USEDEP}]