dev-python/python-socketio: add 5.11.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-21 14:20:08 +02:00
parent 58af2c23ca
commit bb5051d9a3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 4 deletions

View File

@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1973 Ebuilds in total, 1962 of them have in total 1987 (42 different) licenses assigned.
There are 1974 Ebuilds in total, 1963 of them have in total 1988 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1142|
|MIT|1143|
|Apache-2.0|439|
|GPL-3|114|
|BSD|112|

View File

@ -1,3 +1,5 @@
DIST python-socketio-4.6.0.tar.gz 41016 BLAKE2B 62f37791bd3a0ad268c275b3455fa736cd7d2522890878ca400c1c51b051c8898039083a29073ae29151ac79efcd3343f41e0880bbe313c14b25c480945075e6 SHA512 bc3b6b4b4f8276109e8839cac8e42005b201beace745b7fb1218766013d329ab7926f17847710c1d71dbbd4376f497b0ea1c5a048f26fccefab64e322c816068
EBUILD python-socketio-4.6.0-r2.ebuild 950 BLAKE2B 58f5c2d9b76372391b4610641232c710c6e202369b943fc111be72f5d9c6070154cbe2743e95efe7677318ea6ca7f0634808e9f51249ec40c78f6712755bd405 SHA512 0da83808cf00031bf714fdc1b4f33af8a7dbea793b456aa521422adbb090087b0eab688bd5ac95aa2e01a63797b418d80286d580dc22a419765617e363cfe260
DIST python_socketio-5.11.4.tar.gz 118982 BLAKE2B 577202ad731b0b25eb57617f322ae203376cdb381e42d0318e72bcc8b5eb9dcbbef20d50f5d2acb20360280160a58e0ca966b42038dde917c173e5cda3636522 SHA512 c61d8247b1f2aab5eb2094a1c6bdd9cd53da66847584c48e7f8e026f8ba1705a87a8bfb7837485c1c3929b6d40b453d297a3a109298eb4ce6d6a784f08da2e1b
EBUILD python-socketio-4.6.0-r2.ebuild 950 BLAKE2B 7e429ad63caf5fb7c29823b8fd9a804b9c0f0471824c42a173ec186ac52f89559563434295f92f81538c62887f79142e6fef1c775e8d5509a1bad68a697690b0 SHA512 fbcad0a8905eb657b1caf4033f11ab48bf922fbfea27da227b23138f5b9362a8736a2a560468d7f26e244c3bd3e613e249b44cd8ce97f272c807bf8655807a48
EBUILD python-socketio-5.11.4.ebuild 815 BLAKE2B 1dfa27939c1320209348e11ac98b6ae3f0bedeb66edaa9418c7d46a0f626afbc7b33a003b7c2991752b68a4426d5c9b1ba52cd447aed00db2280d5da716e6737 SHA512 21c0e053d592b216b28cae9964ddd286be8ebd129c5c3db269621011eb334f6351bca4ecd51ad25b8bfd51c38eb9a3f277dd2c8a2dbc69e1733607ec9535b030
MISC metadata.xml 597 BLAKE2B f3bd9cdabac420174d790b774952c6e6dbfdba73a0b59551ed63f8a0699ae2e2ba7943a38f35d05e7642fc3cae2b56a4f1a614fc1c9eecc707cd3f8e1443a3ff SHA512 94d96a316d113f681accc886847ae3362b871a0e82f50111bddaecf3e8d5b62a855ca85928ecadc23046b2fc281856ef96807f92da94ce718d44f66b3b3646b6

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,35 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Socket.IO server"
HOMEPAGE="https://github.com/miguelgrinberg/python-socketio/ https://pypi.org/project/python-socketio/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="asyncio_client client test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bidict-0.21.0[${PYTHON_USEDEP}]
dev-python/python-engineio[${PYTHON_USEDEP}]
client? (
>=dev-python/requests-2.21.0
>=dev-python/websocket-client-0.54.0
)
asyncio_client? (
>=dev-python/aiohttp-3.4
)"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest