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/aiorpcX/
Date: Tue, 22 Dec 2020 08:07:11
Message-Id: 1608624421.bce2e1629fdc281364455a22767cb598f30a1eb5.mgorny@gentoo
1 commit: bce2e1629fdc281364455a22767cb598f30a1eb5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 07:19:32 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 08:07:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce2e162
7
8 dev-python/aiorpcX: Bump to 0.18.5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aiorpcX/Manifest | 1 +
13 dev-python/aiorpcX/aiorpcX-0.18.5.ebuild | 28 ++++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
17 index 5988ae20fe5..6c03ad241fa 100644
18 --- a/dev-python/aiorpcX/Manifest
19 +++ b/dev-python/aiorpcX/Manifest
20 @@ -1 +1,2 @@
21 DIST aiorpcX-0.18.4.gh.tar.gz 65500 BLAKE2B 8c84ace1e2bc974e68702e25efe126f7f69dd7451f438ccd924ee8be3c0cccc5c9b3d116bf2d0a755b013bdfe61a398d856031970e5ae82b571af09551231bed SHA512 d4df1343f575af72dff31f1794485c0cbb5b6c31d6d933b07cc8375a1418ad4fb81b2649b3c60adaaeab75b7a5d959838accc38269373310eb07895acf4c9496
22 +DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d SHA512 5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf
23
24 diff --git a/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild b/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
25 new file mode 100644
26 index 00000000000..5daef298f5a
27 --- /dev/null
28 +++ b/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
29 @@ -0,0 +1,28 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..8} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
40 +HOMEPAGE="https://pypi.org/project/aiorpcX/
41 + https://github.com/kyuupichan/aiorpcX/"
42 +SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
43 + -> ${P}.gh.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +
50 +BDEPEND="
51 + test? (
52 + dev-python/pytest-asyncio[${PYTHON_USEDEP}]
53 + dev-python/uvloop[${PYTHON_USEDEP}]
54 + dev-python/websockets[${PYTHON_USEDEP}]
55 + )"
56 +
57 +distutils_enable_tests pytest