summaryrefslogtreecommitdiff
path: root/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild')
-rw-r--r--dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild b/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild
index 337d4be1f0ea..c0ac1784d36f 100644
--- a/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild
+++ b/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN="socketIO-client-nexus"
@@ -19,6 +20,7 @@ KEYWORDS="~amd64 ~x86"
# require network
RESTRICT="test"
+BDEPEND="${DISTUTILS_DEPS}"
RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]