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-zeroconf/
Date: Wed, 30 Nov 2022 02:49:03
Message-Id: 1669775843.19428a252e3ff0b558ab3be40ef95d5af0616374.mgorny@gentoo
1 commit: 19428a252e3ff0b558ab3be40ef95d5af0616374
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 02:37:23 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 02:37:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19428a25
7
8 dev-python/python-zeroconf: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-zeroconf/Manifest | 3 --
13 .../python-zeroconf/python-zeroconf-0.39.1.ebuild | 51 ----------------------
14 .../python-zeroconf/python-zeroconf-0.39.2.ebuild | 51 ----------------------
15 .../python-zeroconf/python-zeroconf-0.39.3.ebuild | 49 ---------------------
16 4 files changed, 154 deletions(-)
17
18 diff --git a/dev-python/python-zeroconf/Manifest b/dev-python/python-zeroconf/Manifest
19 index af6577868bbf..4b6449bf6dc0 100644
20 --- a/dev-python/python-zeroconf/Manifest
21 +++ b/dev-python/python-zeroconf/Manifest
22 @@ -1,4 +1 @@
23 -DIST python-zeroconf-0.39.1.gh.tar.gz 135252 BLAKE2B 82efa3e39b6e18b9d73b45958190c1d76978231842c1f61ff4519b9a763fb2c1564dae9c0b1d31109e291acc966127cfae9fa02400f1695e97dcc1b0e5a509f7 SHA512 3e1bc4bd48b77bce711f8b49b9cdce1769d7af72094c9ebc161ecb833fe90c7bd36ec5b9fc35c524ddd8c30a67af5937f188c81cf3a251d80c0e71f4b7c3add7
24 -DIST python-zeroconf-0.39.2.gh.tar.gz 136788 BLAKE2B ce8130cd3b89969e0cb5a9e9ddc82dc29e2517a29ce44f309950034ece433475336647dcebef8d6ec0d68271b784f9a345d2fb752dc0ad185db0298cfbad4bdd SHA512 0e1f5abdb5ed82bd281353c7bd84eeabd160195d66d641a4ce97f5f4806aab9bcf1c4cdf399e1a8082ac9b7ad979151bfc03b2b6226744075b2025fceaa30c79
25 -DIST python-zeroconf-0.39.3.gh.tar.gz 137044 BLAKE2B df2ba0b21902296e77fc20ff006872995efc378898d381e61e5f366f27e2532cedbd9482675f8aa163e258b68e0b33d2134783ca1c72a7fee52a209ac821f185 SHA512 3d76b88fed2db3674e3319e27fc85a036ae9d990bea2cf369cbd5853b416fad8315e156d6a7c5f025d09ba069675c4be53c34f9b021d05bff04422ea9101e6a0
26 DIST python-zeroconf-0.39.4.gh.tar.gz 137174 BLAKE2B 9e7d66bec5ebb52754c5a45fd584229db2f20f37cc43830b31c903a6267aadc3a45a3f8c35fd329586aa81f083dc823f0e6d6fad3dc2b6cc5ada17a2eb4a2208 SHA512 0e69a31dd31111f95eda0a44ee7d00484d8b909448eef4ef41bef6e170a410ecdae02e01cc944ad7534634aa26ef0c95b465c784ee67de1c2cd0ec4ab040d445
27
28 diff --git a/dev-python/python-zeroconf/python-zeroconf-0.39.1.ebuild b/dev-python/python-zeroconf/python-zeroconf-0.39.1.ebuild
29 deleted file mode 100644
30 index efc857219ad0..000000000000
31 --- a/dev-python/python-zeroconf/python-zeroconf-0.39.1.ebuild
32 +++ /dev/null
33 @@ -1,51 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{8..11} )
41 -
42 -inherit distutils-r1
43 -
44 -MY_P=python-zeroconf-${PV}
45 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
46 -HOMEPAGE="
47 - https://github.com/jstasiak/python-zeroconf/
48 - https://pypi.org/project/zeroconf/
49 -"
50 -SRC_URI="
51 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
52 - -> ${MY_P}.gh.tar.gz
53 -"
54 -S="${WORKDIR}/${MY_P}"
55 -
56 -LICENSE="LGPL-2.1"
57 -SLOT="0"
58 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
59 -
60 -RDEPEND="
61 - >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
62 - >=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
63 -"
64 -BDEPEND="
65 - test? (
66 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
67 - )
68 -"
69 -
70 -distutils_enable_tests pytest
71 -
72 -EPYTEST_DESELECT=(
73 - # network
74 - tests/test_core.py::Framework::test_close_multiple_times
75 - tests/test_core.py::Framework::test_launch_and_close
76 - tests/test_core.py::Framework::test_launch_and_close_context_manager
77 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
78 - tests/test_core.py::Framework::test_launch_and_close_v6_only
79 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
80 -
81 - # fragile to timeouts (?)
82 - tests/services/test_browser.py::test_service_browser_expire_callbacks
83 - tests/utils/test_asyncio.py::test_run_coro_with_timeout
84 -)
85
86 diff --git a/dev-python/python-zeroconf/python-zeroconf-0.39.2.ebuild b/dev-python/python-zeroconf/python-zeroconf-0.39.2.ebuild
87 deleted file mode 100644
88 index e803d214a211..000000000000
89 --- a/dev-python/python-zeroconf/python-zeroconf-0.39.2.ebuild
90 +++ /dev/null
91 @@ -1,51 +0,0 @@
92 -# Copyright 1999-2022 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=8
96 -
97 -DISTUTILS_USE_PEP517=setuptools
98 -PYTHON_COMPAT=( python3_{8..11} )
99 -
100 -inherit distutils-r1
101 -
102 -MY_P=python-zeroconf-${PV}
103 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
104 -HOMEPAGE="
105 - https://github.com/jstasiak/python-zeroconf/
106 - https://pypi.org/project/zeroconf/
107 -"
108 -SRC_URI="
109 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
110 - -> ${MY_P}.gh.tar.gz
111 -"
112 -S="${WORKDIR}/${MY_P}"
113 -
114 -LICENSE="LGPL-2.1"
115 -SLOT="0"
116 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
117 -
118 -RDEPEND="
119 - >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
120 - >=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
121 -"
122 -BDEPEND="
123 - test? (
124 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
125 - )
126 -"
127 -
128 -distutils_enable_tests pytest
129 -
130 -EPYTEST_DESELECT=(
131 - # network
132 - tests/test_core.py::Framework::test_close_multiple_times
133 - tests/test_core.py::Framework::test_launch_and_close
134 - tests/test_core.py::Framework::test_launch_and_close_context_manager
135 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
136 - tests/test_core.py::Framework::test_launch_and_close_v6_only
137 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
138 -
139 - # fragile to timeouts (?)
140 - tests/services/test_browser.py::test_service_browser_expire_callbacks
141 - tests/utils/test_asyncio.py::test_run_coro_with_timeout
142 -)
143
144 diff --git a/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild b/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild
145 deleted file mode 100644
146 index 3271b3e2ac15..000000000000
147 --- a/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild
148 +++ /dev/null
149 @@ -1,49 +0,0 @@
150 -# Copyright 1999-2022 Gentoo Authors
151 -# Distributed under the terms of the GNU General Public License v2
152 -
153 -EAPI=8
154 -
155 -DISTUTILS_USE_PEP517=setuptools
156 -PYTHON_COMPAT=( python3_{8..11} )
157 -
158 -inherit distutils-r1
159 -
160 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
161 -HOMEPAGE="
162 - https://github.com/jstasiak/python-zeroconf/
163 - https://pypi.org/project/zeroconf/
164 -"
165 -SRC_URI="
166 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
167 - -> ${P}.gh.tar.gz
168 -"
169 -
170 -LICENSE="LGPL-2.1"
171 -SLOT="0"
172 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
173 -
174 -RDEPEND="
175 - >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
176 - >=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
177 -"
178 -BDEPEND="
179 - test? (
180 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
181 - )
182 -"
183 -
184 -distutils_enable_tests pytest
185 -
186 -EPYTEST_DESELECT=(
187 - # network
188 - tests/test_core.py::Framework::test_close_multiple_times
189 - tests/test_core.py::Framework::test_launch_and_close
190 - tests/test_core.py::Framework::test_launch_and_close_context_manager
191 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
192 - tests/test_core.py::Framework::test_launch_and_close_v6_only
193 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
194 -
195 - # fragile to timeouts (?)
196 - tests/services/test_browser.py::test_service_browser_expire_callbacks
197 - tests/utils/test_asyncio.py::test_run_coro_with_timeout
198 -)