commit:     8c7f39b0c18ff07cd0cb49bba23f32df6bd50695
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 18:33:27 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 18:33:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c7f39b0

dev-python/dasbus: enable py3.12, use PEP517

Closes: https://bugs.gentoo.org/921795
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/dasbus/{dasbus-1.7.ebuild => dasbus-1.7-r1.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/dasbus/dasbus-1.7.ebuild 
b/dev-python/dasbus/dasbus-1.7-r1.ebuild
similarity index 80%
rename from dev-python/dasbus/dasbus-1.7.ebuild
rename to dev-python/dasbus/dasbus-1.7-r1.ebuild
index 2f43a9d74e..089779cc42 100644
--- a/dev-python/dasbus/dasbus-1.7.ebuild
+++ b/dev-python/dasbus/dasbus-1.7-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="DBus library in Python 3"

Reply via email to