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, 27 Nov 2021 20:14:08
Message-Id: 1638044041.82215646be3b91d0833a51660074ca4f2d525916.mgorny@gentoo
1 commit: 82215646be3b91d0833a51660074ca4f2d525916
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 27 20:13:03 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 27 20:14:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82215646
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.36.11.ebuild | 35 -----------------------------
14 dev-python/zeroconf/zeroconf-0.36.12.ebuild | 35 -----------------------------
15 dev-python/zeroconf/zeroconf-0.36.8.ebuild | 35 -----------------------------
16 dev-python/zeroconf/zeroconf-0.36.9.ebuild | 35 -----------------------------
17 5 files changed, 144 deletions(-)
18
19 diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
20 index d5d3619db85a..013774fed1bf 100644
21 --- a/dev-python/zeroconf/Manifest
22 +++ b/dev-python/zeroconf/Manifest
23 @@ -1,5 +1 @@
24 -DIST python-zeroconf-0.36.11.gh.tar.gz 130455 BLAKE2B f32556a0fad91e6476a267dd8c6b157c05aeba185842cba5fbb3f0f86c973c0dc54d8240d83a74a265ecea7d24dca7d0c3e3028f88c10a781243a641e78f324e SHA512 da34ce59a2036f1497f0b6ee37db57c0b1608a81e1ed36a089b380fc7fea746dff95ee08efc348bbb383b75f5aa9d9b4d4a70961b4de2a7968e3a46173774400
25 -DIST python-zeroconf-0.36.12.gh.tar.gz 130545 BLAKE2B f71e3d1968729c0edca534f0b6e14da31a23669772057b6e59e9532975d7dbd84bcc89fcd82f812a27b2856f627116b551f2e48063c5825fcef9a19efdb584df SHA512 575a8c37965d5c2159ec8b3a3cfeee779846fc2a71ad646340739f8b7b78e445b33a60cf995a1cd08ba432e3e49bc6c946b9e65ee4e2d10dd7ef786489e9c68c
26 DIST python-zeroconf-0.36.13.gh.tar.gz 131067 BLAKE2B 5d5641071ed5842652542f28dbf4bd1478bf1c908ce838790d251af9612dc4fa174cc69b42852f9cd80660d0fd29b4a4ad26a3cfc311a72216eae1a9e1c9c2d6 SHA512 2c7aa4d78617ab69f2862deb6bc1c5492feaccadf364f3f8c960bcb1e0d1ecd8eca3bc17474b4be9c131d88117d65044f12f4171f3e08edfbbaa00291f28828c
27 -DIST python-zeroconf-0.36.8.gh.tar.gz 129890 BLAKE2B dafd1a660e611afcac0367b6f4618dd488161d30337fa1d8bd7f43af06446785e86125ae50781b341549fb9b1c70070e6b86ba271a98e5544f5d0e3287640e00 SHA512 928a78a59a5e23182c5f0af8cc8bda477b8225ffaf50e25bdd746ce7b40f7e215e5f23d7a4a282f802c9a4b7b53cbc60c38f547f382b8eff5eb14d1a21f108c1
28 -DIST python-zeroconf-0.36.9.gh.tar.gz 130154 BLAKE2B d9a96a853a12d3f9f0e4fd9f80bb7114ce25b2fed730ed79baa4ac07a6108a6f5cfc56232ba77f829a947e2961a91c3e1eed224fadf95b2e433ebe0c7b9374ee SHA512 27558fdb9dd8539fffdc5756d180dce921bed010fb7eb2e11254e162792ba663fcaa74afbfcebfb86b5c6aa9187d00a302f6a402cf40986f0bc9e3bed1dd0e19
29
30 diff --git a/dev-python/zeroconf/zeroconf-0.36.11.ebuild b/dev-python/zeroconf/zeroconf-0.36.11.ebuild
31 deleted file mode 100644
32 index b416d399c1d2..000000000000
33 --- a/dev-python/zeroconf/zeroconf-0.36.11.ebuild
34 +++ /dev/null
35 @@ -1,35 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -PYTHON_COMPAT=( python3_{8..10} )
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 -SRC_URI="
50 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
51 - -> ${MY_P}.gh.tar.gz"
52 -S=${WORKDIR}/${MY_P}
53 -
54 -LICENSE="LGPL-2.1"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
57 -
58 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
59 -
60 -distutils_enable_tests pytest
61 -
62 -EPYTEST_DESELECT=(
63 - # network
64 - tests/test_core.py::Framework::test_close_multiple_times
65 - tests/test_core.py::Framework::test_launch_and_close
66 - tests/test_core.py::Framework::test_launch_and_close_context_manager
67 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
68 - tests/test_core.py::Framework::test_launch_and_close_v6_only
69 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
70 -)
71
72 diff --git a/dev-python/zeroconf/zeroconf-0.36.12.ebuild b/dev-python/zeroconf/zeroconf-0.36.12.ebuild
73 deleted file mode 100644
74 index b416d399c1d2..000000000000
75 --- a/dev-python/zeroconf/zeroconf-0.36.12.ebuild
76 +++ /dev/null
77 @@ -1,35 +0,0 @@
78 -# Copyright 1999-2021 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=8
82 -
83 -PYTHON_COMPAT=( python3_{8..10} )
84 -inherit distutils-r1
85 -
86 -MY_P=python-zeroconf-${PV}
87 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
88 -HOMEPAGE="
89 - https://github.com/jstasiak/python-zeroconf/
90 - https://pypi.org/project/zeroconf/"
91 -SRC_URI="
92 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
93 - -> ${MY_P}.gh.tar.gz"
94 -S=${WORKDIR}/${MY_P}
95 -
96 -LICENSE="LGPL-2.1"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
99 -
100 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
101 -
102 -distutils_enable_tests pytest
103 -
104 -EPYTEST_DESELECT=(
105 - # network
106 - tests/test_core.py::Framework::test_close_multiple_times
107 - tests/test_core.py::Framework::test_launch_and_close
108 - tests/test_core.py::Framework::test_launch_and_close_context_manager
109 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
110 - tests/test_core.py::Framework::test_launch_and_close_v6_only
111 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
112 -)
113
114 diff --git a/dev-python/zeroconf/zeroconf-0.36.8.ebuild b/dev-python/zeroconf/zeroconf-0.36.8.ebuild
115 deleted file mode 100644
116 index d4adc642d866..000000000000
117 --- a/dev-python/zeroconf/zeroconf-0.36.8.ebuild
118 +++ /dev/null
119 @@ -1,35 +0,0 @@
120 -# Copyright 1999-2021 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=8
124 -
125 -PYTHON_COMPAT=( python3_{8..10} )
126 -inherit distutils-r1
127 -
128 -MY_P=python-zeroconf-${PV}
129 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
130 -HOMEPAGE="
131 - https://github.com/jstasiak/python-zeroconf/
132 - https://pypi.org/project/zeroconf/"
133 -SRC_URI="
134 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
135 - -> ${MY_P}.gh.tar.gz"
136 -S=${WORKDIR}/${MY_P}
137 -
138 -LICENSE="LGPL-2.1"
139 -SLOT="0"
140 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
141 -
142 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
143 -
144 -distutils_enable_tests pytest
145 -
146 -EPYTEST_DESELECT=(
147 - # network
148 - tests/test_core.py::Framework::test_close_multiple_times
149 - tests/test_core.py::Framework::test_launch_and_close
150 - tests/test_core.py::Framework::test_launch_and_close_context_manager
151 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
152 - tests/test_core.py::Framework::test_launch_and_close_v6_only
153 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
154 -)
155
156 diff --git a/dev-python/zeroconf/zeroconf-0.36.9.ebuild b/dev-python/zeroconf/zeroconf-0.36.9.ebuild
157 deleted file mode 100644
158 index b416d399c1d2..000000000000
159 --- a/dev-python/zeroconf/zeroconf-0.36.9.ebuild
160 +++ /dev/null
161 @@ -1,35 +0,0 @@
162 -# Copyright 1999-2021 Gentoo Authors
163 -# Distributed under the terms of the GNU General Public License v2
164 -
165 -EAPI=8
166 -
167 -PYTHON_COMPAT=( python3_{8..10} )
168 -inherit distutils-r1
169 -
170 -MY_P=python-zeroconf-${PV}
171 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
172 -HOMEPAGE="
173 - https://github.com/jstasiak/python-zeroconf/
174 - https://pypi.org/project/zeroconf/"
175 -SRC_URI="
176 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
177 - -> ${MY_P}.gh.tar.gz"
178 -S=${WORKDIR}/${MY_P}
179 -
180 -LICENSE="LGPL-2.1"
181 -SLOT="0"
182 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
183 -
184 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
185 -
186 -distutils_enable_tests pytest
187 -
188 -EPYTEST_DESELECT=(
189 - # network
190 - tests/test_core.py::Framework::test_close_multiple_times
191 - tests/test_core.py::Framework::test_launch_and_close
192 - tests/test_core.py::Framework::test_launch_and_close_context_manager
193 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
194 - tests/test_core.py::Framework::test_launch_and_close_v6_only
195 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
196 -)