commit: 4907b77dc3b0d06cc15e07d87bf78b8d2d22b5be
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Dec 30 20:33:46 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Dec 30 20:33:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4907b77d
dev-python/queuelib: enable py3.12
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/queuelib/queuelib-1.6.2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/queuelib/queuelib-1.6.2.ebuild
b/dev-python/queuelib/queuelib-1.6.2.ebuild
index 6edc5200bc..a6b81e366a 100644
--- a/dev-python/queuelib/queuelib-1.6.2.ebuild
+++ b/dev-python/queuelib/queuelib-1.6.2.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1
DESCRIPTION="Collection of persistent and non-persistent queues for Python"