commit: 6d9a0d4d37f218e010c5357851f2338a96e71ba0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 07:23:22 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 07:23:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9a0d4d
x11-misc/arandr: PEP517, enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../arandr/{arandr-0.1.10-r2.ebuild => arandr-0.1.10-r3.ebuild} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/x11-misc/arandr/arandr-0.1.10-r2.ebuild
b/x11-misc/arandr/arandr-0.1.10-r3.ebuild
similarity index 89%
rename from x11-misc/arandr/arandr-0.1.10-r2.ebuild
rename to x11-misc/arandr/arandr-0.1.10-r3.ebuild
index 503f283eceda..ead8fd0956c0 100644
--- a/x11-misc/arandr/arandr-0.1.10-r2.ebuild
+++ b/x11-misc/arandr/arandr-0.1.10-r3.ebuild
@@ -3,9 +3,8 @@
EAPI=8
-DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Another XRandR GUI"
@@ -21,7 +20,6 @@ RDEPEND="
x11-libs/gtk+:3[introspection]
x11-apps/xrandr
"
-
BDEPEND="dev-python/docutils[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}/${PN}-0.1.10-manpages.patch" )