public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-socketio/
@ 2024-01-09 15:13 David Roman
  2024-01-09 13:42 ` [gentoo-commits] repo/proj/guru:dev " David Roman
  0 siblings, 1 reply; 11+ messages in thread
From: David Roman @ 2024-01-09 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4952ebf194eb576719181ab9ea69336af83f23bd
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jan  9 13:41:42 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jan  9 13:41:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4952ebf1

dev-python/python-socketio: add 5.11.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/python-socketio/Manifest                |  1 +
 .../python-socketio/python-socketio-5.11.0.ebuild  | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest
index 38c96ee631..db695e1566 100644
--- a/dev-python/python-socketio/Manifest
+++ b/dev-python/python-socketio/Manifest
@@ -1,3 +1,4 @@
 DIST python-socketio-5.10.0.tar.gz 114300 BLAKE2B 134fc3a03f3923afb9ff96f3765c738cf296f875718fb35ccdeade77bae185ed2c5973e1adcdf69e3fcf4b98ecbe0177161c5405ef6782798c5ce355f427ca71 SHA512 e20a88d6031d69c64db777487bfc8cfe043d4e893e73194c82f529290d0852352b5d011d07f4ce82a51e71f34cf483be99a5851eb5969d520fc8126009d7363f
+DIST python-socketio-5.11.0.tar.gz 116482 BLAKE2B b55aec3c18d5313a82d6d430158fbe7e955295d36a363d4072c76cff71596e8b3e805e7a571fac343258a8576501f1f25fe92c5bf1aaffcc7272b4dea7cac2c2 SHA512 ed2068812cb7d2e74dcf9ff15a9c9b957ac07369f786a6db67d78286f0c49a7b860c5356040d405d50351c0ae49cf4f939f106d796a614c45743df1220a9b575
 DIST python-socketio-5.8.0.tar.gz 47872 BLAKE2B 465593a89bb0504af485ec4c94a52159548ce3cace3f58c9174d694e35b40c6eb68e5a0350ee34551b6d01c47d571be63f7cc91a42ca9815c2a3a271825f3624 SHA512 653a6764e22738f0aaad3fb03ef193d820780d61fcffede117a2a2cf7097c722974bded7869639f4ac01dc9a121d90dcbeca70fcc9bbb4e96e3b87bd39e69180
 DIST python-socketio-5.9.0.tar.gz 47982 BLAKE2B 3fc120b597f92d404972807a40275a5cdb32a38e6e634034c6c4792cc94635dac1c0a911eec75aeaf961358399873c1de1ad6fcf43389ac96c6e5dc48746bced SHA512 145fbcc4a0d089f96d57aabea1b097badea1b9aaf64dc5401503908460e70400ce5c0581184ff574c97cfabce03fda89285223ec03814fa3d33557476d27ffc4

diff --git a/dev-python/python-socketio/python-socketio-5.11.0.ebuild b/dev-python/python-socketio/python-socketio-5.11.0.ebuild
new file mode 100644
index 0000000000..fba80ab748
--- /dev/null
+++ b/dev-python/python-socketio/python-socketio-5.11.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10,11,12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python implementation of the Socket.IO realtime server."
+HOMEPAGE="
+	https://python-socketio.readthedocs.org/
+	https://github.com/miguelgrinberg/python-socketio/
+	https://pypi.org/project/python-socketio"
+
+LICENSE="MIT"
+SLOT="0"
+#wait for dev-python/python-engineio
+KEYWORDS="~amd64"
+IUSE="client asyncio-client"
+
+RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]
+	>=dev-python/python-engineio-4.0.0[${PYTHON_USEDEP}]
+	client? ( dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/websocket-client[${PYTHON_USEDEP}] )
+	asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}]
+		dev-python/websockets[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# pypi tarball does not contain tests
+RESTRICT="test"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-socketio/
@ 2024-07-30 13:11 David Roman
  2024-07-30 16:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 11+ messages in thread
From: David Roman @ 2024-07-30 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     7e6f7cc5afd05992a94dead5c3e3e0cf77d079c8
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jul 30 13:11:22 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul 30 13:11:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e6f7cc5

dev-python/python-socketio: add 5.11.3

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/python-socketio/Manifest                |  1 +
 .../python-socketio/python-socketio-5.11.3.ebuild  | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest
index 49ae47954..fbb3d4d18 100644
--- a/dev-python/python-socketio/Manifest
+++ b/dev-python/python-socketio/Manifest
@@ -1,2 +1,3 @@
 DIST python-socketio-5.11.0.tar.gz 116482 BLAKE2B b55aec3c18d5313a82d6d430158fbe7e955295d36a363d4072c76cff71596e8b3e805e7a571fac343258a8576501f1f25fe92c5bf1aaffcc7272b4dea7cac2c2 SHA512 ed2068812cb7d2e74dcf9ff15a9c9b957ac07369f786a6db67d78286f0c49a7b860c5356040d405d50351c0ae49cf4f939f106d796a614c45743df1220a9b575
 DIST python-socketio-5.11.1.tar.gz 116661 BLAKE2B baadab35001cb8b5b45af302787aef2eaf1b01f29590c91d0797ce597e0bd8e55ae1c7277bbd852157faa3677e10f0022245d1d1e75c859358fa6cf9ff9ae687 SHA512 95fbaac7040e53975c68b94cc47dad58bc4b5f19138560b3b48e5c44ddef66459a8fc2277958c738f7f85ba159c54ba4e2eea93d05f35e74a5a71c9901584dc8
+DIST python_socketio-5.11.3.tar.gz 117702 BLAKE2B 304747caec9933fc9b20287e049d4d964ad50efe6aeaf7cc5900892252d55ef20aebc92154f811f99304e775b8f90dc0e95726dc85cb6afc246969a1d37cbef2 SHA512 136e2e49eacb1b8ab2726487fd53a486fdb12f2803112b69017128dc3ecb6d1cbf9360da8e6b30fe1967a8d8a0c0d2fe0d305428a9e5b9bd3a0dc660406ae799

diff --git a/dev-python/python-socketio/python-socketio-5.11.3.ebuild b/dev-python/python-socketio/python-socketio-5.11.3.ebuild
new file mode 100644
index 000000000..709d80470
--- /dev/null
+++ b/dev-python/python-socketio/python-socketio-5.11.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10,11,12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python implementation of the Socket.IO realtime server."
+HOMEPAGE="
+	https://python-socketio.readthedocs.org/
+	https://github.com/miguelgrinberg/python-socketio/
+	https://pypi.org/project/python-socketio"
+
+LICENSE="MIT"
+SLOT="0"
+#wait for dev-python/python-engineio
+KEYWORDS="~amd64"
+IUSE="client asyncio-client"
+
+RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]
+	>=dev-python/python-engineio-4.0.0[${PYTHON_USEDEP}]
+	client? ( dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/websocket-client[${PYTHON_USEDEP}] )
+	asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}]
+		dev-python/websockets[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# pypi tarball does not contain tests
+RESTRICT="test"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-socketio/
@ 2024-07-30 13:11 David Roman
  2024-07-30 16:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 11+ messages in thread
From: David Roman @ 2024-07-30 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ab20fc97d1719b8487a3c40e61a9dd3c3616303b
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jul 30 13:11:41 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul 30 13:11:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab20fc97

dev-python/python-socketio: drop 5.11.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/python-socketio/Manifest                |  1 -
 .../python-socketio/python-socketio-5.11.0.ebuild  | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest
index fbb3d4d18..94cb63ae8 100644
--- a/dev-python/python-socketio/Manifest
+++ b/dev-python/python-socketio/Manifest
@@ -1,3 +1,2 @@
-DIST python-socketio-5.11.0.tar.gz 116482 BLAKE2B b55aec3c18d5313a82d6d430158fbe7e955295d36a363d4072c76cff71596e8b3e805e7a571fac343258a8576501f1f25fe92c5bf1aaffcc7272b4dea7cac2c2 SHA512 ed2068812cb7d2e74dcf9ff15a9c9b957ac07369f786a6db67d78286f0c49a7b860c5356040d405d50351c0ae49cf4f939f106d796a614c45743df1220a9b575
 DIST python-socketio-5.11.1.tar.gz 116661 BLAKE2B baadab35001cb8b5b45af302787aef2eaf1b01f29590c91d0797ce597e0bd8e55ae1c7277bbd852157faa3677e10f0022245d1d1e75c859358fa6cf9ff9ae687 SHA512 95fbaac7040e53975c68b94cc47dad58bc4b5f19138560b3b48e5c44ddef66459a8fc2277958c738f7f85ba159c54ba4e2eea93d05f35e74a5a71c9901584dc8
 DIST python_socketio-5.11.3.tar.gz 117702 BLAKE2B 304747caec9933fc9b20287e049d4d964ad50efe6aeaf7cc5900892252d55ef20aebc92154f811f99304e775b8f90dc0e95726dc85cb6afc246969a1d37cbef2 SHA512 136e2e49eacb1b8ab2726487fd53a486fdb12f2803112b69017128dc3ecb6d1cbf9360da8e6b30fe1967a8d8a0c0d2fe0d305428a9e5b9bd3a0dc660406ae799

diff --git a/dev-python/python-socketio/python-socketio-5.11.0.ebuild b/dev-python/python-socketio/python-socketio-5.11.0.ebuild
deleted file mode 100644
index fba80ab74..000000000
--- a/dev-python/python-socketio/python-socketio-5.11.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10,11,12} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python implementation of the Socket.IO realtime server."
-HOMEPAGE="
-	https://python-socketio.readthedocs.org/
-	https://github.com/miguelgrinberg/python-socketio/
-	https://pypi.org/project/python-socketio"
-
-LICENSE="MIT"
-SLOT="0"
-#wait for dev-python/python-engineio
-KEYWORDS="~amd64"
-IUSE="client asyncio-client"
-
-RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]
-	>=dev-python/python-engineio-4.0.0[${PYTHON_USEDEP}]
-	client? ( dev-python/requests[${PYTHON_USEDEP}]
-		dev-python/websocket-client[${PYTHON_USEDEP}] )
-	asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}]
-		dev-python/websockets[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# pypi tarball does not contain tests
-RESTRICT="test"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-socketio/
@ 2024-05-08 12:16 David Roman
  0 siblings, 0 replies; 11+ messages in thread
From: David Roman @ 2024-05-08 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     fc5ad1940fd3dbdfea8a299c989b9802ddd29148
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed May  8 10:40:55 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May  8 10:40:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc5ad194

dev-python/python-socketio: drop 5.10.0

Closes: https://bugs.gentoo.org/931418
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/python-socketio/Manifest                |  1 -
 .../python-socketio/python-socketio-5.10.0.ebuild  | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest
index eacfee03aa..49ae479545 100644
--- a/dev-python/python-socketio/Manifest
+++ b/dev-python/python-socketio/Manifest
@@ -1,3 +1,2 @@
-DIST python-socketio-5.10.0.tar.gz 114300 BLAKE2B 134fc3a03f3923afb9ff96f3765c738cf296f875718fb35ccdeade77bae185ed2c5973e1adcdf69e3fcf4b98ecbe0177161c5405ef6782798c5ce355f427ca71 SHA512 e20a88d6031d69c64db777487bfc8cfe043d4e893e73194c82f529290d0852352b5d011d07f4ce82a51e71f34cf483be99a5851eb5969d520fc8126009d7363f
 DIST python-socketio-5.11.0.tar.gz 116482 BLAKE2B b55aec3c18d5313a82d6d430158fbe7e955295d36a363d4072c76cff71596e8b3e805e7a571fac343258a8576501f1f25fe92c5bf1aaffcc7272b4dea7cac2c2 SHA512 ed2068812cb7d2e74dcf9ff15a9c9b957ac07369f786a6db67d78286f0c49a7b860c5356040d405d50351c0ae49cf4f939f106d796a614c45743df1220a9b575
 DIST python-socketio-5.11.1.tar.gz 116661 BLAKE2B baadab35001cb8b5b45af302787aef2eaf1b01f29590c91d0797ce597e0bd8e55ae1c7277bbd852157faa3677e10f0022245d1d1e75c859358fa6cf9ff9ae687 SHA512 95fbaac7040e53975c68b94cc47dad58bc4b5f19138560b3b48e5c44ddef66459a8fc2277958c738f7f85ba159c54ba4e2eea93d05f35e74a5a71c9901584dc8

diff --git a/dev-python/python-socketio/python-socketio-5.10.0.ebuild b/dev-python/python-socketio/python-socketio-5.10.0.ebuild
deleted file mode 100644
index f02fa5f934..0000000000
--- a/dev-python/python-socketio/python-socketio-5.10.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10,11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python implementation of the Socket.IO realtime server."
-HOMEPAGE="
-	https://python-socketio.readthedocs.org/
-	https://github.com/miguelgrinberg/python-socketio/
-	https://pypi.org/project/python-socketio"
-
-LICENSE="MIT"
-SLOT="0"
-#wait for dev-python/python-engineio
-KEYWORDS="~amd64"
-IUSE="client asyncio-client"
-
-RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]
-	>=dev-python/python-engineio-4.0.0[${PYTHON_USEDEP}]
-	client? ( dev-python/requests[${PYTHON_USEDEP}]
-		dev-python/websocket-client[${PYTHON_USEDEP}] )
-	asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}]
-		dev-python/websockets[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# pypi tarball does not contain tests
-RESTRICT="test"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-socketio/
@ 2024-02-06 15:39 David Roman
  2024-02-07 10:10 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 11+ messages in thread
From: David Roman @ 2024-02-06 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     274210ad0b11490cb9a6b0a7f1d7d0ff9fefeaf1
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Feb  6 15:39:21 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Feb  6 15:39:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=274210ad

dev-python/python-socketio: add 5.11.1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/python-socketio/Manifest                |  1 +
 .../python-socketio/python-socketio-5.11.1.ebuild  | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest
index ed02dbea62..eacfee03aa 100644
--- a/dev-python/python-socketio/Manifest
+++ b/dev-python/python-socketio/Manifest
@@ -1,2 +1,3 @@
 DIST python-socketio-5.10.0.tar.gz 114300 BLAKE2B 134fc3a03f3923afb9ff96f3765c738cf296f875718fb35ccdeade77bae185ed2c5973e1adcdf69e3fcf4b98ecbe0177161c5405ef6782798c5ce355f427ca71 SHA512 e20a88d6031d69c64db777487bfc8cfe043d4e893e73194c82f529290d0852352b5d011d07f4ce82a51e71f34cf483be99a5851eb5969d520fc8126009d7363f
 DIST python-socketio-5.11.0.tar.gz 116482 BLAKE2B b55aec3c18d5313a82d6d430158fbe7e955295d36a363d4072c76cff71596e8b3e805e7a571fac343258a8576501f1f25fe92c5bf1aaffcc7272b4dea7cac2c2 SHA512 ed2068812cb7d2e74dcf9ff15a9c9b957ac07369f786a6db67d78286f0c49a7b860c5356040d405d50351c0ae49cf4f939f106d796a614c45743df1220a9b575
+DIST python-socketio-5.11.1.tar.gz 116661 BLAKE2B baadab35001cb8b5b45af302787aef2eaf1b01f29590c91d0797ce597e0bd8e55ae1c7277bbd852157faa3677e10f0022245d1d1e75c859358fa6cf9ff9ae687 SHA512 95fbaac7040e53975c68b94cc47dad58bc4b5f19138560b3b48e5c44ddef66459a8fc2277958c738f7f85ba159c54ba4e2eea93d05f35e74a5a71c9901584dc8

diff --git a/dev-python/python-socketio/python-socketio-5.11.1.ebuild b/dev-python/python-socketio/python-socketio-5.11.1.ebuild
new file mode 100644
index 0000000000..fba80ab748
--- /dev/null
+++ b/dev-python/python-socketio/python-socketio-5.11.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10,11,12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python implementation of the Socket.IO realtime server."
+HOMEPAGE="
+	https://python-socketio.readthedocs.org/
+	https://github.com/miguelgrinberg/python-socketio/
+	https://pypi.org/project/python-socketio"
+
+LICENSE="MIT"
+SLOT="0"
+#wait for dev-python/python-engineio
+KEYWORDS="~amd64"
+IUSE="client asyncio-client"
+
+RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]
+	>=dev-python/python-engineio-4.0.0[${PYTHON_USEDEP}]
+	client? ( dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/websocket-client[${PYTHON_USEDEP}] )
+	asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}]
+		dev-python/websockets[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# pypi tarball does not contain tests
+RESTRICT="test"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-socketio/
@ 2024-01-09 13:42 David Roman
  2024-01-09 15:13 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 11+ messages in thread
From: David Roman @ 2024-01-09 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     27b426dea1713b61e0286c86d77398b91c2cd351
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jan  9 13:42:38 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jan  9 13:42:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27b426de

dev-python/python-socketio: drop 5.8.0, 5.9.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/python-socketio/Manifest                |  2 --
 .../python-socketio/python-socketio-5.8.0.ebuild   | 33 ----------------------
 .../python-socketio/python-socketio-5.9.0.ebuild   | 33 ----------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest
index db695e1566..ed02dbea62 100644
--- a/dev-python/python-socketio/Manifest
+++ b/dev-python/python-socketio/Manifest
@@ -1,4 +1,2 @@
 DIST python-socketio-5.10.0.tar.gz 114300 BLAKE2B 134fc3a03f3923afb9ff96f3765c738cf296f875718fb35ccdeade77bae185ed2c5973e1adcdf69e3fcf4b98ecbe0177161c5405ef6782798c5ce355f427ca71 SHA512 e20a88d6031d69c64db777487bfc8cfe043d4e893e73194c82f529290d0852352b5d011d07f4ce82a51e71f34cf483be99a5851eb5969d520fc8126009d7363f
 DIST python-socketio-5.11.0.tar.gz 116482 BLAKE2B b55aec3c18d5313a82d6d430158fbe7e955295d36a363d4072c76cff71596e8b3e805e7a571fac343258a8576501f1f25fe92c5bf1aaffcc7272b4dea7cac2c2 SHA512 ed2068812cb7d2e74dcf9ff15a9c9b957ac07369f786a6db67d78286f0c49a7b860c5356040d405d50351c0ae49cf4f939f106d796a614c45743df1220a9b575
-DIST python-socketio-5.8.0.tar.gz 47872 BLAKE2B 465593a89bb0504af485ec4c94a52159548ce3cace3f58c9174d694e35b40c6eb68e5a0350ee34551b6d01c47d571be63f7cc91a42ca9815c2a3a271825f3624 SHA512 653a6764e22738f0aaad3fb03ef193d820780d61fcffede117a2a2cf7097c722974bded7869639f4ac01dc9a121d90dcbeca70fcc9bbb4e96e3b87bd39e69180
-DIST python-socketio-5.9.0.tar.gz 47982 BLAKE2B 3fc120b597f92d404972807a40275a5cdb32a38e6e634034c6c4792cc94635dac1c0a911eec75aeaf961358399873c1de1ad6fcf43389ac96c6e5dc48746bced SHA512 145fbcc4a0d089f96d57aabea1b097badea1b9aaf64dc5401503908460e70400ce5c0581184ff574c97cfabce03fda89285223ec03814fa3d33557476d27ffc4

diff --git a/dev-python/python-socketio/python-socketio-5.8.0.ebuild b/dev-python/python-socketio/python-socketio-5.8.0.ebuild
deleted file mode 100644
index f02fa5f934..0000000000
--- a/dev-python/python-socketio/python-socketio-5.8.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10,11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python implementation of the Socket.IO realtime server."
-HOMEPAGE="
-	https://python-socketio.readthedocs.org/
-	https://github.com/miguelgrinberg/python-socketio/
-	https://pypi.org/project/python-socketio"
-
-LICENSE="MIT"
-SLOT="0"
-#wait for dev-python/python-engineio
-KEYWORDS="~amd64"
-IUSE="client asyncio-client"
-
-RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]
-	>=dev-python/python-engineio-4.0.0[${PYTHON_USEDEP}]
-	client? ( dev-python/requests[${PYTHON_USEDEP}]
-		dev-python/websocket-client[${PYTHON_USEDEP}] )
-	asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}]
-		dev-python/websockets[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# pypi tarball does not contain tests
-RESTRICT="test"

diff --git a/dev-python/python-socketio/python-socketio-5.9.0.ebuild b/dev-python/python-socketio/python-socketio-5.9.0.ebuild
deleted file mode 100644
index f02fa5f934..0000000000
--- a/dev-python/python-socketio/python-socketio-5.9.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10,11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python implementation of the Socket.IO realtime server."
-HOMEPAGE="
-	https://python-socketio.readthedocs.org/
-	https://github.com/miguelgrinberg/python-socketio/
-	https://pypi.org/project/python-socketio"
-
-LICENSE="MIT"
-SLOT="0"
-#wait for dev-python/python-engineio
-KEYWORDS="~amd64"
-IUSE="client asyncio-client"
-
-RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]
-	>=dev-python/python-engineio-4.0.0[${PYTHON_USEDEP}]
-	client? ( dev-python/requests[${PYTHON_USEDEP}]
-		dev-python/websocket-client[${PYTHON_USEDEP}] )
-	asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}]
-		dev-python/websockets[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# pypi tarball does not contain tests
-RESTRICT="test"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-socketio/
@ 2023-10-17 12:26 David Roman
  0 siblings, 0 replies; 11+ messages in thread
From: David Roman @ 2023-10-17 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0bbd0355ec65fad15f03456648513d037830cadb
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct 17 12:20:05 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 17 12:20:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bbd0355

dev-python/python-socketio: add 5.10.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/python-socketio/Manifest                |  1 +
 .../python-socketio/python-socketio-5.10.0.ebuild  | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest
index 3a2d3967b4..38c96ee631 100644
--- a/dev-python/python-socketio/Manifest
+++ b/dev-python/python-socketio/Manifest
@@ -1,2 +1,3 @@
+DIST python-socketio-5.10.0.tar.gz 114300 BLAKE2B 134fc3a03f3923afb9ff96f3765c738cf296f875718fb35ccdeade77bae185ed2c5973e1adcdf69e3fcf4b98ecbe0177161c5405ef6782798c5ce355f427ca71 SHA512 e20a88d6031d69c64db777487bfc8cfe043d4e893e73194c82f529290d0852352b5d011d07f4ce82a51e71f34cf483be99a5851eb5969d520fc8126009d7363f
 DIST python-socketio-5.8.0.tar.gz 47872 BLAKE2B 465593a89bb0504af485ec4c94a52159548ce3cace3f58c9174d694e35b40c6eb68e5a0350ee34551b6d01c47d571be63f7cc91a42ca9815c2a3a271825f3624 SHA512 653a6764e22738f0aaad3fb03ef193d820780d61fcffede117a2a2cf7097c722974bded7869639f4ac01dc9a121d90dcbeca70fcc9bbb4e96e3b87bd39e69180
 DIST python-socketio-5.9.0.tar.gz 47982 BLAKE2B 3fc120b597f92d404972807a40275a5cdb32a38e6e634034c6c4792cc94635dac1c0a911eec75aeaf961358399873c1de1ad6fcf43389ac96c6e5dc48746bced SHA512 145fbcc4a0d089f96d57aabea1b097badea1b9aaf64dc5401503908460e70400ce5c0581184ff574c97cfabce03fda89285223ec03814fa3d33557476d27ffc4

diff --git a/dev-python/python-socketio/python-socketio-5.10.0.ebuild b/dev-python/python-socketio/python-socketio-5.10.0.ebuild
new file mode 100644
index 0000000000..f02fa5f934
--- /dev/null
+++ b/dev-python/python-socketio/python-socketio-5.10.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10,11} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python implementation of the Socket.IO realtime server."
+HOMEPAGE="
+	https://python-socketio.readthedocs.org/
+	https://github.com/miguelgrinberg/python-socketio/
+	https://pypi.org/project/python-socketio"
+
+LICENSE="MIT"
+SLOT="0"
+#wait for dev-python/python-engineio
+KEYWORDS="~amd64"
+IUSE="client asyncio-client"
+
+RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]
+	>=dev-python/python-engineio-4.0.0[${PYTHON_USEDEP}]
+	client? ( dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/websocket-client[${PYTHON_USEDEP}] )
+	asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}]
+		dev-python/websockets[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# pypi tarball does not contain tests
+RESTRICT="test"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-socketio/
@ 2023-09-14 14:54 David Roman
  0 siblings, 0 replies; 11+ messages in thread
From: David Roman @ 2023-09-14 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3df25480d733426e4a20d468b28fdc56db234f31
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 14 14:52:36 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 14 14:52:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3df25480

dev-python/python-socketio: drop 5.1.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/python-socketio/Manifest                |  1 -
 .../python-socketio/python-socketio-5.1.0.ebuild   | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest
index ef7ee86aea..3a2d3967b4 100644
--- a/dev-python/python-socketio/Manifest
+++ b/dev-python/python-socketio/Manifest
@@ -1,3 +1,2 @@
-DIST python-socketio-5.1.0.tar.gz 43824 BLAKE2B d6827834384856dabae8b4c8121ce382e047e6ddec4374f2c211318e68b3ff02182f9cf99409ba54ca151220774be0d6342befdd2dfc243b66c8783052c1fe8e SHA512 1023fc91f692f9e4a883acd40080805af29128bbba21f19a3d2ee0e8bce62426158ac67188d514eb21a9c64522481fb4626db9ffe0d1303aa8945729d690c198
 DIST python-socketio-5.8.0.tar.gz 47872 BLAKE2B 465593a89bb0504af485ec4c94a52159548ce3cace3f58c9174d694e35b40c6eb68e5a0350ee34551b6d01c47d571be63f7cc91a42ca9815c2a3a271825f3624 SHA512 653a6764e22738f0aaad3fb03ef193d820780d61fcffede117a2a2cf7097c722974bded7869639f4ac01dc9a121d90dcbeca70fcc9bbb4e96e3b87bd39e69180
 DIST python-socketio-5.9.0.tar.gz 47982 BLAKE2B 3fc120b597f92d404972807a40275a5cdb32a38e6e634034c6c4792cc94635dac1c0a911eec75aeaf961358399873c1de1ad6fcf43389ac96c6e5dc48746bced SHA512 145fbcc4a0d089f96d57aabea1b097badea1b9aaf64dc5401503908460e70400ce5c0581184ff574c97cfabce03fda89285223ec03814fa3d33557476d27ffc4

diff --git a/dev-python/python-socketio/python-socketio-5.1.0.ebuild b/dev-python/python-socketio/python-socketio-5.1.0.ebuild
deleted file mode 100644
index 3c4ffad105..0000000000
--- a/dev-python/python-socketio/python-socketio-5.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python implementation of the Socket.IO realtime server."
-HOMEPAGE="
-	https://python-socketio.readthedocs.org/
-	https://github.com/miguelgrinberg/python-socketio/
-	https://pypi.org/project/python-socketio"
-
-LICENSE="MIT"
-SLOT="0"
-#wait for dev-python/python-engineio
-KEYWORDS="~amd64"
-IUSE="client asyncio-client"
-
-RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]
-	>=dev-python/python-engineio-4.0.0[${PYTHON_USEDEP}]
-	client? ( dev-python/requests[${PYTHON_USEDEP}]
-		dev-python/websocket-client[${PYTHON_USEDEP}] )
-	asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}]
-		dev-python/websockets[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# pypi tarball does not contain tests
-RESTRICT="test"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-socketio/
@ 2023-09-14 14:52 David Roman
  2023-09-14 14:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 11+ messages in thread
From: David Roman @ 2023-09-14 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     fc1489a9928e9244c05a5269a947f5e3fbff151e
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 14 14:52:04 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 14 14:52:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc1489a9

dev-python/python-socketio: add 5.9.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/python-socketio/Manifest                |  1 +
 .../python-socketio/python-socketio-5.9.0.ebuild   | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest
index 8694ec6ea8..ef7ee86aea 100644
--- a/dev-python/python-socketio/Manifest
+++ b/dev-python/python-socketio/Manifest
@@ -1,2 +1,3 @@
 DIST python-socketio-5.1.0.tar.gz 43824 BLAKE2B d6827834384856dabae8b4c8121ce382e047e6ddec4374f2c211318e68b3ff02182f9cf99409ba54ca151220774be0d6342befdd2dfc243b66c8783052c1fe8e SHA512 1023fc91f692f9e4a883acd40080805af29128bbba21f19a3d2ee0e8bce62426158ac67188d514eb21a9c64522481fb4626db9ffe0d1303aa8945729d690c198
 DIST python-socketio-5.8.0.tar.gz 47872 BLAKE2B 465593a89bb0504af485ec4c94a52159548ce3cace3f58c9174d694e35b40c6eb68e5a0350ee34551b6d01c47d571be63f7cc91a42ca9815c2a3a271825f3624 SHA512 653a6764e22738f0aaad3fb03ef193d820780d61fcffede117a2a2cf7097c722974bded7869639f4ac01dc9a121d90dcbeca70fcc9bbb4e96e3b87bd39e69180
+DIST python-socketio-5.9.0.tar.gz 47982 BLAKE2B 3fc120b597f92d404972807a40275a5cdb32a38e6e634034c6c4792cc94635dac1c0a911eec75aeaf961358399873c1de1ad6fcf43389ac96c6e5dc48746bced SHA512 145fbcc4a0d089f96d57aabea1b097badea1b9aaf64dc5401503908460e70400ce5c0581184ff574c97cfabce03fda89285223ec03814fa3d33557476d27ffc4

diff --git a/dev-python/python-socketio/python-socketio-5.9.0.ebuild b/dev-python/python-socketio/python-socketio-5.9.0.ebuild
new file mode 100644
index 0000000000..f02fa5f934
--- /dev/null
+++ b/dev-python/python-socketio/python-socketio-5.9.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10,11} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python implementation of the Socket.IO realtime server."
+HOMEPAGE="
+	https://python-socketio.readthedocs.org/
+	https://github.com/miguelgrinberg/python-socketio/
+	https://pypi.org/project/python-socketio"
+
+LICENSE="MIT"
+SLOT="0"
+#wait for dev-python/python-engineio
+KEYWORDS="~amd64"
+IUSE="client asyncio-client"
+
+RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]
+	>=dev-python/python-engineio-4.0.0[${PYTHON_USEDEP}]
+	client? ( dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/websocket-client[${PYTHON_USEDEP}] )
+	asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}]
+		dev-python/websockets[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# pypi tarball does not contain tests
+RESTRICT="test"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-socketio/
@ 2022-06-06 16:28 Florian Schmaus
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2022-06-06 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     77de8621637eab412704dd7a70ff34df2f08358c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jun  5 21:06:26 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 21:06:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77de8621

dev-python/python-socketio: unkeyword 5.1.0 for ~x86

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/python-socketio/python-socketio-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-socketio/python-socketio-5.1.0.ebuild b/dev-python/python-socketio/python-socketio-5.1.0.ebuild
index 4078276cd..a1ef11f9c 100644
--- a/dev-python/python-socketio/python-socketio-5.1.0.ebuild
+++ b/dev-python/python-socketio/python-socketio-5.1.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 #wait for dev-python/python-engineio
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE="client asyncio-client"
 
 RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-07-30 16:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09 15:13 [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-socketio/ David Roman
2024-01-09 13:42 ` [gentoo-commits] repo/proj/guru:dev " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30 13:11 David Roman
2024-07-30 16:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-07-30 13:11 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-07-30 16:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-05-08 12:16 David Roman
2024-02-06 15:39 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-02-07 10:10 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-01-09 13:42 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-01-09 15:13 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-10-17 12:26 David Roman
2023-09-14 14:54 David Roman
2023-09-14 14:52 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-09-14 14:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
2022-06-06 16:28 Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox