dev-python/python-socketio: drop 4.6.0-r1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-12-17 18:03:09 +01:00
committed by Andreas Billmeier
parent 41a6229339
commit 58e47c194d
3 changed files with 2 additions and 37 deletions

View File

@@ -612,11 +612,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 1607 Ebuilds in total, 1596 of them have in total 1614 (42 different) licenses assigned.
There are 1606 Ebuilds in total, 1595 of them have in total 1613 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|927|
|MIT|926|
|Apache-2.0|340|
|GPL-3|102|
|BSD|88|

View File

@@ -1,5 +1,3 @@
DIST python-socketio-4.6.0.tar.gz 41016 BLAKE2B 62f37791bd3a0ad268c275b3455fa736cd7d2522890878ca400c1c51b051c8898039083a29073ae29151ac79efcd3343f41e0880bbe313c14b25c480945075e6 SHA512 bc3b6b4b4f8276109e8839cac8e42005b201beace745b7fb1218766013d329ab7926f17847710c1d71dbbd4376f497b0ea1c5a048f26fccefab64e322c816068
DIST python-socketio-5.3.0.tar.gz 44589 BLAKE2B 29a06b2744b021f388c210b874849267318660c307f23e650c08d325fe5a285b92f1cd31b68be1b09ba684b6654d430c08dff60b09d3880f04f0a474095a31da SHA512 21408c50581bc44db3303b0250fa0bece3440febff0f9fddd36cc9d476150992c0aaad15f225be4d6a5861b481a05edbf13fc46d53e00c24de41cf79fc7432ec
EBUILD python-socketio-4.6.0-r1.ebuild 710 BLAKE2B 87715cbf3797f2bf45c8fc0098c26f2fcf97b4606df4136c077d8b3b6405223ac7d21a93fc7b6780fbf7e4e4eb4767172bcb5fb8847f080c3e727744933cc754 SHA512 9e52a61c95dfe524d64b93212b820e4b9dd95220ed6558ef6c0968c26fa9f29366d7338f133c01be093ffb0bfea040187e1ebbdbb71777cbd25894693b2f2df0
EBUILD python-socketio-5.3.0.ebuild 710 BLAKE2B 87715cbf3797f2bf45c8fc0098c26f2fcf97b4606df4136c077d8b3b6405223ac7d21a93fc7b6780fbf7e4e4eb4767172bcb5fb8847f080c3e727744933cc754 SHA512 9e52a61c95dfe524d64b93212b820e4b9dd95220ed6558ef6c0968c26fa9f29366d7338f133c01be093ffb0bfea040187e1ebbdbb71777cbd25894693b2f2df0
MISC metadata.xml 597 BLAKE2B f3bd9cdabac420174d790b774952c6e6dbfdba73a0b59551ed63f8a0699ae2e2ba7943a38f35d05e7642fc3cae2b56a4f1a614fc1c9eecc707cd3f8e1443a3ff SHA512 94d96a316d113f681accc886847ae3362b871a0e82f50111bddaecf3e8d5b62a855ca85928ecadc23046b2fc281856ef96807f92da94ce718d44f66b3b3646b6

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
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="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/bidict-0.21.0[${PYTHON_USEDEP}]
dev-python/python-engineio[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest