summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-16 19:38:24 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-16 19:38:24 +0300
commit03e2c6c252d3ee1834e4f831cf2a4d6bb0465f00 (patch)
tree29dc00ad29494897389eba697050611dc3ee39d1 /dev-python/visitor
parentdev-python/visitor: EAPI=8, PEP517 (diff)
downloadgentoo-03e2c6c252d3ee1834e4f831cf2a4d6bb0465f00.tar.gz
gentoo-03e2c6c252d3ee1834e4f831cf2a4d6bb0465f00.tar.bz2
gentoo-03e2c6c252d3ee1834e4f831cf2a4d6bb0465f00.zip
dev-python/visitor: update EAPI 7 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/visitor')
-rw-r--r--dev-python/visitor/visitor-0.1.3-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/visitor/visitor-0.1.3-r2.ebuild b/dev-python/visitor/visitor-0.1.3-r2.ebuild
index d1baf6a25481..7b3e44ba3ce8 100644
--- a/dev-python/visitor/visitor-0.1.3-r2.ebuild
+++ b/dev-python/visitor/visitor-0.1.3-r2.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1