diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-16 19:38:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-16 19:38:24 +0300 |
commit | 03e2c6c252d3ee1834e4f831cf2a4d6bb0465f00 (patch) | |
tree | 29dc00ad29494897389eba697050611dc3ee39d1 /dev-python/visitor | |
parent | dev-python/visitor: EAPI=8, PEP517 (diff) | |
download | gentoo-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.ebuild | 5 |
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 |