gentoo/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild
Zac Medico cadf393725
dev-python/socketio-client-nexus: enable py3.13
Closes: https://bugs.gentoo.org/952372
Signed-off-by: Zac Medico <zmedico@gentoo.org>
2025-03-27 17:37:42 -07:00

28 lines
670 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN="socketIO-client-nexus"
inherit distutils-r1 pypi
DESCRIPTION="A socket.io 2.x client library for Python"
HOMEPAGE="https://github.com/nexus-devs/socketIO-client-2.0.3/ https://pypi.org/project/socketIO-client-nexus/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# require network
RESTRICT="test"
BDEPEND="${DISTUTILS_DEPS}"
RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/websocket-client[${PYTHON_USEDEP}]"