summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-12 11:55:31 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-12 13:59:18 +0200
commit598b45752aab904035b6840f85dd0cca8678f251 (patch)
tree064e08f05d14af7250551ec1af3809396815f6b8 /dev-python/requestsexceptions
parentdev-python/keystoneauth: enable py3.11 (diff)
downloadgentoo-598b45752aab904035b6840f85dd0cca8678f251.tar.gz
gentoo-598b45752aab904035b6840f85dd0cca8678f251.tar.bz2
gentoo-598b45752aab904035b6840f85dd0cca8678f251.zip
dev-python/requestsexceptions: EAPI=8, PEP517
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/requestsexceptions')
-rw-r--r--dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild (renamed from dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/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