dev-python/zeroconf: Bump to 0.149.17

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-22 06:05:13 +02:00
parent f8e5bb66ee
commit b2d35ca2da
2 changed files with 74 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ DIST zeroconf-0.149.13.tar.gz 191989 BLAKE2B 1cdb38bc597401ce078046fa279bb7664b8
DIST zeroconf-0.149.13.tar.gz.provenance 9889 BLAKE2B 2a6dd44f7d67c80827f2d5b0973c2c5a5a17821355d688ad25491af350984e6bf2fb7444a1ea9a9b9181058ee4021174e07d0808cdf106e8e1880624c7e57644 SHA512 de07d4f649faa6a92e10c85468c95de30bd8e41fd9c8a8db38da1bf33eb0f5cea51a5d7791c369dc6a596f85bd4163efc9b781814dd3affd8fa46edd4c7d903d
DIST zeroconf-0.149.16.tar.gz 196586 BLAKE2B 1eccf6efccd3ad1ef9344183ffd61c57d31b3ee5796c6a3fdb773b7665e51335c404f1a6ea7ac3b921deb7f2a79c30bd8110f61f0513763db9f11b5c21710199 SHA512 b8011c4c00cc4ebc0400c3adff50d1df2d52e19d51e48a6222d9dffa96698f139c10fc721135fff3044075681a3f7e6bcc57a025573b31b6cb820b871d13a837
DIST zeroconf-0.149.16.tar.gz.provenance 9971 BLAKE2B 4d37654a66980c4f8fd827c304b4507302d0afbd8275199dfa51c76805e901e92fb31e6fcffa5ae10abca55fe34cc0c755e1f3a059c9054efba7b12df7c78e4a SHA512 d3c0830deb7fb9cd3087d3a41291b7f905db728e98e5f36215774f1099c779301346c768b9f6666d7699d20a089bade1a78dfb2a5febaac070c1c9db571143fd
DIST zeroconf-0.149.17.tar.gz 198435 BLAKE2B b41298a9b866153d085d78e59c7e6151c34350df74f9224b41165ac602cfbbf90be56e26d8d932979fc617a4401cce9c49b4a6051c09928270a476eeb8fe717f SHA512 f00576bf88fe567d9bf9f81dbd2b609b7a0d490e47813607bbbb1ed5b8a2c1a05bd42f9a0c3e189dd0ef4e9d643e42b30345dc0dc87373c8eae63b61aaf8d835
DIST zeroconf-0.149.17.tar.gz.provenance 10063 BLAKE2B 9a5229e90eeaf69fb4489be275e7ad6049516807fd3e8448b2216c3ba0db1fc57adcb1981f2cab2318e6d1b35a72139881c58dd9411dec1ec889889588b4225c SHA512 842b667c7344cccee3c37b8ddce812a32d07c1df7c90cf8b0a0f83e1209b37aa5b40f2402a29b252b4e3364c1b1c14d501471e58b5af5e7e3be4413ec8ce4c28
DIST zeroconf-0.149.3.tar.gz 167633 BLAKE2B 623ad21e864c29e10e74c75003512303aaadfc572da03d5e967b8543cc356de0e2eacd17b770db1cd3c754ac562d3965e4f32b302b750a5398db1923a2f1e184 SHA512 83d28877c2c1126e2402907218077b3c77d6851324127b640db7014a1c2f538d08ef415402eee065ef044d893777c197bad94498ead113b423ae00682beee192
DIST zeroconf-0.149.3.tar.gz.provenance 9873 BLAKE2B dfac2ab1b2fe0cffef2a6084d12aa6d59d7c8954a2a60954115fdbb6621129fb67a7d1a85307658b05a971b569a79707c5c3f8f914a35beeadff5f17dadc53ae SHA512 994b43f6f3890a567530c279e762601e54e6152a3d17beab0b630890cf5672fde94fd49ecc1b1aee097557ae42cfd993b9c4151c29a0d461cf63347e211a3dd6
DIST zeroconf-0.149.5.tar.gz 173010 BLAKE2B 771e742d3388490c1653251052665c7de766605ced17ab69b1e09069ff09c1792edda403aae6bd5b13866aa7069e12ce484f0948d102c6e64a7edddceba4472a SHA512 eac173ab523372f2b3e25581e596640274478bf2b5de1aeb4b133fb2ec6c6228a0ff5e592e9d309431c6e178c1241418f3023f1d9071ad053cce5ac4449716f1

View File

@@ -0,0 +1,72 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=poetry-core
PYPI_VERIFY_REPO=https://github.com/python-zeroconf/python-zeroconf
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
HOMEPAGE="
https://github.com/python-zeroconf/python-zeroconf/
https://pypi.org/project/zeroconf/
"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+native-extensions"
RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
"
# the build system uses custom build script that uses distutils to build
# C extensions, sigh
BDEPEND="
native-extensions? (
>=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
)
test? (
>=dev-python/blockbuster-1.5.5[${PYTHON_USEDEP}]
)
>=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( pytest-asyncio )
distutils_enable_tests pytest
python_compile() {
if use native-extensions; then
local -x REQUIRE_CYTHON=1
else
local -x SKIP_CYTHON=1
fi
distutils-r1_python_compile
}
python_test() {
local -x SKIP_IPV6=1
local EPYTEST_DESELECT=(
# network
tests/test_core.py::Framework::test_close_multiple_times
tests/test_core.py::Framework::test_launch_and_close
tests/test_core.py::Framework::test_launch_and_close_context_manager
# fragile to timeouts (?)
tests/services/test_browser.py::test_service_browser_expire_callbacks
tests/utils/test_asyncio.py::test_run_coro_with_timeout
# randomly broken by a leftover thread?
tests/test_circular_imports.py::test_circular_imports
)
local EPYTEST_IGNORE=(
tests/benchmarks
)
epytest -o addopts=
}