summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-04-20 09:37:41 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-04-20 09:39:05 +0200
commit32896fd18bd3ef7eca026631ca559dc6bd1010db (patch)
treed1c28c0a9cdc6688d6958b368ff601d17439a5d2 /sci-libs
parentprofiles: mask <sys-libs/glibc-2.38-r10 (diff)
downloadgentoo-32896fd18bd3ef7eca026631ca559dc6bd1010db.tar.gz
gentoo-32896fd18bd3ef7eca026631ca559dc6bd1010db.tar.bz2
gentoo-32896fd18bd3ef7eca026631ca559dc6bd1010db.zip
sci-libs/evaluate: python3.12
Closes: https://bugs.gentoo.org/929773 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/evaluate/evaluate-0.4.0-r3.ebuild (renamed from sci-libs/evaluate/evaluate-0.4.0-r2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/evaluate/evaluate-0.4.0-r2.ebuild b/sci-libs/evaluate/evaluate-0.4.0-r3.ebuild
index 61fc96cebeac..ffcfa55cc008 100644
--- a/sci-libs/evaluate/evaluate-0.4.0-r2.ebuild
+++ b/sci-libs/evaluate/evaluate-0.4.0-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1