summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-10-08 10:23:22 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-10-08 10:23:22 +0300
commit6d9a0d4d37f218e010c5357851f2338a96e71ba0 (patch)
treeb7939c79559819facce9dec6392ede17f595b8fe /x11-misc/arandr
parentapp-emacs/flycheck: Keyword 32_p20220328-r1 alpha, #873541 (diff)
downloadgentoo-6d9a0d4d37f218e010c5357851f2338a96e71ba0.tar.gz
gentoo-6d9a0d4d37f218e010c5357851f2338a96e71ba0.tar.bz2
gentoo-6d9a0d4d37f218e010c5357851f2338a96e71ba0.zip
x11-misc/arandr: PEP517, enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc/arandr')
-rw-r--r--x11-misc/arandr/arandr-0.1.10-r3.ebuild (renamed from x11-misc/arandr/arandr-0.1.10-r2.ebuild)6
1 files 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
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" )