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: Mon, 30 Aug 2021 05:54:22
Message-Id: 1630302490.f165e5e9c687250be8aa3946538f707ddef2db3b.mgorny@gentoo
1 commit: f165e5e9c687250be8aa3946538f707ddef2db3b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 05:48:10 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 05:48:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f165e5e9
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 | 2 --
13 dev-python/zeroconf/zeroconf-0.32.1.ebuild | 39 ------------------------------
14 dev-python/zeroconf/zeroconf-0.36.0.ebuild | 39 ------------------------------
15 3 files changed, 80 deletions(-)
16
17 diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
18 index 00f0fb3c582..d0b312004d9 100644
19 --- a/dev-python/zeroconf/Manifest
20 +++ b/dev-python/zeroconf/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST python-zeroconf-0.32.1.gh.tar.gz 116507 BLAKE2B 03de415620745b75cd43be74b724faf909aad9628175f18cf4b2c04245d02adbca984eaa861e807729f36caa3feecab913f2e4aafcdd9aac1af02de6eeefbb3d SHA512 cefcd1abdc3ca2b5ed796aee09e6826c0d0f54343bdefbf45c425d6e033542dc061c84fb4438ba53774d87c6516801c6e2196c1e6cfdd9dbf9187f5d8d4b1b11
23 DIST python-zeroconf-0.33.4.gh.tar.gz 121380 BLAKE2B a1a8ac266aaded65337aa9d5c26d8a52b6329500a1a18354148590fdb47988f200b0658a41e18b78694cd9f95f1322cce0ff289a795bf9459ab6d383d5ee13f9 SHA512 fa6dd453ea22beb113c53941ce750e214da3211b6fc14d8b0cb575b927cff14759c49fec4e9ada4a2fd4ebc0bb3b0b355a2454ca0e128a3213fc8be41f096af7
24 DIST python-zeroconf-0.35.1.gh.tar.gz 127099 BLAKE2B dc09dadaeaac64d8517de407ddcfffc4152e366430c492d4ab562c56afa3264c33a26373f249bbddd969bb28dbc5c1b7513e59c0ebb728c12a77fb9d428e4f0a SHA512 27386cd425928821080c9c6fd2babdcfc001cc4583ef4c699169e3818f6bb8536f712cf7959e6003a6aaf40e85b5337a8a5abcfdf686455dee577cfa61270fb7
25 -DIST python-zeroconf-0.36.0.gh.tar.gz 127299 BLAKE2B 66ee56eff026e427c3d0ce4353271a3232e0b3301cc364d9866f9beeedf9e41c9dcd97be82ce9fc0bdd79298d0fb2a89f51cb947f58cba8210be0f768032aaf6 SHA512 2f2bc44f5223a204ccf2106bf9fa3407640408c7199bddd68882b2024b07440e807a22e43b3aaa7eecc1f4fdefdf61f7a9b9a7655dd358355a43f03d67c13166
26 DIST python-zeroconf-0.36.1.gh.tar.gz 128104 BLAKE2B a5f2fdf35dd8c51e727ad1f4cd9ba442f2b99fd7ecc6ce0ce9cb0331997f445be90bba17571cec5ec0f59b64268241abacb5aee39134427098902b8d592494c6 SHA512 c568dd836a101a47ef74318154cd6c7fe2eb93c674450596f8e6ec4b7cfb66740126cc994b8f4d98458dd64a16c971ebab29b0877366396b8f5fabd03341107c
27
28 diff --git a/dev-python/zeroconf/zeroconf-0.32.1.ebuild b/dev-python/zeroconf/zeroconf-0.32.1.ebuild
29 deleted file mode 100644
30 index 8078abee7f3..00000000000
31 --- a/dev-python/zeroconf/zeroconf-0.32.1.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -inherit distutils-r1
41 -
42 -MY_P=python-zeroconf-${PV}
43 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
44 -HOMEPAGE="
45 - https://github.com/jstasiak/python-zeroconf/
46 - https://pypi.org/project/zeroconf/"
47 -SRC_URI="
48 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
49 - -> ${MY_P}.gh.tar.gz"
50 -S=${WORKDIR}/${MY_P}
51 -
52 -LICENSE="LGPL-2.1"
53 -SLOT="0"
54 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
55 -
56 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
57 -
58 -distutils_enable_tests pytest
59 -
60 -python_test() {
61 - local excludes=(
62 - # network
63 - tests/test_core.py::Framework::test_close_multiple_times
64 - tests/test_core.py::Framework::test_launch_and_close
65 - tests/test_core.py::Framework::test_launch_and_close_context_manager
66 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
67 - tests/test_core.py::Framework::test_launch_and_close_v6_only
68 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
69 - )
70 -
71 - epytest ${excludes[@]/#/--deselect }
72 -}
73
74 diff --git a/dev-python/zeroconf/zeroconf-0.36.0.ebuild b/dev-python/zeroconf/zeroconf-0.36.0.ebuild
75 deleted file mode 100644
76 index 0e1b2943b16..00000000000
77 --- a/dev-python/zeroconf/zeroconf-0.36.0.ebuild
78 +++ /dev/null
79 @@ -1,39 +0,0 @@
80 -# Copyright 1999-2021 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=8
84 -
85 -PYTHON_COMPAT=( python3_{8..10} )
86 -inherit distutils-r1
87 -
88 -MY_P=python-zeroconf-${PV}
89 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
90 -HOMEPAGE="
91 - https://github.com/jstasiak/python-zeroconf/
92 - https://pypi.org/project/zeroconf/"
93 -SRC_URI="
94 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
95 - -> ${MY_P}.gh.tar.gz"
96 -S=${WORKDIR}/${MY_P}
97 -
98 -LICENSE="LGPL-2.1"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
101 -
102 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
103 -
104 -distutils_enable_tests pytest
105 -
106 -python_test() {
107 - local excludes=(
108 - # network
109 - tests/test_core.py::Framework::test_close_multiple_times
110 - tests/test_core.py::Framework::test_launch_and_close
111 - tests/test_core.py::Framework::test_launch_and_close_context_manager
112 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
113 - tests/test_core.py::Framework::test_launch_and_close_v6_only
114 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
115 - )
116 -
117 - epytest ${excludes[@]/#/--deselect }
118 -}