dev-util/redo: add python3.12 support

Closes: https://bugs.gentoo.org/929549
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Filip Kobierski
2024-08-24 21:45:08 +02:00
committed by Joonas Niilola
parent 74cf767c37
commit 9dd7de5f46

View File

@@ -1,10 +1,11 @@
# Copyright 2018-2023 Gentoo Authors
# Copyright 2018-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="sqlite"
inherit edo multiprocessing python-single-r1
DESCRIPTION="Smaller, easier, more powerful, and more reliable than make"