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/zeroconf/
Date: Sat, 18 Sep 2021 19:44:06
Message-Id: 1631994230.c5ae08c114c913d863a8724045b6a551a3413151.mgorny@gentoo
1 commit: c5ae08c114c913d863a8724045b6a551a3413151
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 18:11:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 19:43:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ae08c1
7
8 dev-python/zeroconf: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zeroconf/Manifest | 4 ---
13 dev-python/zeroconf/zeroconf-0.33.4.ebuild | 39 ------------------------------
14 dev-python/zeroconf/zeroconf-0.36.1.ebuild | 39 ------------------------------
15 dev-python/zeroconf/zeroconf-0.36.2.ebuild | 39 ------------------------------
16 dev-python/zeroconf/zeroconf-0.36.3.ebuild | 35 ---------------------------
17 5 files changed, 156 deletions(-)
18
19 diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
20 index 4966b9dc249..4703e84b97a 100644
21 --- a/dev-python/zeroconf/Manifest
22 +++ b/dev-python/zeroconf/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST python-zeroconf-0.33.4.gh.tar.gz 121380 BLAKE2B a1a8ac266aaded65337aa9d5c26d8a52b6329500a1a18354148590fdb47988f200b0658a41e18b78694cd9f95f1322cce0ff289a795bf9459ab6d383d5ee13f9 SHA512 fa6dd453ea22beb113c53941ce750e214da3211b6fc14d8b0cb575b927cff14759c49fec4e9ada4a2fd4ebc0bb3b0b355a2454ca0e128a3213fc8be41f096af7
25 DIST python-zeroconf-0.35.1.gh.tar.gz 127099 BLAKE2B dc09dadaeaac64d8517de407ddcfffc4152e366430c492d4ab562c56afa3264c33a26373f249bbddd969bb28dbc5c1b7513e59c0ebb728c12a77fb9d428e4f0a SHA512 27386cd425928821080c9c6fd2babdcfc001cc4583ef4c699169e3818f6bb8536f712cf7959e6003a6aaf40e85b5337a8a5abcfdf686455dee577cfa61270fb7
26 -DIST python-zeroconf-0.36.1.gh.tar.gz 128104 BLAKE2B a5f2fdf35dd8c51e727ad1f4cd9ba442f2b99fd7ecc6ce0ce9cb0331997f445be90bba17571cec5ec0f59b64268241abacb5aee39134427098902b8d592494c6 SHA512 c568dd836a101a47ef74318154cd6c7fe2eb93c674450596f8e6ec4b7cfb66740126cc994b8f4d98458dd64a16c971ebab29b0877366396b8f5fabd03341107c
27 -DIST python-zeroconf-0.36.2.gh.tar.gz 129052 BLAKE2B 4bdc4ac13064e162590af12da2d89cd566fbe749f1b11ebef210b2adbe7e33e75ff0e95d3ed11f7d045e016fff525c9a7b9124804d741160b0073016f4757d09 SHA512 2f2a7a87afa07907ed3aa3cd79d2f2e9b61e82193301f219f0505831349b003bca1ae2b6fc1dc71fcf6cb9cfb849413f9766ef88e3955fc569ad84fb9e5e5b60
28 -DIST python-zeroconf-0.36.3.gh.tar.gz 128887 BLAKE2B 57fa2359f5086eff9069334738db7515607309849b5d1e6bedfa16a7d24a12c068cf139d6885a85c418bf22c1033fa437670be6cce09b758af6d073f3cb37123 SHA512 a93799713ee7c4d507b350b4074bca23556275b1a1a14795a621f2cd9c10cf711fd80333e5685dae753207db265ab454a5bfe965cf44de77121bccd5ce8e1625
29 DIST python-zeroconf-0.36.4.gh.tar.gz 128860 BLAKE2B ee6d02b583933404b6a1945235c1708e74211ae985a8c8e493098c59fe7003ef09223a87f9db87c78a22d0c1823748ea9f3aa1ca106a340d5df5a3ca6cfcb0bf SHA512 b1bfba10f374d006979ab0a626b9c3e9c0be25b07ad0f5242c463507b221cabfe11d18b02b29edc68f14b838b738b9a1265445fb8988e3243889454f17b3d7f3
30
31 diff --git a/dev-python/zeroconf/zeroconf-0.33.4.ebuild b/dev-python/zeroconf/zeroconf-0.33.4.ebuild
32 deleted file mode 100644
33 index 8078abee7f3..00000000000
34 --- a/dev-python/zeroconf/zeroconf-0.33.4.ebuild
35 +++ /dev/null
36 @@ -1,39 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=8
41 -
42 -PYTHON_COMPAT=( python3_{8..10} )
43 -inherit distutils-r1
44 -
45 -MY_P=python-zeroconf-${PV}
46 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
47 -HOMEPAGE="
48 - https://github.com/jstasiak/python-zeroconf/
49 - https://pypi.org/project/zeroconf/"
50 -SRC_URI="
51 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
52 - -> ${MY_P}.gh.tar.gz"
53 -S=${WORKDIR}/${MY_P}
54 -
55 -LICENSE="LGPL-2.1"
56 -SLOT="0"
57 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
58 -
59 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
60 -
61 -distutils_enable_tests pytest
62 -
63 -python_test() {
64 - local excludes=(
65 - # network
66 - tests/test_core.py::Framework::test_close_multiple_times
67 - tests/test_core.py::Framework::test_launch_and_close
68 - tests/test_core.py::Framework::test_launch_and_close_context_manager
69 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
70 - tests/test_core.py::Framework::test_launch_and_close_v6_only
71 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
72 - )
73 -
74 - epytest ${excludes[@]/#/--deselect }
75 -}
76
77 diff --git a/dev-python/zeroconf/zeroconf-0.36.1.ebuild b/dev-python/zeroconf/zeroconf-0.36.1.ebuild
78 deleted file mode 100644
79 index 0e1b2943b16..00000000000
80 --- a/dev-python/zeroconf/zeroconf-0.36.1.ebuild
81 +++ /dev/null
82 @@ -1,39 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=8
87 -
88 -PYTHON_COMPAT=( python3_{8..10} )
89 -inherit distutils-r1
90 -
91 -MY_P=python-zeroconf-${PV}
92 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
93 -HOMEPAGE="
94 - https://github.com/jstasiak/python-zeroconf/
95 - https://pypi.org/project/zeroconf/"
96 -SRC_URI="
97 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
98 - -> ${MY_P}.gh.tar.gz"
99 -S=${WORKDIR}/${MY_P}
100 -
101 -LICENSE="LGPL-2.1"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
104 -
105 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
106 -
107 -distutils_enable_tests pytest
108 -
109 -python_test() {
110 - local excludes=(
111 - # network
112 - tests/test_core.py::Framework::test_close_multiple_times
113 - tests/test_core.py::Framework::test_launch_and_close
114 - tests/test_core.py::Framework::test_launch_and_close_context_manager
115 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
116 - tests/test_core.py::Framework::test_launch_and_close_v6_only
117 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
118 - )
119 -
120 - epytest ${excludes[@]/#/--deselect }
121 -}
122
123 diff --git a/dev-python/zeroconf/zeroconf-0.36.2.ebuild b/dev-python/zeroconf/zeroconf-0.36.2.ebuild
124 deleted file mode 100644
125 index 0e1b2943b16..00000000000
126 --- a/dev-python/zeroconf/zeroconf-0.36.2.ebuild
127 +++ /dev/null
128 @@ -1,39 +0,0 @@
129 -# Copyright 1999-2021 Gentoo Authors
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=8
133 -
134 -PYTHON_COMPAT=( python3_{8..10} )
135 -inherit distutils-r1
136 -
137 -MY_P=python-zeroconf-${PV}
138 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
139 -HOMEPAGE="
140 - https://github.com/jstasiak/python-zeroconf/
141 - https://pypi.org/project/zeroconf/"
142 -SRC_URI="
143 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
144 - -> ${MY_P}.gh.tar.gz"
145 -S=${WORKDIR}/${MY_P}
146 -
147 -LICENSE="LGPL-2.1"
148 -SLOT="0"
149 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
150 -
151 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
152 -
153 -distutils_enable_tests pytest
154 -
155 -python_test() {
156 - local excludes=(
157 - # network
158 - tests/test_core.py::Framework::test_close_multiple_times
159 - tests/test_core.py::Framework::test_launch_and_close
160 - tests/test_core.py::Framework::test_launch_and_close_context_manager
161 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
162 - tests/test_core.py::Framework::test_launch_and_close_v6_only
163 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
164 - )
165 -
166 - epytest ${excludes[@]/#/--deselect }
167 -}
168
169 diff --git a/dev-python/zeroconf/zeroconf-0.36.3.ebuild b/dev-python/zeroconf/zeroconf-0.36.3.ebuild
170 deleted file mode 100644
171 index b416d399c1d..00000000000
172 --- a/dev-python/zeroconf/zeroconf-0.36.3.ebuild
173 +++ /dev/null
174 @@ -1,35 +0,0 @@
175 -# Copyright 1999-2021 Gentoo Authors
176 -# Distributed under the terms of the GNU General Public License v2
177 -
178 -EAPI=8
179 -
180 -PYTHON_COMPAT=( python3_{8..10} )
181 -inherit distutils-r1
182 -
183 -MY_P=python-zeroconf-${PV}
184 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
185 -HOMEPAGE="
186 - https://github.com/jstasiak/python-zeroconf/
187 - https://pypi.org/project/zeroconf/"
188 -SRC_URI="
189 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
190 - -> ${MY_P}.gh.tar.gz"
191 -S=${WORKDIR}/${MY_P}
192 -
193 -LICENSE="LGPL-2.1"
194 -SLOT="0"
195 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
196 -
197 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
198 -
199 -distutils_enable_tests pytest
200 -
201 -EPYTEST_DESELECT=(
202 - # network
203 - tests/test_core.py::Framework::test_close_multiple_times
204 - tests/test_core.py::Framework::test_launch_and_close
205 - tests/test_core.py::Framework::test_launch_and_close_context_manager
206 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
207 - tests/test_core.py::Framework::test_launch_and_close_v6_only
208 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
209 -)