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: Sat, 03 Jul 2021 06:27:05
Message-Id: 1625293610.70e42be18e3639004eb6f6d7404e98c05241d451.mgorny@gentoo
1 commit: 70e42be18e3639004eb6f6d7404e98c05241d451
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 06:24:32 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 06:26:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e42be1
7
8 dev-python/aiorpcX: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aiorpcX/Manifest | 3 ---
13 dev-python/aiorpcX/aiorpcX-0.18.5.ebuild | 38 --------------------------------
14 dev-python/aiorpcX/aiorpcX-0.21.1.ebuild | 37 -------------------------------
15 dev-python/aiorpcX/aiorpcX-0.22.0.ebuild | 36 ------------------------------
16 4 files changed, 114 deletions(-)
17
18 diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
19 index 5e56c13c5b7..5773b013b1e 100644
20 --- a/dev-python/aiorpcX/Manifest
21 +++ b/dev-python/aiorpcX/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d SHA512 5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf
24 DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5 SHA512 b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
25 -DIST aiorpcX-0.21.1.gh.tar.gz 75205 BLAKE2B 5190e8bedf9c605f57d469f351d0cc3bed0c1fad53778ea0f29c02615b0ca816a7bbc60b863dc613f72c67455966ef3ceb31b825eed3cead25f47c29012f7ce5 SHA512 c77d4bfe72f2cd4215e15330c60aabdeee9f4e1613ba5dcfedea9368c85519b36ecc7dbfa2f6682df7d802204b9cea7c9a889ee479dcffbc728ee0c112039779
26 -DIST aiorpcX-0.22.0.gh.tar.gz 75160 BLAKE2B c9aa55c932546512019c058dd29d397bba79638a56aa949d69980abd56b4d024e9d1f99e96909c2256cce1578ffaf55b14b95d0adf77752180fcbd8ab997555b SHA512 a65202f8233adac587c98da812ab27a26740a21a68df431bf0394dc3df37f3cb15c397c6a9044201b4a1a8d6bcc283a7cf7b4dd27885a2ea0f5942cbbfc6f405
27 DIST aiorpcX-0.22.1.gh.tar.gz 75206 BLAKE2B 92c481388198fec94faa10482ad4195fe6dce5ae4aa445ce2812e1e81e084c629712b87a3c157aa33ae42335c1a96bdcafa5e389802740fcae8eb9e4aaf43dd2 SHA512 3484da36ce6042d8d4c6b168fd2326c0fc77a825691b95631e54510697708a27ea07e9a808445d504056432adf04f04cb0bc28d4b7194c55c1995096bb938b4d
28
29 diff --git a/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild b/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
30 deleted file mode 100644
31 index 7547b1dfcba..00000000000
32 --- a/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
33 +++ /dev/null
34 @@ -1,38 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python3_{7..8} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
45 -HOMEPAGE="https://pypi.org/project/aiorpcX/
46 - https://github.com/kyuupichan/aiorpcX/"
47 -SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
48 - -> ${P}.gh.tar.gz"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="amd64 x86"
53 -IUSE=""
54 -
55 -BDEPEND="
56 - test? (
57 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
58 - dev-python/uvloop[${PYTHON_USEDEP}]
59 - dev-python/websockets[${PYTHON_USEDEP}]
60 - )"
61 -
62 -distutils_enable_tests pytest
63 -
64 -python_test() {
65 - local deselect=(
66 - # require Internet
67 - tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
68 - )
69 -
70 - pytest -vv ${deselect[@]/#/--deselect } ||
71 - die "Tests failed with ${EPYTHON}"
72 -}
73
74 diff --git a/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild b/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild
75 deleted file mode 100644
76 index fdcf3f0fdc8..00000000000
77 --- a/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild
78 +++ /dev/null
79 @@ -1,37 +0,0 @@
80 -# Copyright 1999-2021 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -
85 -PYTHON_COMPAT=( python3_{8..9} )
86 -
87 -inherit distutils-r1
88 -
89 -DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
90 -HOMEPAGE="https://pypi.org/project/aiorpcX/
91 - https://github.com/kyuupichan/aiorpcX/"
92 -SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
93 - -> ${P}.gh.tar.gz"
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -KEYWORDS="amd64 x86"
98 -IUSE=""
99 -
100 -BDEPEND="
101 - test? (
102 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
103 - dev-python/uvloop[${PYTHON_USEDEP}]
104 - dev-python/websockets[${PYTHON_USEDEP}]
105 - )"
106 -
107 -distutils_enable_tests pytest
108 -
109 -python_test() {
110 - local deselect=(
111 - # require Internet
112 - tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
113 - )
114 -
115 - epytest ${deselect[@]/#/--deselect }
116 -}
117
118 diff --git a/dev-python/aiorpcX/aiorpcX-0.22.0.ebuild b/dev-python/aiorpcX/aiorpcX-0.22.0.ebuild
119 deleted file mode 100644
120 index 02ba5dea0c0..00000000000
121 --- a/dev-python/aiorpcX/aiorpcX-0.22.0.ebuild
122 +++ /dev/null
123 @@ -1,36 +0,0 @@
124 -# Copyright 1999-2021 Gentoo Authors
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI=7
128 -
129 -PYTHON_COMPAT=( python3_{8..9} )
130 -
131 -inherit distutils-r1
132 -
133 -DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
134 -HOMEPAGE="https://pypi.org/project/aiorpcX/
135 - https://github.com/kyuupichan/aiorpcX/"
136 -SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
137 - -> ${P}.gh.tar.gz"
138 -
139 -LICENSE="MIT"
140 -SLOT="0"
141 -KEYWORDS="amd64 x86"
142 -
143 -BDEPEND="
144 - test? (
145 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
146 - dev-python/uvloop[${PYTHON_USEDEP}]
147 - dev-python/websockets[${PYTHON_USEDEP}]
148 - )"
149 -
150 -distutils_enable_tests pytest
151 -
152 -python_test() {
153 - local deselect=(
154 - # require Internet
155 - tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
156 - )
157 -
158 - epytest ${deselect[@]/#/--deselect }
159 -}