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: Tue, 01 Nov 2022 05:19:25
Message-Id: 1667279955.47ef4c57bcbf9d6776efb904795b5ccb448c2a58.mgorny@gentoo
1 commit: 47ef4c57bcbf9d6776efb904795b5ccb448c2a58
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 04:01:28 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 05:19:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ef4c57
7
8 dev-python/python-zeroconf: Bump to 0.39.4
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-zeroconf/Manifest | 1 +
13 .../python-zeroconf/python-zeroconf-0.39.4.ebuild | 49 ++++++++++++++++++++++
14 2 files changed, 50 insertions(+)
15
16 diff --git a/dev-python/python-zeroconf/Manifest b/dev-python/python-zeroconf/Manifest
17 index 6c7925efe0e1..af6577868bbf 100644
18 --- a/dev-python/python-zeroconf/Manifest
19 +++ b/dev-python/python-zeroconf/Manifest
20 @@ -1,3 +1,4 @@
21 DIST python-zeroconf-0.39.1.gh.tar.gz 135252 BLAKE2B 82efa3e39b6e18b9d73b45958190c1d76978231842c1f61ff4519b9a763fb2c1564dae9c0b1d31109e291acc966127cfae9fa02400f1695e97dcc1b0e5a509f7 SHA512 3e1bc4bd48b77bce711f8b49b9cdce1769d7af72094c9ebc161ecb833fe90c7bd36ec5b9fc35c524ddd8c30a67af5937f188c81cf3a251d80c0e71f4b7c3add7
22 DIST python-zeroconf-0.39.2.gh.tar.gz 136788 BLAKE2B ce8130cd3b89969e0cb5a9e9ddc82dc29e2517a29ce44f309950034ece433475336647dcebef8d6ec0d68271b784f9a345d2fb752dc0ad185db0298cfbad4bdd SHA512 0e1f5abdb5ed82bd281353c7bd84eeabd160195d66d641a4ce97f5f4806aab9bcf1c4cdf399e1a8082ac9b7ad979151bfc03b2b6226744075b2025fceaa30c79
23 DIST python-zeroconf-0.39.3.gh.tar.gz 137044 BLAKE2B df2ba0b21902296e77fc20ff006872995efc378898d381e61e5f366f27e2532cedbd9482675f8aa163e258b68e0b33d2134783ca1c72a7fee52a209ac821f185 SHA512 3d76b88fed2db3674e3319e27fc85a036ae9d990bea2cf369cbd5853b416fad8315e156d6a7c5f025d09ba069675c4be53c34f9b021d05bff04422ea9101e6a0
24 +DIST python-zeroconf-0.39.4.gh.tar.gz 137174 BLAKE2B 9e7d66bec5ebb52754c5a45fd584229db2f20f37cc43830b31c903a6267aadc3a45a3f8c35fd329586aa81f083dc823f0e6d6fad3dc2b6cc5ada17a2eb4a2208 SHA512 0e69a31dd31111f95eda0a44ee7d00484d8b909448eef4ef41bef6e170a410ecdae02e01cc944ad7534634aa26ef0c95b465c784ee67de1c2cd0ec4ab040d445
25
26 diff --git a/dev-python/python-zeroconf/python-zeroconf-0.39.4.ebuild b/dev-python/python-zeroconf/python-zeroconf-0.39.4.ebuild
27 new file mode 100644
28 index 000000000000..3271b3e2ac15
29 --- /dev/null
30 +++ b/dev-python/python-zeroconf/python-zeroconf-0.39.4.ebuild
31 @@ -0,0 +1,49 @@
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..11} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
43 +HOMEPAGE="
44 + https://github.com/jstasiak/python-zeroconf/
45 + https://pypi.org/project/zeroconf/
46 +"
47 +SRC_URI="
48 + https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
49 + -> ${P}.gh.tar.gz
50 +"
51 +
52 +LICENSE="LGPL-2.1"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
55 +
56 +RDEPEND="
57 + >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
58 + >=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
59 +"
60 +BDEPEND="
61 + test? (
62 + dev-python/pytest-asyncio[${PYTHON_USEDEP}]
63 + )
64 +"
65 +
66 +distutils_enable_tests pytest
67 +
68 +EPYTEST_DESELECT=(
69 + # network
70 + tests/test_core.py::Framework::test_close_multiple_times
71 + tests/test_core.py::Framework::test_launch_and_close
72 + tests/test_core.py::Framework::test_launch_and_close_context_manager
73 + tests/test_core.py::Framework::test_launch_and_close_v4_v6
74 + tests/test_core.py::Framework::test_launch_and_close_v6_only
75 + tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
76 +
77 + # fragile to timeouts (?)
78 + tests/services/test_browser.py::test_service_browser_expire_callbacks
79 + tests/utils/test_asyncio.py::test_run_coro_with_timeout
80 +)