commit: f20acf00f1b6374b2411ad3b5d612a9abb7908ba
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Oct 9 09:10:09 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 09:10:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f20acf00
dev-python/daff: enable py3.12
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/daff/daff-1.3.46.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/daff/daff-1.3.46.ebuild
b/dev-python/daff/daff-1.3.46.ebuild
index e507624d13..f6bbcf106b 100644
--- a/dev-python/daff/daff-1.3.46.ebuild
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="The daff can produce and apply tabular diffs"