commit: 598b45752aab904035b6840f85dd0cca8678f251
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 09:55:31 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 11:59:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598b4575
dev-python/requestsexceptions: EAPI=8, PEP517
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
...uestsexceptions-1.4.0.ebuild => requestsexceptions-1.4.0-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild
similarity index 92%
rename from dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
rename to dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild
index 8009ee3bc158..1e2d220faf92 100644
--- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
+++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1