dev-python/python-socketio - 4.3.1 (sk-overlay)

Search

Package Information

Description:
Python Socket.IO server and client
Homepage:
https://github.com/miguelgrinberg/python-socketio
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.3.1 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Python Socket.IO server and client"
HOMEPAGE="https://github.com/miguelgrinberg/python-socketio"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	dev-python/setuptools
	dev-python/six
	dev-python/python-engineio
"
RDEPEND="${DEPEND}"

Dependencies

DEPEND

	dev-python/setuptools
	dev-python/six
	dev-python/python-engineio

RDEPEND

	dev-python/setuptools
	dev-python/six
	dev-python/python-engineio