commit:     7f28e162617f9b976f061c464f9bb65ef88ea256
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 23:28:58 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 23:29:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f28e162

dev-python/socketio-client-nexus: enable PEP517 build

Closes: https://bugs.gentoo.org/909965
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .../socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild      | 8 +++++---
 1 file 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}]

Reply via email to