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: Wed, 27 Oct 2021 08:29:24
Message-Id: 1635323351.4c218e7589729be0a60420392423a3fabe5ab1e1.mgorny@gentoo
1 commit: 4c218e7589729be0a60420392423a3fabe5ab1e1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 07:05:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 08:29:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c218e75
7
8 dev-python/python-engineio: Bump to 4.3.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-engineio/Manifest | 1 +
13 .../python-engineio/python-engineio-4.3.0.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 67aa2f6c096..3f4451e1f1a 100644
18 --- a/dev-python/python-engineio/Manifest
19 +++ b/dev-python/python-engineio/Manifest
20 @@ -1 +1,2 @@
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
24 diff --git a/dev-python/python-engineio/python-engineio-4.3.0.ebuild b/dev-python/python-engineio/python-engineio-4.3.0.ebuild
25 new file mode 100644
26 index 00000000000..3fba6ef7d60
27 --- /dev/null
28 +++ b/dev-python/python-engineio/python-engineio-4.3.0.ebuild
29 @@ -0,0 +1,32 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +PYTHON_COMPAT=( python3_{8..9} )
35 +
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Python implementation of the Engine.IO realtime server."
39 +HOMEPAGE="
40 + https://python-engineio.readthedocs.io/
41 + https://github.com/miguelgrinberg/python-engineio/
42 + https://pypi.org/project/python-engineio/"
43 +SRC_URI="
44 + https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
45 + -> ${P}.gh.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +RDEPEND="
52 + dev-python/aiohttp[${PYTHON_USEDEP}]
53 + dev-python/requests[${PYTHON_USEDEP}]
54 + dev-python/websocket-client[${PYTHON_USEDEP}]"
55 +BDEPEND="
56 + test? (
57 + dev-python/eventlet[${PYTHON_USEDEP}]
58 + www-servers/tornado[${PYTHON_USEDEP}]
59 + )"
60 +
61 +distutils_enable_tests pytest