Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-engineio/
Date: Fri, 13 May 2022 15:00:36
Message-Id: 1652454014.3e82f494039484af605d506be14107b65b894e51.mgorny@gentoo
1 commit: 3e82f494039484af605d506be14107b65b894e51
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 13:53:19 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 15:00:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e82f494
7
8 dev-python/python-engineio: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-engineio/Manifest | 3 --
13 .../python-engineio/python-engineio-4.2.1.ebuild | 32 ------------------
14 .../python-engineio/python-engineio-4.3.0.ebuild | 32 ------------------
15 .../python-engineio/python-engineio-4.3.1.ebuild | 32 ------------------
16 .../python-engineio/python-engineio-4.3.2.ebuild | 38 ----------------------
17 5 files changed, 137 deletions(-)
18
19 diff --git a/dev-python/python-engineio/Manifest b/dev-python/python-engineio/Manifest
20 index 4e535310cfac..fbbfbdce8a6f 100644
21 --- a/dev-python/python-engineio/Manifest
22 +++ b/dev-python/python-engineio/Manifest
23 @@ -1,4 +1 @@
24 -DIST python-engineio-4.2.1.gh.tar.gz 297657 BLAKE2B 0a634cec9f71a3b8659e5b07cc326fb3d7801c8a834248d6f2ea5a48bcd058f8d0b86c2e43c110ea18ef641e3ace273a2ebd20f350aec9360d38ffe0f32f2778 SHA512 f0ea7cb0a34f49d2e3de58dc1038f41cda099fba0033af7020b9ccacd34fbf44fd1613ef14d4d05013dd99a2d35330769e6c3d2f532556fd39262229e40714f6
25 -DIST python-engineio-4.3.0.gh.tar.gz 299122 BLAKE2B 929b16650aaf4a429e9a1353a994cc87022644bef48c59aac9c448ec32533a7a7360413143159809042915f69c4f0ae0c2a13e5fe2d61b729c09890508107948 SHA512 c34688f1dcaf4a1a02dea03d2746b0b0e089387d4ac55024e783ee2dbafb59ac43437138747b63b0710425601b27e1a10c56df7c57c1ed16ab2f812a773c8ec4
26 -DIST python-engineio-4.3.1.gh.tar.gz 299321 BLAKE2B a5234a12ad4434e0793154569f4c3f7d3c416d6334acf6af6de03336861797a42d6930350944a4ed6cca089daaad731b209878b08c61b29a97793afbcea473ac SHA512 6e00134191ff39e3e2f3f8cd933562be8ee9db1512f6b7d3cc2d52283ee2ea329d942edcde0bbfdfed71348d96c62067c423d666ad32a789eab760b583fc75af
27 DIST python-engineio-4.3.2.gh.tar.gz 299722 BLAKE2B 87dece98d72b7b0384e3b9d57062a3eaa7aeb80ac3f2f685d50b8816e122398ffd54da1f4b99a90a1f535e2d0f0d282167a682de022373e6108f7e91f8689aa1 SHA512 59933a0093167042a3873ba1561d2859359a5ad160f6b7b5c19478b1f73d1bd068779942c8bfc44dd5a8d9f155359571298b960bcd217aab341bdfec35bc5b28
28
29 diff --git a/dev-python/python-engineio/python-engineio-4.2.1.ebuild b/dev-python/python-engineio/python-engineio-4.2.1.ebuild
30 deleted file mode 100644
31 index d1b9b9a21ef9..000000000000
32 --- a/dev-python/python-engineio/python-engineio-4.2.1.ebuild
33 +++ /dev/null
34 @@ -1,32 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -PYTHON_COMPAT=( python3_{8..9} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Python implementation of the Engine.IO realtime server"
44 -HOMEPAGE="
45 - https://python-engineio.readthedocs.io/
46 - https://github.com/miguelgrinberg/python-engineio/
47 - https://pypi.org/project/python-engineio/"
48 -SRC_URI="
49 - https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
50 - -> ${P}.gh.tar.gz"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -
56 -RDEPEND="
57 - dev-python/aiohttp[${PYTHON_USEDEP}]
58 - dev-python/requests[${PYTHON_USEDEP}]
59 - dev-python/websocket-client[${PYTHON_USEDEP}]"
60 -BDEPEND="
61 - test? (
62 - dev-python/eventlet[${PYTHON_USEDEP}]
63 - www-servers/tornado[${PYTHON_USEDEP}]
64 - )"
65 -
66 -distutils_enable_tests pytest
67
68 diff --git a/dev-python/python-engineio/python-engineio-4.3.0.ebuild b/dev-python/python-engineio/python-engineio-4.3.0.ebuild
69 deleted file mode 100644
70 index d1b9b9a21ef9..000000000000
71 --- a/dev-python/python-engineio/python-engineio-4.3.0.ebuild
72 +++ /dev/null
73 @@ -1,32 +0,0 @@
74 -# Copyright 1999-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -PYTHON_COMPAT=( python3_{8..9} )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Python implementation of the Engine.IO realtime server"
83 -HOMEPAGE="
84 - https://python-engineio.readthedocs.io/
85 - https://github.com/miguelgrinberg/python-engineio/
86 - https://pypi.org/project/python-engineio/"
87 -SRC_URI="
88 - https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
89 - -> ${P}.gh.tar.gz"
90 -
91 -LICENSE="MIT"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~x86"
94 -
95 -RDEPEND="
96 - dev-python/aiohttp[${PYTHON_USEDEP}]
97 - dev-python/requests[${PYTHON_USEDEP}]
98 - dev-python/websocket-client[${PYTHON_USEDEP}]"
99 -BDEPEND="
100 - test? (
101 - dev-python/eventlet[${PYTHON_USEDEP}]
102 - www-servers/tornado[${PYTHON_USEDEP}]
103 - )"
104 -
105 -distutils_enable_tests pytest
106
107 diff --git a/dev-python/python-engineio/python-engineio-4.3.1.ebuild b/dev-python/python-engineio/python-engineio-4.3.1.ebuild
108 deleted file mode 100644
109 index f087b877255a..000000000000
110 --- a/dev-python/python-engineio/python-engineio-4.3.1.ebuild
111 +++ /dev/null
112 @@ -1,32 +0,0 @@
113 -# Copyright 1999-2022 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=8
117 -PYTHON_COMPAT=( python3_{8..9} )
118 -
119 -inherit distutils-r1
120 -
121 -DESCRIPTION="Python implementation of the Engine.IO realtime server"
122 -HOMEPAGE="
123 - https://python-engineio.readthedocs.io/
124 - https://github.com/miguelgrinberg/python-engineio/
125 - https://pypi.org/project/python-engineio/"
126 -SRC_URI="
127 - https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
128 - -> ${P}.gh.tar.gz"
129 -
130 -LICENSE="MIT"
131 -SLOT="0"
132 -KEYWORDS="~amd64 ~x86"
133 -
134 -RDEPEND="
135 - dev-python/aiohttp[${PYTHON_USEDEP}]
136 - dev-python/requests[${PYTHON_USEDEP}]
137 - dev-python/websocket-client[${PYTHON_USEDEP}]"
138 -BDEPEND="
139 - test? (
140 - dev-python/eventlet[${PYTHON_USEDEP}]
141 - www-servers/tornado[${PYTHON_USEDEP}]
142 - )"
143 -
144 -distutils_enable_tests pytest
145
146 diff --git a/dev-python/python-engineio/python-engineio-4.3.2.ebuild b/dev-python/python-engineio/python-engineio-4.3.2.ebuild
147 deleted file mode 100644
148 index f11d0aaef405..000000000000
149 --- a/dev-python/python-engineio/python-engineio-4.3.2.ebuild
150 +++ /dev/null
151 @@ -1,38 +0,0 @@
152 -# Copyright 1999-2022 Gentoo Authors
153 -# Distributed under the terms of the GNU General Public License v2
154 -
155 -EAPI=8
156 -
157 -DISTUTILS_USE_PEP517=setuptools
158 -PYTHON_COMPAT=( python3_{8..9} )
159 -inherit distutils-r1
160 -
161 -DESCRIPTION="Python implementation of the Engine.IO realtime server"
162 -HOMEPAGE="
163 - https://python-engineio.readthedocs.io/
164 - https://github.com/miguelgrinberg/python-engineio/
165 - https://pypi.org/project/python-engineio/"
166 -SRC_URI="
167 - https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
168 - -> ${P}.gh.tar.gz
169 -"
170 -
171 -LICENSE="MIT"
172 -SLOT="0"
173 -KEYWORDS="~amd64 ~x86"
174 -
175 -RDEPEND="
176 - dev-python/aiohttp[${PYTHON_USEDEP}]
177 - dev-python/requests[${PYTHON_USEDEP}]
178 - dev-python/websocket-client[${PYTHON_USEDEP}]
179 -"
180 -BDEPEND="
181 - test? (
182 - dev-python/eventlet[${PYTHON_USEDEP}]
183 - www-servers/tornado[${PYTHON_USEDEP}]
184 - )
185 -"
186 -
187 -distutils_enable_tests pytest
188 -distutils_enable_sphinx docs \
189 - dev-python/alabaster