Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-engineio/
Date: Tue, 11 Jan 2022 18:03:40
Message-Id: 1641924208.ab42fdeeba27deaf0b6e70dc627088c0071a7cc0.arthurzam@gentoo
1 commit: ab42fdeeba27deaf0b6e70dc627088c0071a7cc0
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 11 18:02:17 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 11 18:03:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab42fdee
7
8 dev-python/python-engineio: add 4.3.1
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/python-engineio/Manifest | 1 +
13 .../python-engineio/python-engineio-4.3.1.ebuild | 32 ++++++++++++++++++++++
14 2 files changed, 33 insertions(+)
15
16 diff --git a/dev-python/python-engineio/Manifest b/dev-python/python-engineio/Manifest
17 index 3f4451e1f1a7..0e0dfe47960d 100644
18 --- a/dev-python/python-engineio/Manifest
19 +++ b/dev-python/python-engineio/Manifest
20 @@ -1,2 +1,3 @@
21 DIST python-engineio-4.2.1.gh.tar.gz 297657 BLAKE2B 0a634cec9f71a3b8659e5b07cc326fb3d7801c8a834248d6f2ea5a48bcd058f8d0b86c2e43c110ea18ef641e3ace273a2ebd20f350aec9360d38ffe0f32f2778 SHA512 f0ea7cb0a34f49d2e3de58dc1038f41cda099fba0033af7020b9ccacd34fbf44fd1613ef14d4d05013dd99a2d35330769e6c3d2f532556fd39262229e40714f6
22 DIST python-engineio-4.3.0.gh.tar.gz 299122 BLAKE2B 929b16650aaf4a429e9a1353a994cc87022644bef48c59aac9c448ec32533a7a7360413143159809042915f69c4f0ae0c2a13e5fe2d61b729c09890508107948 SHA512 c34688f1dcaf4a1a02dea03d2746b0b0e089387d4ac55024e783ee2dbafb59ac43437138747b63b0710425601b27e1a10c56df7c57c1ed16ab2f812a773c8ec4
23 +DIST python-engineio-4.3.1.gh.tar.gz 299321 BLAKE2B a5234a12ad4434e0793154569f4c3f7d3c416d6334acf6af6de03336861797a42d6930350944a4ed6cca089daaad731b209878b08c61b29a97793afbcea473ac SHA512 6e00134191ff39e3e2f3f8cd933562be8ee9db1512f6b7d3cc2d52283ee2ea329d942edcde0bbfdfed71348d96c62067c423d666ad32a789eab760b583fc75af
24
25 diff --git a/dev-python/python-engineio/python-engineio-4.3.1.ebuild b/dev-python/python-engineio/python-engineio-4.3.1.ebuild
26 new file mode 100644
27 index 000000000000..f087b877255a
28 --- /dev/null
29 +++ b/dev-python/python-engineio/python-engineio-4.3.1.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +PYTHON_COMPAT=( python3_{8..9} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Python implementation of the Engine.IO realtime server"
40 +HOMEPAGE="
41 + https://python-engineio.readthedocs.io/
42 + https://github.com/miguelgrinberg/python-engineio/
43 + https://pypi.org/project/python-engineio/"
44 +SRC_URI="
45 + https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
46 + -> ${P}.gh.tar.gz"
47 +
48 +LICENSE="MIT"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +
52 +RDEPEND="
53 + dev-python/aiohttp[${PYTHON_USEDEP}]
54 + dev-python/requests[${PYTHON_USEDEP}]
55 + dev-python/websocket-client[${PYTHON_USEDEP}]"
56 +BDEPEND="
57 + test? (
58 + dev-python/eventlet[${PYTHON_USEDEP}]
59 + www-servers/tornado[${PYTHON_USEDEP}]
60 + )"
61 +
62 +distutils_enable_tests pytest