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, 06 Jun 2022 11:33:45
Message-Id: 1654514869.b3f01877480323b5fda83435104d7e48ee63ef97.mgorny@gentoo
1 commit: b3f01877480323b5fda83435104d7e48ee63ef97
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 11:27:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 11:27:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f01877
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.38.4.ebuild | 38 ------------------------
14 dev-python/zeroconf/zeroconf-0.38.5.ebuild | 46 ------------------------------
15 3 files changed, 86 deletions(-)
16
17 diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
18 index d7a6ac848a06..c3540d88e680 100644
19 --- a/dev-python/zeroconf/Manifest
20 +++ b/dev-python/zeroconf/Manifest
21 @@ -1,3 +1 @@
22 -DIST python-zeroconf-0.38.4.gh.tar.gz 133770 BLAKE2B 2b7b01112957ed9456acd7ef842a010d38b2a6e589b1714ed3fd47d2b51f448bf716bdd8511b0a3f4560cdcf0cc16bad06ac73f9a42b5c5cf4154b48cafdf97b SHA512 6b0df6fed453dab2e554d4af4d807eed1108fe50fdcc41096a11944577ee8cfa0a0b30491a1ebe6d95ddc5b78c3c0cb07bd34ef279fbfca70775628667f40212
23 -DIST python-zeroconf-0.38.5.gh.tar.gz 134146 BLAKE2B d1ad69e8fe9f236c95862e1e415c5739a5627ed6d96b71f7af418e1f5cc9ca9c57feac34fa18d3928bdc6cf54c7d28dd30c9f259038e018746ad6a3671101225 SHA512 68ee397b567795f55e9374906761682e404ee0428b8b104c3dfedac473bbda780c086d50b598be9940a9b14e58642960dc29280036d3ff8e3fb76660806e0f54
24 DIST python-zeroconf-0.38.6.gh.tar.gz 134795 BLAKE2B 839d59d7c46d9ab16145e37bb58acc7a71072b00507ee0ae8325fea9a3ebc0e567f9e257937675f8eaf44095c7449f96e6bc42b82d34f75a39cc87fd29be2766 SHA512 274db525751191b0188a4f00505c795420f975de3f714f84f2207271ff484bb5de1c881c0ed00b1ad3a6265d5d461519cf46041ab907026d9e6937844bbab6af
25
26 diff --git a/dev-python/zeroconf/zeroconf-0.38.4.ebuild b/dev-python/zeroconf/zeroconf-0.38.4.ebuild
27 deleted file mode 100644
28 index 440d8f1d868d..000000000000
29 --- a/dev-python/zeroconf/zeroconf-0.38.4.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
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 -EPYTEST_DESELECT=(
61 - tests/utils/test_asyncio.py::test_run_coro_with_timeout
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 diff --git a/dev-python/zeroconf/zeroconf-0.38.5.ebuild b/dev-python/zeroconf/zeroconf-0.38.5.ebuild
72 deleted file mode 100644
73 index a8279caef7c4..000000000000
74 --- a/dev-python/zeroconf/zeroconf-0.38.5.ebuild
75 +++ /dev/null
76 @@ -1,46 +0,0 @@
77 -# Copyright 1999-2022 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=8
81 -
82 -DISTUTILS_USE_PEP517=setuptools
83 -PYTHON_COMPAT=( python3_{8..10} )
84 -
85 -inherit distutils-r1
86 -
87 -MY_P=python-zeroconf-${PV}
88 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
89 -HOMEPAGE="
90 - https://github.com/jstasiak/python-zeroconf/
91 - https://pypi.org/project/zeroconf/
92 -"
93 -SRC_URI="
94 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
95 - -> ${MY_P}.gh.tar.gz
96 -"
97 -S="${WORKDIR}/${MY_P}"
98 -
99 -LICENSE="LGPL-2.1"
100 -SLOT="0"
101 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
102 -
103 -RDEPEND="
104 - >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
105 -"
106 -BDEPEND="
107 - test? (
108 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
109 - )
110 -"
111 -
112 -distutils_enable_tests pytest
113 -
114 -EPYTEST_DESELECT=(
115 - # network
116 - tests/test_core.py::Framework::test_close_multiple_times
117 - tests/test_core.py::Framework::test_launch_and_close
118 - tests/test_core.py::Framework::test_launch_and_close_context_manager
119 - tests/test_core.py::Framework::test_launch_and_close_v4_v6
120 - tests/test_core.py::Framework::test_launch_and_close_v6_only
121 - tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
122 -)