[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-09-28 Thread Michał Górny
commit: b3b6fef61ad84997b4f14c11bfdd48e95d710dd3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 12:45:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 12:59:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b6fef6

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 -
 dev-python/zeroconf/zeroconf-0.133.0.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 0c073059a20f..50e21bb913e9 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,2 @@
-DIST zeroconf-0.133.0.tar.gz 171328 BLAKE2B 
2a32186bf17120d2448383af252a4a47e83c5900187e841974fa7b1fc4ae70b1227cf5baf556f7d24650f75e6f27a6a4a5b4f2f797b47c55d5016d20a1263c1e
 SHA512 
06ec5f4face3578a16a38ebd750c9f74cc38932e840c8615d597807a3b5781adf9bd5bf2f8b438df165993de4f429c45efe9f4751baf7d00b4ebabc348984b41
 DIST zeroconf-0.134.0.tar.gz 171689 BLAKE2B 
feac4312bc418ff8e703afe4248a2639d55c829ad4ff817d2b07da4b5e486ae4e4c09949522f0241831712b1217496155aae5a523797f78d5d9dea6ec784aca7
 SHA512 
1d0d9f4a5f3a1c28ae5c446d6a284a29e35e0cae51d0c2ef7d86f9f55c5b175d644a086adbcc9594d2aa9875d41e9601668514f4b91ff251a77926ee25ee
 DIST zeroconf-0.135.0.tar.gz 171896 BLAKE2B 
99822f18b98bedf8af03cb3f6483b0884ef92289afd4f71892ce33dc85e1751eea6180de8dac3d8c460bdabea3e096dfac1f26854a5dc52a86ce6ee271514996
 SHA512 
703d71aa2ffdedfc9a212dac448b9bb5589a839a610d1add8b5324e4ce241680ee1ebd8b5a01533c4c73bc91d22e5f641151c12186aec6b71c3e23607b32c30a

diff --git a/dev-python/zeroconf/zeroconf-0.133.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.133.0.ebuild
deleted file mode 100644
index 014d1b6ea1d2..
--- a/dev-python/zeroconf/zeroconf-0.133.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..13} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-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
-   )
-
-   epytest -o addopts=
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-09-28 Thread Sam James
commit: a4830ad016f42206adcb6a046f7127eed502bc94
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 28 12:39:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 28 12:39:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4830ad0

dev-python/zeroconf: Stabilize 0.134.0 x86, #940421

Signed-off-by: Sam James  gentoo.org>

 dev-python/zeroconf/zeroconf-0.134.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.134.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.134.0.ebuild
index 1293f1033d9f..014d1b6ea1d2 100644
--- a/dev-python/zeroconf/zeroconf-0.134.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.134.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-09-28 Thread Arthur Zamarin
commit: 674e65a95a9ba60e8a34f019585e69819f63c768
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 28 11:47:03 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 28 11:47:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674e65a9

dev-python/zeroconf: Stabilize 0.134.0 amd64, #940421

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.134.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.134.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.134.0.ebuild
index aef7ae5aca7b..1293f1033d9f 100644
--- a/dev-python/zeroconf/zeroconf-0.134.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.134.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-09-28 Thread Arthur Zamarin
commit: bac97ab65817ca8a6fbbedbe43e911c867f7c6df
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 28 11:32:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 28 11:32:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac97ab6

dev-python/zeroconf: Stabilize 0.134.0 arm64, #940421

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.134.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.134.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.134.0.ebuild
index 42ef77fc404f..aef7ae5aca7b 100644
--- a/dev-python/zeroconf/zeroconf-0.134.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.134.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-09-24 Thread Michał Górny
commit: 6d0e3bc580ec66fd1bf065cd989fa8c3dc019a83
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 25 03:59:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 25 04:38:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0e3bc5

dev-python/zeroconf: Bump to 0.135.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.135.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index b95142d6a688..0c073059a20f 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,2 +1,3 @@
 DIST zeroconf-0.133.0.tar.gz 171328 BLAKE2B 
2a32186bf17120d2448383af252a4a47e83c5900187e841974fa7b1fc4ae70b1227cf5baf556f7d24650f75e6f27a6a4a5b4f2f797b47c55d5016d20a1263c1e
 SHA512 
06ec5f4face3578a16a38ebd750c9f74cc38932e840c8615d597807a3b5781adf9bd5bf2f8b438df165993de4f429c45efe9f4751baf7d00b4ebabc348984b41
 DIST zeroconf-0.134.0.tar.gz 171689 BLAKE2B 
feac4312bc418ff8e703afe4248a2639d55c829ad4ff817d2b07da4b5e486ae4e4c09949522f0241831712b1217496155aae5a523797f78d5d9dea6ec784aca7
 SHA512 
1d0d9f4a5f3a1c28ae5c446d6a284a29e35e0cae51d0c2ef7d86f9f55c5b175d644a086adbcc9594d2aa9875d41e9601668514f4b91ff251a77926ee25ee
+DIST zeroconf-0.135.0.tar.gz 171896 BLAKE2B 
99822f18b98bedf8af03cb3f6483b0884ef92289afd4f71892ce33dc85e1751eea6180de8dac3d8c460bdabea3e096dfac1f26854a5dc52a86ce6ee271514996
 SHA512 
703d71aa2ffdedfc9a212dac448b9bb5589a839a610d1add8b5324e4ce241680ee1ebd8b5a01533c4c73bc91d22e5f641151c12186aec6b71c3e23607b32c30a

diff --git a/dev-python/zeroconf/zeroconf-0.135.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.135.0.ebuild
new file mode 100644
index ..42ef77fc404f
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.135.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..13} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-09-14 Thread Michał Górny
commit: cbe80ed4917e1d9eb59d49bb0283016bf065bbbc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 14 14:06:26 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 14 14:06:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe80ed4

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 -
 dev-python/zeroconf/zeroconf-0.132.2.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index ba082c4d934c..b95142d6a688 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,2 @@
-DIST zeroconf-0.132.2.tar.gz 170698 BLAKE2B 
7c76e2a00571a19b23f288dc1183da6ce274ebdf3f64f323e282f444011f7cbf90a63e02a991936a2cfa2d227568b31444b8f61f1110588638d4e888dd8749a6
 SHA512 
686cdfd2f32c6bad03fb5fd287b1e22f2f0b5099a8971dcff1d9fca7e63bc8069b195feb97be710c20fae8c524ab92143e395cdfec26ede103295d1aa4d32a8f
 DIST zeroconf-0.133.0.tar.gz 171328 BLAKE2B 
2a32186bf17120d2448383af252a4a47e83c5900187e841974fa7b1fc4ae70b1227cf5baf556f7d24650f75e6f27a6a4a5b4f2f797b47c55d5016d20a1263c1e
 SHA512 
06ec5f4face3578a16a38ebd750c9f74cc38932e840c8615d597807a3b5781adf9bd5bf2f8b438df165993de4f429c45efe9f4751baf7d00b4ebabc348984b41
 DIST zeroconf-0.134.0.tar.gz 171689 BLAKE2B 
feac4312bc418ff8e703afe4248a2639d55c829ad4ff817d2b07da4b5e486ae4e4c09949522f0241831712b1217496155aae5a523797f78d5d9dea6ec784aca7
 SHA512 
1d0d9f4a5f3a1c28ae5c446d6a284a29e35e0cae51d0c2ef7d86f9f55c5b175d644a086adbcc9594d2aa9875d41e9601668514f4b91ff251a77926ee25ee

diff --git a/dev-python/zeroconf/zeroconf-0.132.2.ebuild 
b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
deleted file mode 100644
index 014d1b6ea1d2..
--- a/dev-python/zeroconf/zeroconf-0.132.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..13} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-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
-   )
-
-   epytest -o addopts=
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-09-14 Thread Arthur Zamarin
commit: 88cf965e8fb2cb0150e11f63010fd1641ea4d6b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 14 13:42:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 14 13:42:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88cf965e

dev-python/zeroconf: Stabilize 0.133.0 x86, #939617

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.133.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.133.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.133.0.ebuild
index 1293f1033d9f..014d1b6ea1d2 100644
--- a/dev-python/zeroconf/zeroconf-0.133.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.133.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-09-14 Thread Arthur Zamarin
commit: cae166701428cb696efd6d633f719aff0795a467
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 14 13:22:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 14 13:22:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae16670

dev-python/zeroconf: Stabilize 0.133.0 arm64, #939617

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.133.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.133.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.133.0.ebuild
index 42ef77fc404f..aef7ae5aca7b 100644
--- a/dev-python/zeroconf/zeroconf-0.133.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.133.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-09-14 Thread Arthur Zamarin
commit: 3b4219c7aa562bb588a0d65af9b53514d5378a4f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 14 13:22:45 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 14 13:22:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4219c7

dev-python/zeroconf: Stabilize 0.133.0 amd64, #939617

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.133.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.133.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.133.0.ebuild
index aef7ae5aca7b..1293f1033d9f 100644
--- a/dev-python/zeroconf/zeroconf-0.133.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.133.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-09-08 Thread Michał Górny
commit: 0556335094c3906bddb291cb1dcdc061e44a93bf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  9 01:41:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  9 01:41:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05563350

dev-python/zeroconf: Bump to 0.134.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.134.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index dd0c30a8b50d..ba082c4d934c 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,2 +1,3 @@
 DIST zeroconf-0.132.2.tar.gz 170698 BLAKE2B 
7c76e2a00571a19b23f288dc1183da6ce274ebdf3f64f323e282f444011f7cbf90a63e02a991936a2cfa2d227568b31444b8f61f1110588638d4e888dd8749a6
 SHA512 
686cdfd2f32c6bad03fb5fd287b1e22f2f0b5099a8971dcff1d9fca7e63bc8069b195feb97be710c20fae8c524ab92143e395cdfec26ede103295d1aa4d32a8f
 DIST zeroconf-0.133.0.tar.gz 171328 BLAKE2B 
2a32186bf17120d2448383af252a4a47e83c5900187e841974fa7b1fc4ae70b1227cf5baf556f7d24650f75e6f27a6a4a5b4f2f797b47c55d5016d20a1263c1e
 SHA512 
06ec5f4face3578a16a38ebd750c9f74cc38932e840c8615d597807a3b5781adf9bd5bf2f8b438df165993de4f429c45efe9f4751baf7d00b4ebabc348984b41
+DIST zeroconf-0.134.0.tar.gz 171689 BLAKE2B 
feac4312bc418ff8e703afe4248a2639d55c829ad4ff817d2b07da4b5e486ae4e4c09949522f0241831712b1217496155aae5a523797f78d5d9dea6ec784aca7
 SHA512 
1d0d9f4a5f3a1c28ae5c446d6a284a29e35e0cae51d0c2ef7d86f9f55c5b175d644a086adbcc9594d2aa9875d41e9601668514f4b91ff251a77926ee25ee

diff --git a/dev-python/zeroconf/zeroconf-0.134.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.134.0.ebuild
new file mode 100644
index ..42ef77fc404f
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.134.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..13} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-08-27 Thread Michał Górny
commit: 859088868d7a64d5217133c8f9527bfd02567380
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 27 06:26:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 27 07:39:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85908886

dev-python/zeroconf: Bump to 0.133.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.133.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index b74d654ade46..dd0c30a8b50d 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1 +1,2 @@
 DIST zeroconf-0.132.2.tar.gz 170698 BLAKE2B 
7c76e2a00571a19b23f288dc1183da6ce274ebdf3f64f323e282f444011f7cbf90a63e02a991936a2cfa2d227568b31444b8f61f1110588638d4e888dd8749a6
 SHA512 
686cdfd2f32c6bad03fb5fd287b1e22f2f0b5099a8971dcff1d9fca7e63bc8069b195feb97be710c20fae8c524ab92143e395cdfec26ede103295d1aa4d32a8f
+DIST zeroconf-0.133.0.tar.gz 171328 BLAKE2B 
2a32186bf17120d2448383af252a4a47e83c5900187e841974fa7b1fc4ae70b1227cf5baf556f7d24650f75e6f27a6a4a5b4f2f797b47c55d5016d20a1263c1e
 SHA512 
06ec5f4face3578a16a38ebd750c9f74cc38932e840c8615d597807a3b5781adf9bd5bf2f8b438df165993de4f429c45efe9f4751baf7d00b4ebabc348984b41

diff --git a/dev-python/zeroconf/zeroconf-0.133.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.133.0.ebuild
new file mode 100644
index ..42ef77fc404f
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.133.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..13} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-05-18 Thread Michał Górny
commit: bdc31a6b5aff3228e012500e98aa8a94d6b9bdde
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 11:34:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 11:46:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc31a6b

dev-python/zeroconf: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/zeroconf-0.132.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.132.2.ebuild 
b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
index 53d810e82f90..014d1b6ea1d2 100644
--- a/dev-python/zeroconf/zeroconf-0.132.2.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-04-27 Thread Michał Górny
commit: 265b5bf939da2e98a4db773942c367932516e325
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 11:04:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 11:26:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265b5bf9

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  2 --
 dev-python/zeroconf/zeroconf-0.131.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.132.0.ebuild | 56 -
 3 files changed, 114 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 95e2af190e39..b74d654ade46 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1 @@
-DIST zeroconf-0.131.0.tar.gz 169253 BLAKE2B 
64247bdca5f8a226e73078b0395fa273649d3baea54fe52c350bf5117527e4290974843385f5b23568a6350bb41fa0af13a6999ef4e880fc42952dde21126296
 SHA512 
7b7f5494a589306c458dc4fedd940aab86918e9979d5b9f0a466d28b74795c83351f82fdf501a983e9df3e32a8be9a88af3486e79ade23ab73d889610331d89a
-DIST zeroconf-0.132.0.tar.gz 170270 BLAKE2B 
2ef40ab7d3aafb21f3b82b2e47598034ab821218f80082f26be3e41ac1197ea52a57657e45f38b41a8113164fbde2a8839264c9284c82b64327c443afad1726e
 SHA512 
b8ccbb6f196db9404361e4ec85bc2a9f9801335a188ba6e4f1090afe1f042d82b69545f5db9b8c5d99720f1a7fbc77029ff0f624b8d17837b3dc8b41029e56a7
 DIST zeroconf-0.132.2.tar.gz 170698 BLAKE2B 
7c76e2a00571a19b23f288dc1183da6ce274ebdf3f64f323e282f444011f7cbf90a63e02a991936a2cfa2d227568b31444b8f61f1110588638d4e888dd8749a6
 SHA512 
686cdfd2f32c6bad03fb5fd287b1e22f2f0b5099a8971dcff1d9fca7e63bc8069b195feb97be710c20fae8c524ab92143e395cdfec26ede103295d1aa4d32a8f

diff --git a/dev-python/zeroconf/zeroconf-0.131.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.131.0.ebuild
deleted file mode 100644
index e2943de8e0d9..
--- a/dev-python/zeroconf/zeroconf-0.131.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-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
-   )
-
-   epytest -o addopts=
-}

diff --git a/dev-python/zeroconf/zeroconf-0.132.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.132.0.ebuild
deleted file mode 100644
index be589608aa7b..
--- a/dev-python/zeroconf/zeroconf-0.132.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-python_tes

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-04-27 Thread Michał Górny
commit: 1264a6f276d2ba576ebae5f795c6f808fdccdf0e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 11:03:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 11:03:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1264a6f2

dev-python/zeroconf: Stabilize 0.132.2 arm64, #930772

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/zeroconf-0.132.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.132.2.ebuild 
b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
index 15b27a48be74..53d810e82f90 100644
--- a/dev-python/zeroconf/zeroconf-0.132.2.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-04-27 Thread Michał Górny
commit: 699ac434a9c2fd93e4c03d8868c5624a5875ed1d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 11:01:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 11:01:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699ac434

dev-python/zeroconf: Stabilize 0.132.2 x86, #930772

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/zeroconf-0.132.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.132.2.ebuild 
b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
index 8ef22451d62f..15b27a48be74 100644
--- a/dev-python/zeroconf/zeroconf-0.132.2.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-04-27 Thread Michał Górny
commit: 542fbac5a918a012c9f426ecf56f9542e41c5c4d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 11:00:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 11:00:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542fbac5

dev-python/zeroconf: Stabilize 0.132.2 amd64, #930772

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/zeroconf-0.132.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.132.2.ebuild 
b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
index be589608aa7b..8ef22451d62f 100644
--- a/dev-python/zeroconf/zeroconf-0.132.2.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-04-12 Thread Arthur Zamarin
commit: 6d629bf96e41242ddfdbc0a8cc3bbacb9b0392e9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 13 04:18:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 13 05:35:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d629bf9

dev-python/zeroconf: Bump to 0.132.2

Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.132.2.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 6afd524da9d6..95e2af190e39 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,2 +1,3 @@
 DIST zeroconf-0.131.0.tar.gz 169253 BLAKE2B 
64247bdca5f8a226e73078b0395fa273649d3baea54fe52c350bf5117527e4290974843385f5b23568a6350bb41fa0af13a6999ef4e880fc42952dde21126296
 SHA512 
7b7f5494a589306c458dc4fedd940aab86918e9979d5b9f0a466d28b74795c83351f82fdf501a983e9df3e32a8be9a88af3486e79ade23ab73d889610331d89a
 DIST zeroconf-0.132.0.tar.gz 170270 BLAKE2B 
2ef40ab7d3aafb21f3b82b2e47598034ab821218f80082f26be3e41ac1197ea52a57657e45f38b41a8113164fbde2a8839264c9284c82b64327c443afad1726e
 SHA512 
b8ccbb6f196db9404361e4ec85bc2a9f9801335a188ba6e4f1090afe1f042d82b69545f5db9b8c5d99720f1a7fbc77029ff0f624b8d17837b3dc8b41029e56a7
+DIST zeroconf-0.132.2.tar.gz 170698 BLAKE2B 
7c76e2a00571a19b23f288dc1183da6ce274ebdf3f64f323e282f444011f7cbf90a63e02a991936a2cfa2d227568b31444b8f61f1110588638d4e888dd8749a6
 SHA512 
686cdfd2f32c6bad03fb5fd287b1e22f2f0b5099a8971dcff1d9fca7e63bc8069b195feb97be710c20fae8c524ab92143e395cdfec26ede103295d1aa4d32a8f

diff --git a/dev-python/zeroconf/zeroconf-0.132.2.ebuild 
b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
new file mode 100644
index ..be589608aa7b
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-04-01 Thread Michał Górny
commit: a48a056c0dd3ff86f0ed27405ba70d263e85eaa6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  2 04:26:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  2 04:26:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48a056c

dev-python/zeroconf: Bump to 0.132.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.132.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index d766dfcfa618..6afd524da9d6 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1 +1,2 @@
 DIST zeroconf-0.131.0.tar.gz 169253 BLAKE2B 
64247bdca5f8a226e73078b0395fa273649d3baea54fe52c350bf5117527e4290974843385f5b23568a6350bb41fa0af13a6999ef4e880fc42952dde21126296
 SHA512 
7b7f5494a589306c458dc4fedd940aab86918e9979d5b9f0a466d28b74795c83351f82fdf501a983e9df3e32a8be9a88af3486e79ade23ab73d889610331d89a
+DIST zeroconf-0.132.0.tar.gz 170270 BLAKE2B 
2ef40ab7d3aafb21f3b82b2e47598034ab821218f80082f26be3e41ac1197ea52a57657e45f38b41a8113164fbde2a8839264c9284c82b64327c443afad1726e
 SHA512 
b8ccbb6f196db9404361e4ec85bc2a9f9801335a188ba6e4f1090afe1f042d82b69545f5db9b8c5d99720f1a7fbc77029ff0f624b8d17837b3dc8b41029e56a7

diff --git a/dev-python/zeroconf/zeroconf-0.132.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.132.0.ebuild
new file mode 100644
index ..be589608aa7b
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.132.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-01-06 Thread Michał Górny
commit: 0f56bf8cf7c0b1f15a3fcbd2edee78b2ba9a44d5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 10:53:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 10:53:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f56bf8c

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  2 --
 dev-python/zeroconf/zeroconf-0.129.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.130.0.ebuild | 56 -
 3 files changed, 114 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 634dcb03332c..d766dfcfa618 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1 @@
-DIST zeroconf-0.129.0.tar.gz 163756 BLAKE2B 
13ac698352fd18d2025ed60d6906e7add6726a07c0e5e29f4fbf5bdd9f666a17d0401acbab70197182e7112e98e03eceb8a5d64f927a15f52b592b669615a4ad
 SHA512 
51e6edf5474e8bfcd63c31b13abc5ef382c4eab1e4d41e2d4f454615e1cc09aab63dc13f29c1a1126d3ae131c6d8df762748f0c5bdf2149c968517a0a15fc0ff
-DIST zeroconf-0.130.0.tar.gz 169034 BLAKE2B 
cda4002e07fcb784ab03208d25bbe4dbb3349df9473a78fca3032b5ed5bc882edcd35179f4721e3ae4f12880f464d9ef43ad03216aa272b58f034f929aabd06d
 SHA512 
8f2ce4ae9f58a28c658253a2c17a85968d51e2483442d726849ad254e5250f1b4e83f106540e7562369d4bbdfa05fc470636cc4a4f913dc5b1c94ea03b726d74
 DIST zeroconf-0.131.0.tar.gz 169253 BLAKE2B 
64247bdca5f8a226e73078b0395fa273649d3baea54fe52c350bf5117527e4290974843385f5b23568a6350bb41fa0af13a6999ef4e880fc42952dde21126296
 SHA512 
7b7f5494a589306c458dc4fedd940aab86918e9979d5b9f0a466d28b74795c83351f82fdf501a983e9df3e32a8be9a88af3486e79ade23ab73d889610331d89a

diff --git a/dev-python/zeroconf/zeroconf-0.129.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.129.0.ebuild
deleted file mode 100644
index 0392a00aa581..
--- a/dev-python/zeroconf/zeroconf-0.129.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-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
-   )
-
-   epytest -o addopts=
-}

diff --git a/dev-python/zeroconf/zeroconf-0.130.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.130.0.ebuild
deleted file mode 100644
index 9cb88f18ecad..
--- a/dev-python/zeroconf/zeroconf-0.130.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-python_tes

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-01-06 Thread Michał Górny
commit: fa0fa93e8044f7a305458c921842b94c29e3e010
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 10:52:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 10:52:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0fa93e

dev-python/zeroconf: Stabilize 0.131.0 arm64, #921470

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/zeroconf-0.131.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.131.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.131.0.ebuild
index 8bcb8487f334..e2943de8e0d9 100644
--- a/dev-python/zeroconf/zeroconf-0.131.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.131.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-01-06 Thread Michał Górny
commit: 5948a047285b16eb548501b391a788caf4947827
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 10:27:11 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 10:27:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5948a047

dev-python/zeroconf: Stabilize 0.131.0 x86, #921470

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/zeroconf-0.131.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.131.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.131.0.ebuild
index 95053157a904..8bcb8487f334 100644
--- a/dev-python/zeroconf/zeroconf-0.131.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.131.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2024-01-06 Thread Michał Górny
commit: 58f3d71a624ff2860a8ae5023e399ca8e5ccc7a8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 10:16:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 10:16:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f3d71a

dev-python/zeroconf: Stabilize 0.131.0 amd64, #921470

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/zeroconf-0.131.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/zeroconf/zeroconf-0.131.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.131.0.ebuild
index 9cb88f18ecad..95053157a904 100644
--- a/dev-python/zeroconf/zeroconf-0.131.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.131.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-30 Thread Michał Górny
commit: 260e4fa2de9a94b5e136b919692b11eff13ec25e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 16:05:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 16:18:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260e4fa2

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 -
 dev-python/zeroconf/zeroconf-0.128.4.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index f87d4dcd4697..634dcb03332c 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,4 +1,3 @@
-DIST zeroconf-0.128.4.tar.gz 162384 BLAKE2B 
cd8b60d0f0bdf01835fc1bf3c9bc74311ea4cc353ba1e0825264e850d070c8cee3565ec9942d825c404406623c7e65851688b447afbe1bf9884da077993a77de
 SHA512 
d0781c1c5752eda31806826475cee0e7032e4bae9612adf0f8b7dab21d15be2762fb37af17a34f93f2f5f27ee936fcf4d7e58ce1d9b42af3e8681d5e8eb326ee
 DIST zeroconf-0.129.0.tar.gz 163756 BLAKE2B 
13ac698352fd18d2025ed60d6906e7add6726a07c0e5e29f4fbf5bdd9f666a17d0401acbab70197182e7112e98e03eceb8a5d64f927a15f52b592b669615a4ad
 SHA512 
51e6edf5474e8bfcd63c31b13abc5ef382c4eab1e4d41e2d4f454615e1cc09aab63dc13f29c1a1126d3ae131c6d8df762748f0c5bdf2149c968517a0a15fc0ff
 DIST zeroconf-0.130.0.tar.gz 169034 BLAKE2B 
cda4002e07fcb784ab03208d25bbe4dbb3349df9473a78fca3032b5ed5bc882edcd35179f4721e3ae4f12880f464d9ef43ad03216aa272b58f034f929aabd06d
 SHA512 
8f2ce4ae9f58a28c658253a2c17a85968d51e2483442d726849ad254e5250f1b4e83f106540e7562369d4bbdfa05fc470636cc4a4f913dc5b1c94ea03b726d74
 DIST zeroconf-0.131.0.tar.gz 169253 BLAKE2B 
64247bdca5f8a226e73078b0395fa273649d3baea54fe52c350bf5117527e4290974843385f5b23568a6350bb41fa0af13a6999ef4e880fc42952dde21126296
 SHA512 
7b7f5494a589306c458dc4fedd940aab86918e9979d5b9f0a466d28b74795c83351f82fdf501a983e9df3e32a8be9a88af3486e79ade23ab73d889610331d89a

diff --git a/dev-python/zeroconf/zeroconf-0.128.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.128.4.ebuild
deleted file mode 100644
index 0392a00aa581..
--- a/dev-python/zeroconf/zeroconf-0.128.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-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
-   )
-
-   epytest -o addopts=
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-30 Thread Arthur Zamarin
commit: 507e2ca473248dfff88983294d5b269e4fc6e3c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 14:51:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 14:51:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507e2ca4

dev-python/zeroconf: Stabilize 0.129.0 arm64, #921079

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.129.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.129.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.129.0.ebuild
index 5db23b967af0..0392a00aa581 100644
--- a/dev-python/zeroconf/zeroconf-0.129.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.129.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-30 Thread Arthur Zamarin
commit: 3c4ae3153ae24f8088849d71df9471a8d8aa2609
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 14:31:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 14:31:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4ae315

dev-python/zeroconf: Stabilize 0.129.0 amd64, #921079

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.129.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.129.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.129.0.ebuild
index c0f38d9b7e36..5db23b967af0 100644
--- a/dev-python/zeroconf/zeroconf-0.129.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.129.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-30 Thread Arthur Zamarin
commit: 5de9d6eb42e1f8b5de2a7cebafb8efd5e6d59013
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 14:25:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 14:25:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de9d6eb

dev-python/zeroconf: Stabilize 0.129.0 x86, #921079

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.129.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.129.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.129.0.ebuild
index 9cb88f18ecad..c0f38d9b7e36 100644
--- a/dev-python/zeroconf/zeroconf-0.129.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.129.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-23 Thread Michał Górny
commit: f8610a0dc713b6ac5595bb1313ccdad054362831
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 23 17:12:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 23 17:35:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8610a0d

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  2 --
 dev-python/zeroconf/zeroconf-0.127.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.128.0.ebuild | 56 -
 3 files changed, 114 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index f1f0a2f8d0b9..f87d4dcd4697 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,5 +1,3 @@
-DIST zeroconf-0.127.0.tar.gz 161143 BLAKE2B 
ee560845016ab1de0b065aaae8cd6791ddc847417241c7f2477301948945e938a2ff68206d30166a6049a7ad5919d15bcc6acac9fd9d33d17d5e77154b9f9c0c
 SHA512 
7c8aef766dcc0f3411c4230decd5a0af18ae795e0e4253be2dc69af6ba314271a336807ace1458bb0a081455afa8cc9d8769413bbc97f024e3d3e877cd1e6f2f
-DIST zeroconf-0.128.0.tar.gz 161199 BLAKE2B 
7526c6f4a242e7ab0035ea3f2b29b3b43bbb6235950e7b2899472986e4186584275a39e6341c661203499528f47b2d255d4df3e2e092b0c864a1cf6b5c09a379
 SHA512 
d058828691a97c7634319fedcf688401d01ae372521d48b3749570975a5afbde839d14a4e34463c20fd267d006bf708c098a4f180844398a64fd96d1538edfa4
 DIST zeroconf-0.128.4.tar.gz 162384 BLAKE2B 
cd8b60d0f0bdf01835fc1bf3c9bc74311ea4cc353ba1e0825264e850d070c8cee3565ec9942d825c404406623c7e65851688b447afbe1bf9884da077993a77de
 SHA512 
d0781c1c5752eda31806826475cee0e7032e4bae9612adf0f8b7dab21d15be2762fb37af17a34f93f2f5f27ee936fcf4d7e58ce1d9b42af3e8681d5e8eb326ee
 DIST zeroconf-0.129.0.tar.gz 163756 BLAKE2B 
13ac698352fd18d2025ed60d6906e7add6726a07c0e5e29f4fbf5bdd9f666a17d0401acbab70197182e7112e98e03eceb8a5d64f927a15f52b592b669615a4ad
 SHA512 
51e6edf5474e8bfcd63c31b13abc5ef382c4eab1e4d41e2d4f454615e1cc09aab63dc13f29c1a1126d3ae131c6d8df762748f0c5bdf2149c968517a0a15fc0ff
 DIST zeroconf-0.130.0.tar.gz 169034 BLAKE2B 
cda4002e07fcb784ab03208d25bbe4dbb3349df9473a78fca3032b5ed5bc882edcd35179f4721e3ae4f12880f464d9ef43ad03216aa272b58f034f929aabd06d
 SHA512 
8f2ce4ae9f58a28c658253a2c17a85968d51e2483442d726849ad254e5250f1b4e83f106540e7562369d4bbdfa05fc470636cc4a4f913dc5b1c94ea03b726d74

diff --git a/dev-python/zeroconf/zeroconf-0.127.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.127.0.ebuild
deleted file mode 100644
index 4305169d6e62..
--- a/dev-python/zeroconf/zeroconf-0.127.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-3[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-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
-   )
-
-   epytest -o addopts=
-}

diff --git a/dev-python/zeroconf/zeroconf-0.128.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.128.0.ebuild
deleted file mode 100644
index b3ff07347a6d..
--- a/dev-python/zeroconf/zeroconf-0.128.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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=

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-23 Thread Arthur Zamarin
commit: be0823535d02604bde6fa7908a0b9d99294a7690
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 23 16:40:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 23 16:40:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be082353

dev-python/zeroconf: Stabilize 0.128.4 x86, #920402

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.128.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.128.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.128.4.ebuild
index 00b41e930704..0392a00aa581 100644
--- a/dev-python/zeroconf/zeroconf-0.128.4.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.128.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-22 Thread Arthur Zamarin
commit: 3d7bd8e7b7ceb707fd059f39b2dd3f440e6a2324
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 22 12:12:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 22 12:12:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7bd8e7

dev-python/zeroconf: Stabilize 0.128.4 amd64, #920402

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.128.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.128.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.128.4.ebuild
index 9cb88f18ecad..d3e605feb914 100644
--- a/dev-python/zeroconf/zeroconf-0.128.4.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.128.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-22 Thread Arthur Zamarin
commit: b68f89b2080d3d392cdbaa05a5e841d004e4c9fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 22 12:12:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 22 12:12:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68f89b2

dev-python/zeroconf: Stabilize 0.128.4 arm64, #920402

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.128.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.128.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.128.4.ebuild
index d3e605feb914..00b41e930704 100644
--- a/dev-python/zeroconf/zeroconf-0.128.4.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.128.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-19 Thread Michał Górny
commit: 59c9a6e38173b910cbbac0859ab5c96ca9103e2d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 17:10:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 17:25:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c9a6e3

dev-python/zeroconf: Bump to 0.131.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.131.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index fdf30715405d..f1f0a2f8d0b9 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -3,3 +3,4 @@ DIST zeroconf-0.128.0.tar.gz 161199 BLAKE2B 
7526c6f4a242e7ab0035ea3f2b29b3b43bbb
 DIST zeroconf-0.128.4.tar.gz 162384 BLAKE2B 
cd8b60d0f0bdf01835fc1bf3c9bc74311ea4cc353ba1e0825264e850d070c8cee3565ec9942d825c404406623c7e65851688b447afbe1bf9884da077993a77de
 SHA512 
d0781c1c5752eda31806826475cee0e7032e4bae9612adf0f8b7dab21d15be2762fb37af17a34f93f2f5f27ee936fcf4d7e58ce1d9b42af3e8681d5e8eb326ee
 DIST zeroconf-0.129.0.tar.gz 163756 BLAKE2B 
13ac698352fd18d2025ed60d6906e7add6726a07c0e5e29f4fbf5bdd9f666a17d0401acbab70197182e7112e98e03eceb8a5d64f927a15f52b592b669615a4ad
 SHA512 
51e6edf5474e8bfcd63c31b13abc5ef382c4eab1e4d41e2d4f454615e1cc09aab63dc13f29c1a1126d3ae131c6d8df762748f0c5bdf2149c968517a0a15fc0ff
 DIST zeroconf-0.130.0.tar.gz 169034 BLAKE2B 
cda4002e07fcb784ab03208d25bbe4dbb3349df9473a78fca3032b5ed5bc882edcd35179f4721e3ae4f12880f464d9ef43ad03216aa272b58f034f929aabd06d
 SHA512 
8f2ce4ae9f58a28c658253a2c17a85968d51e2483442d726849ad254e5250f1b4e83f106540e7562369d4bbdfa05fc470636cc4a4f913dc5b1c94ea03b726d74
+DIST zeroconf-0.131.0.tar.gz 169253 BLAKE2B 
64247bdca5f8a226e73078b0395fa273649d3baea54fe52c350bf5117527e4290974843385f5b23568a6350bb41fa0af13a6999ef4e880fc42952dde21126296
 SHA512 
7b7f5494a589306c458dc4fedd940aab86918e9979d5b9f0a466d28b74795c83351f82fdf501a983e9df3e32a8be9a88af3486e79ade23ab73d889610331d89a

diff --git a/dev-python/zeroconf/zeroconf-0.131.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.131.0.ebuild
new file mode 100644
index ..9cb88f18ecad
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.131.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-16 Thread Michał Górny
commit: 5a5ec79943059c3871c1840661fc8c59c0a2557f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 17 06:19:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 17 06:55:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5ec799

dev-python/zeroconf: Bump to 0.130.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.130.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 479c0a9de1b7..fdf30715405d 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -2,3 +2,4 @@ DIST zeroconf-0.127.0.tar.gz 161143 BLAKE2B 
ee560845016ab1de0b065aaae8cd6791ddc8
 DIST zeroconf-0.128.0.tar.gz 161199 BLAKE2B 
7526c6f4a242e7ab0035ea3f2b29b3b43bbb6235950e7b2899472986e4186584275a39e6341c661203499528f47b2d255d4df3e2e092b0c864a1cf6b5c09a379
 SHA512 
d058828691a97c7634319fedcf688401d01ae372521d48b3749570975a5afbde839d14a4e34463c20fd267d006bf708c098a4f180844398a64fd96d1538edfa4
 DIST zeroconf-0.128.4.tar.gz 162384 BLAKE2B 
cd8b60d0f0bdf01835fc1bf3c9bc74311ea4cc353ba1e0825264e850d070c8cee3565ec9942d825c404406623c7e65851688b447afbe1bf9884da077993a77de
 SHA512 
d0781c1c5752eda31806826475cee0e7032e4bae9612adf0f8b7dab21d15be2762fb37af17a34f93f2f5f27ee936fcf4d7e58ce1d9b42af3e8681d5e8eb326ee
 DIST zeroconf-0.129.0.tar.gz 163756 BLAKE2B 
13ac698352fd18d2025ed60d6906e7add6726a07c0e5e29f4fbf5bdd9f666a17d0401acbab70197182e7112e98e03eceb8a5d64f927a15f52b592b669615a4ad
 SHA512 
51e6edf5474e8bfcd63c31b13abc5ef382c4eab1e4d41e2d4f454615e1cc09aab63dc13f29c1a1126d3ae131c6d8df762748f0c5bdf2149c968517a0a15fc0ff
+DIST zeroconf-0.130.0.tar.gz 169034 BLAKE2B 
cda4002e07fcb784ab03208d25bbe4dbb3349df9473a78fca3032b5ed5bc882edcd35179f4721e3ae4f12880f464d9ef43ad03216aa272b58f034f929aabd06d
 SHA512 
8f2ce4ae9f58a28c658253a2c17a85968d51e2483442d726849ad254e5250f1b4e83f106540e7562369d4bbdfa05fc470636cc4a4f913dc5b1c94ea03b726d74

diff --git a/dev-python/zeroconf/zeroconf-0.130.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.130.0.ebuild
new file mode 100644
index ..9cb88f18ecad
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.130.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-14 Thread Michał Górny
commit: cecc40f447ff9a0f37cc646d49668f0878880149
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 14 13:16:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 14 13:57:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cecc40f4

dev-python/zeroconf: Bump to 0.129.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.129.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 2f3c58226de8..479c0a9de1b7 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
 DIST zeroconf-0.127.0.tar.gz 161143 BLAKE2B 
ee560845016ab1de0b065aaae8cd6791ddc847417241c7f2477301948945e938a2ff68206d30166a6049a7ad5919d15bcc6acac9fd9d33d17d5e77154b9f9c0c
 SHA512 
7c8aef766dcc0f3411c4230decd5a0af18ae795e0e4253be2dc69af6ba314271a336807ace1458bb0a081455afa8cc9d8769413bbc97f024e3d3e877cd1e6f2f
 DIST zeroconf-0.128.0.tar.gz 161199 BLAKE2B 
7526c6f4a242e7ab0035ea3f2b29b3b43bbb6235950e7b2899472986e4186584275a39e6341c661203499528f47b2d255d4df3e2e092b0c864a1cf6b5c09a379
 SHA512 
d058828691a97c7634319fedcf688401d01ae372521d48b3749570975a5afbde839d14a4e34463c20fd267d006bf708c098a4f180844398a64fd96d1538edfa4
 DIST zeroconf-0.128.4.tar.gz 162384 BLAKE2B 
cd8b60d0f0bdf01835fc1bf3c9bc74311ea4cc353ba1e0825264e850d070c8cee3565ec9942d825c404406623c7e65851688b447afbe1bf9884da077993a77de
 SHA512 
d0781c1c5752eda31806826475cee0e7032e4bae9612adf0f8b7dab21d15be2762fb37af17a34f93f2f5f27ee936fcf4d7e58ce1d9b42af3e8681d5e8eb326ee
+DIST zeroconf-0.129.0.tar.gz 163756 BLAKE2B 
13ac698352fd18d2025ed60d6906e7add6726a07c0e5e29f4fbf5bdd9f666a17d0401acbab70197182e7112e98e03eceb8a5d64f927a15f52b592b669615a4ad
 SHA512 
51e6edf5474e8bfcd63c31b13abc5ef382c4eab1e4d41e2d4f454615e1cc09aab63dc13f29c1a1126d3ae131c6d8df762748f0c5bdf2149c968517a0a15fc0ff

diff --git a/dev-python/zeroconf/zeroconf-0.129.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.129.0.ebuild
new file mode 100644
index ..9cb88f18ecad
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.129.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-10 Thread Michał Górny
commit: c4db765a6ad01e2cfdb1e8189c37eea64c946cbf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 03:09:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 04:14:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4db765a

dev-python/zeroconf: Bump to 0.128.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.128.4.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 67971bd6cb2f..2f3c58226de8 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,2 +1,3 @@
 DIST zeroconf-0.127.0.tar.gz 161143 BLAKE2B 
ee560845016ab1de0b065aaae8cd6791ddc847417241c7f2477301948945e938a2ff68206d30166a6049a7ad5919d15bcc6acac9fd9d33d17d5e77154b9f9c0c
 SHA512 
7c8aef766dcc0f3411c4230decd5a0af18ae795e0e4253be2dc69af6ba314271a336807ace1458bb0a081455afa8cc9d8769413bbc97f024e3d3e877cd1e6f2f
 DIST zeroconf-0.128.0.tar.gz 161199 BLAKE2B 
7526c6f4a242e7ab0035ea3f2b29b3b43bbb6235950e7b2899472986e4186584275a39e6341c661203499528f47b2d255d4df3e2e092b0c864a1cf6b5c09a379
 SHA512 
d058828691a97c7634319fedcf688401d01ae372521d48b3749570975a5afbde839d14a4e34463c20fd267d006bf708c098a4f180844398a64fd96d1538edfa4
+DIST zeroconf-0.128.4.tar.gz 162384 BLAKE2B 
cd8b60d0f0bdf01835fc1bf3c9bc74311ea4cc353ba1e0825264e850d070c8cee3565ec9942d825c404406623c7e65851688b447afbe1bf9884da077993a77de
 SHA512 
d0781c1c5752eda31806826475cee0e7032e4bae9612adf0f8b7dab21d15be2762fb37af17a34f93f2f5f27ee936fcf4d7e58ce1d9b42af3e8681d5e8eb326ee

diff --git a/dev-python/zeroconf/zeroconf-0.128.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.128.4.ebuild
new file mode 100644
index ..9cb88f18ecad
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.128.4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3.0.5[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-12-02 Thread Michał Górny
commit: 076d202885e5ca747ca9845164ac5e13870d9840
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  3 03:08:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  3 04:20:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076d2028

dev-python/zeroconf: Bump to 0.128.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.128.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 3b13c32066f4..67971bd6cb2f 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1 +1,2 @@
 DIST zeroconf-0.127.0.tar.gz 161143 BLAKE2B 
ee560845016ab1de0b065aaae8cd6791ddc847417241c7f2477301948945e938a2ff68206d30166a6049a7ad5919d15bcc6acac9fd9d33d17d5e77154b9f9c0c
 SHA512 
7c8aef766dcc0f3411c4230decd5a0af18ae795e0e4253be2dc69af6ba314271a336807ace1458bb0a081455afa8cc9d8769413bbc97f024e3d3e877cd1e6f2f
+DIST zeroconf-0.128.0.tar.gz 161199 BLAKE2B 
7526c6f4a242e7ab0035ea3f2b29b3b43bbb6235950e7b2899472986e4186584275a39e6341c661203499528f47b2d255d4df3e2e092b0c864a1cf6b5c09a379
 SHA512 
d058828691a97c7634319fedcf688401d01ae372521d48b3749570975a5afbde839d14a4e34463c20fd267d006bf708c098a4f180844398a64fd96d1538edfa4

diff --git a/dev-python/zeroconf/zeroconf-0.128.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.128.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.128.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-29 Thread Michał Górny
commit: c90bbd94aa0dcd8d9ca952a12793e6d0152d4605
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 11:36:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 11:36:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90bbd94

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  8 -
 dev-python/zeroconf/zeroconf-0.119.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.120.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.121.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.122.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.122.3.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.123.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.125.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.126.0.ebuild | 56 -
 9 files changed, 456 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index a6f7d77dbb15..3b13c32066f4 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,9 +1 @@
-DIST zeroconf-0.119.0.tar.gz 156999 BLAKE2B 
d8b8f65d6365dad2e58a04f5bf7ec46a9cce45d27a4edcd1d1d1e0d3b38ae0e0b5d84e92b5255c59059367627c918446af6638365c6ea235a989f9af34172db4
 SHA512 
dcc5824e8f53e0108e5b2072f77897c5eefa7919f8a760feb9635dd970835c3445f06ecd9f556a8fae09e6e6538533810a99e6b4fda2bc9072072c093df87722
-DIST zeroconf-0.120.0.tar.gz 157789 BLAKE2B 
87971aa98c9c9401277059baee0f6a615c3e73f3146eda19e3a139f4dc8af678627ed0a14636157bb7c48739e8526cd31e6d94fa8438ad8d783949cc3fd64284
 SHA512 
b010415c733a55f4dca828f18eea96ba95e00e3124d0fdea129d155922ece90cdeb98386eb54a6616770130fe8aaee45ed0ecf3210c553442bd6b91537ad4313
-DIST zeroconf-0.121.0.tar.gz 158293 BLAKE2B 
fc0f2a2a2ac5df656d96048f350eb5d51e5ee6c347d73a1d3baa23a85f222e034d3800b6b9b15775b5da7c6e1c40bf2c42df70e9454716ef5bdc04c2b8791d39
 SHA512 
1ab2816f8d492f1b11a7ebc7d024ddf81db84397bad897e3fff539552a50b7fdcacf2d1df865dd212bf39245bd4ec5a5371971b4fc57b75f46879563e5fc5c0f
-DIST zeroconf-0.122.0.tar.gz 158314 BLAKE2B 
0c580b0f447c1fa38635a4687a6b1bfd1146b61841ce013c77d659871234e51afa9a8ac5abd08b3d35527ce2a2a2bdc8ed4a4f3273d32f74bda344f0b2411ab5
 SHA512 
18fc8e2d89feb219b37f791ffdaf92e2a1d9f6d1d9ec0fe7122bbec0491d7b1b403d89fee7b12e6c24ee8dfa0da887243eb52f6921dc81dcced541f617a58894
-DIST zeroconf-0.122.3.tar.gz 158519 BLAKE2B 
f62d36234c4f1cd988bbf8b1d1e6f706498bc4c745ef1c60c5346db3b550aa1c6f4dccda9705464dca5136fd19958eac946deb04e37b99aaf41fef8dafc40683
 SHA512 
3f81b9678cc71a3444d1240609d48ddb4c6e5fa0d144a8241fab3e7df71e79508a1537bc504c6d52018a11bbba24477b90302013ebe9d0663e5b5aeb330b333c
-DIST zeroconf-0.123.0.tar.gz 158902 BLAKE2B 
d940e9558e781d614d623701e8baf3c9a2feb292bcb0ad8241fc28e1bdf103a154cf178b37dfc9f9ae1805ee6e6d1601cd41574755fe9849243832c3bd57821e
 SHA512 
65947861a76776a1e34807ca5b0570f93c026b8fa36456ae6bfdec747c484107ba2c2e12712ce1a81a05c6c817215f7f72aa40a48e6634f1b1be886349f8c73f
-DIST zeroconf-0.125.0.tar.gz 160220 BLAKE2B 
aa84106acc07d19766a1ecdb4db36367ff9d80b1f88b81c665499c59dfc95cdb3123d5252f53fb488d4f632afdff862cf138a763106da652facb4e43bc404b8b
 SHA512 
ba24b9dbcf91090404906df0127b0ba94fe3af65aae86788ff703b14b8f4dcffe9e08bc6be3b122a16036bc87df6307066ad291f74b02846a5b79279e24c150b
-DIST zeroconf-0.126.0.tar.gz 160628 BLAKE2B 
09ff7d4ccde02d258b26f0a1e72ac7fbaf61a4a6513fa7c216e0015afa07107f52469a403cf8866aa38a55b7e96dbf1ef6cecd698e3b5b8902030e02cb7aa600
 SHA512 
7ceaeb39e292426fcfafd62d3a34bea40ba1ff2570489d6b9de2c3be9d8e27cbbbad90fbe6de45f0be1a0d769b0756c299a2c7358bb3689c163bca1373656bc5
 DIST zeroconf-0.127.0.tar.gz 161143 BLAKE2B 
ee560845016ab1de0b065aaae8cd6791ddc847417241c7f2477301948945e938a2ff68206d30166a6049a7ad5919d15bcc6acac9fd9d33d17d5e77154b9f9c0c
 SHA512 
7c8aef766dcc0f3411c4230decd5a0af18ae795e0e4253be2dc69af6ba314271a336807ace1458bb0a081455afa8cc9d8769413bbc97f024e3d3e877cd1e6f2f

diff --git a/dev-python/zeroconf/zeroconf-0.119.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.119.0.ebuild
deleted file mode 100644
index 4305169d6e62..
--- a/dev-python/zeroconf/zeroconf-0.119.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-  

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-29 Thread Michał Górny
commit: d7ed3b03b021726f81733d41382e46f286a0cded
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 11:30:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 11:30:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ed3b03

dev-python/zeroconf: Stabilize 0.127.0 x86, #918845

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/zeroconf-0.127.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.127.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.127.0.ebuild
index 68689b231b2a..4305169d6e62 100644
--- a/dev-python/zeroconf/zeroconf-0.127.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.127.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-29 Thread Michał Górny
commit: 03f1f5a972c0734e574526bbe0afcdc311871f01
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 11:03:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 11:04:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f1f5a9

dev-python/zeroconf: Stabilize 0.127.0 amd64, #918845

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/zeroconf-0.127.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.127.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.127.0.ebuild
index b3ff07347a6d..68689b231b2a 100644
--- a/dev-python/zeroconf/zeroconf-0.127.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.127.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-15 Thread Michał Górny
commit: f06c37e41689c5610f078a9775e46c4e2d0f2257
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 15 14:48:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 15 14:48:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06c37e4

dev-python/zeroconf: Bump to 0.127.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.127.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 19d837c08243..a6f7d77dbb15 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -6,3 +6,4 @@ DIST zeroconf-0.122.3.tar.gz 158519 BLAKE2B 
f62d36234c4f1cd988bbf8b1d1e6f706498b
 DIST zeroconf-0.123.0.tar.gz 158902 BLAKE2B 
d940e9558e781d614d623701e8baf3c9a2feb292bcb0ad8241fc28e1bdf103a154cf178b37dfc9f9ae1805ee6e6d1601cd41574755fe9849243832c3bd57821e
 SHA512 
65947861a76776a1e34807ca5b0570f93c026b8fa36456ae6bfdec747c484107ba2c2e12712ce1a81a05c6c817215f7f72aa40a48e6634f1b1be886349f8c73f
 DIST zeroconf-0.125.0.tar.gz 160220 BLAKE2B 
aa84106acc07d19766a1ecdb4db36367ff9d80b1f88b81c665499c59dfc95cdb3123d5252f53fb488d4f632afdff862cf138a763106da652facb4e43bc404b8b
 SHA512 
ba24b9dbcf91090404906df0127b0ba94fe3af65aae86788ff703b14b8f4dcffe9e08bc6be3b122a16036bc87df6307066ad291f74b02846a5b79279e24c150b
 DIST zeroconf-0.126.0.tar.gz 160628 BLAKE2B 
09ff7d4ccde02d258b26f0a1e72ac7fbaf61a4a6513fa7c216e0015afa07107f52469a403cf8866aa38a55b7e96dbf1ef6cecd698e3b5b8902030e02cb7aa600
 SHA512 
7ceaeb39e292426fcfafd62d3a34bea40ba1ff2570489d6b9de2c3be9d8e27cbbbad90fbe6de45f0be1a0d769b0756c299a2c7358bb3689c163bca1373656bc5
+DIST zeroconf-0.127.0.tar.gz 161143 BLAKE2B 
ee560845016ab1de0b065aaae8cd6791ddc847417241c7f2477301948945e938a2ff68206d30166a6049a7ad5919d15bcc6acac9fd9d33d17d5e77154b9f9c0c
 SHA512 
7c8aef766dcc0f3411c4230decd5a0af18ae795e0e4253be2dc69af6ba314271a336807ace1458bb0a081455afa8cc9d8769413bbc97f024e3d3e877cd1e6f2f

diff --git a/dev-python/zeroconf/zeroconf-0.127.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.127.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.127.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-13 Thread Michał Górny
commit: 49ad4a7ce95157cbdc94a1cb5548c65b4527fe60
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 14 04:15:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 14 04:34:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ad4a7c

dev-python/zeroconf: Bump to 0.126.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.126.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index f3f4129ab171..19d837c08243 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -5,3 +5,4 @@ DIST zeroconf-0.122.0.tar.gz 158314 BLAKE2B 
0c580b0f447c1fa38635a4687a6b1bfd1146
 DIST zeroconf-0.122.3.tar.gz 158519 BLAKE2B 
f62d36234c4f1cd988bbf8b1d1e6f706498bc4c745ef1c60c5346db3b550aa1c6f4dccda9705464dca5136fd19958eac946deb04e37b99aaf41fef8dafc40683
 SHA512 
3f81b9678cc71a3444d1240609d48ddb4c6e5fa0d144a8241fab3e7df71e79508a1537bc504c6d52018a11bbba24477b90302013ebe9d0663e5b5aeb330b333c
 DIST zeroconf-0.123.0.tar.gz 158902 BLAKE2B 
d940e9558e781d614d623701e8baf3c9a2feb292bcb0ad8241fc28e1bdf103a154cf178b37dfc9f9ae1805ee6e6d1601cd41574755fe9849243832c3bd57821e
 SHA512 
65947861a76776a1e34807ca5b0570f93c026b8fa36456ae6bfdec747c484107ba2c2e12712ce1a81a05c6c817215f7f72aa40a48e6634f1b1be886349f8c73f
 DIST zeroconf-0.125.0.tar.gz 160220 BLAKE2B 
aa84106acc07d19766a1ecdb4db36367ff9d80b1f88b81c665499c59dfc95cdb3123d5252f53fb488d4f632afdff862cf138a763106da652facb4e43bc404b8b
 SHA512 
ba24b9dbcf91090404906df0127b0ba94fe3af65aae86788ff703b14b8f4dcffe9e08bc6be3b122a16036bc87df6307066ad291f74b02846a5b79279e24c150b
+DIST zeroconf-0.126.0.tar.gz 160628 BLAKE2B 
09ff7d4ccde02d258b26f0a1e72ac7fbaf61a4a6513fa7c216e0015afa07107f52469a403cf8866aa38a55b7e96dbf1ef6cecd698e3b5b8902030e02cb7aa600
 SHA512 
7ceaeb39e292426fcfafd62d3a34bea40ba1ff2570489d6b9de2c3be9d8e27cbbbad90fbe6de45f0be1a0d769b0756c299a2c7358bb3689c163bca1373656bc5

diff --git a/dev-python/zeroconf/zeroconf-0.126.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.126.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.126.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-12 Thread Michał Górny
commit: 01c226d96340f3ea5cf413b50f343fac0188b115
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 13 04:10:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 13 05:28:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c226d9

dev-python/zeroconf: Bump to 0.125.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.125.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index b1b0963a31b5..f3f4129ab171 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -4,3 +4,4 @@ DIST zeroconf-0.121.0.tar.gz 158293 BLAKE2B 
fc0f2a2a2ac5df656d96048f350eb5d51e5e
 DIST zeroconf-0.122.0.tar.gz 158314 BLAKE2B 
0c580b0f447c1fa38635a4687a6b1bfd1146b61841ce013c77d659871234e51afa9a8ac5abd08b3d35527ce2a2a2bdc8ed4a4f3273d32f74bda344f0b2411ab5
 SHA512 
18fc8e2d89feb219b37f791ffdaf92e2a1d9f6d1d9ec0fe7122bbec0491d7b1b403d89fee7b12e6c24ee8dfa0da887243eb52f6921dc81dcced541f617a58894
 DIST zeroconf-0.122.3.tar.gz 158519 BLAKE2B 
f62d36234c4f1cd988bbf8b1d1e6f706498bc4c745ef1c60c5346db3b550aa1c6f4dccda9705464dca5136fd19958eac946deb04e37b99aaf41fef8dafc40683
 SHA512 
3f81b9678cc71a3444d1240609d48ddb4c6e5fa0d144a8241fab3e7df71e79508a1537bc504c6d52018a11bbba24477b90302013ebe9d0663e5b5aeb330b333c
 DIST zeroconf-0.123.0.tar.gz 158902 BLAKE2B 
d940e9558e781d614d623701e8baf3c9a2feb292bcb0ad8241fc28e1bdf103a154cf178b37dfc9f9ae1805ee6e6d1601cd41574755fe9849243832c3bd57821e
 SHA512 
65947861a76776a1e34807ca5b0570f93c026b8fa36456ae6bfdec747c484107ba2c2e12712ce1a81a05c6c817215f7f72aa40a48e6634f1b1be886349f8c73f
+DIST zeroconf-0.125.0.tar.gz 160220 BLAKE2B 
aa84106acc07d19766a1ecdb4db36367ff9d80b1f88b81c665499c59dfc95cdb3123d5252f53fb488d4f632afdff862cf138a763106da652facb4e43bc404b8b
 SHA512 
ba24b9dbcf91090404906df0127b0ba94fe3af65aae86788ff703b14b8f4dcffe9e08bc6be3b122a16036bc87df6307066ad291f74b02846a5b79279e24c150b

diff --git a/dev-python/zeroconf/zeroconf-0.125.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.125.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.125.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-11 Thread Arthur Zamarin
commit: 3564168e0d18b654183a21cf4405f50df0a39b96
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov 12 06:55:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov 12 06:57:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3564168e

dev-python/zeroconf: add 0.123.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.123.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index c65b04947167..b1b0963a31b5 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -3,3 +3,4 @@ DIST zeroconf-0.120.0.tar.gz 157789 BLAKE2B 
87971aa98c9c9401277059baee0f6a615c3e
 DIST zeroconf-0.121.0.tar.gz 158293 BLAKE2B 
fc0f2a2a2ac5df656d96048f350eb5d51e5ee6c347d73a1d3baa23a85f222e034d3800b6b9b15775b5da7c6e1c40bf2c42df70e9454716ef5bdc04c2b8791d39
 SHA512 
1ab2816f8d492f1b11a7ebc7d024ddf81db84397bad897e3fff539552a50b7fdcacf2d1df865dd212bf39245bd4ec5a5371971b4fc57b75f46879563e5fc5c0f
 DIST zeroconf-0.122.0.tar.gz 158314 BLAKE2B 
0c580b0f447c1fa38635a4687a6b1bfd1146b61841ce013c77d659871234e51afa9a8ac5abd08b3d35527ce2a2a2bdc8ed4a4f3273d32f74bda344f0b2411ab5
 SHA512 
18fc8e2d89feb219b37f791ffdaf92e2a1d9f6d1d9ec0fe7122bbec0491d7b1b403d89fee7b12e6c24ee8dfa0da887243eb52f6921dc81dcced541f617a58894
 DIST zeroconf-0.122.3.tar.gz 158519 BLAKE2B 
f62d36234c4f1cd988bbf8b1d1e6f706498bc4c745ef1c60c5346db3b550aa1c6f4dccda9705464dca5136fd19958eac946deb04e37b99aaf41fef8dafc40683
 SHA512 
3f81b9678cc71a3444d1240609d48ddb4c6e5fa0d144a8241fab3e7df71e79508a1537bc504c6d52018a11bbba24477b90302013ebe9d0663e5b5aeb330b333c
+DIST zeroconf-0.123.0.tar.gz 158902 BLAKE2B 
d940e9558e781d614d623701e8baf3c9a2feb292bcb0ad8241fc28e1bdf103a154cf178b37dfc9f9ae1805ee6e6d1601cd41574755fe9849243832c3bd57821e
 SHA512 
65947861a76776a1e34807ca5b0570f93c026b8fa36456ae6bfdec747c484107ba2c2e12712ce1a81a05c6c817215f7f72aa40a48e6634f1b1be886349f8c73f

diff --git a/dev-python/zeroconf/zeroconf-0.123.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.123.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.123.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-09 Thread Arthur Zamarin
commit: d1d240ce955cf234eaec7001667c5a4c421df784
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  9 17:41:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  9 18:40:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d240ce

dev-python/zeroconf: add 0.122.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.122.3.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 74a9f9d97f6d..c65b04947167 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -2,3 +2,4 @@ DIST zeroconf-0.119.0.tar.gz 156999 BLAKE2B 
d8b8f65d6365dad2e58a04f5bf7ec46a9cce
 DIST zeroconf-0.120.0.tar.gz 157789 BLAKE2B 
87971aa98c9c9401277059baee0f6a615c3e73f3146eda19e3a139f4dc8af678627ed0a14636157bb7c48739e8526cd31e6d94fa8438ad8d783949cc3fd64284
 SHA512 
b010415c733a55f4dca828f18eea96ba95e00e3124d0fdea129d155922ece90cdeb98386eb54a6616770130fe8aaee45ed0ecf3210c553442bd6b91537ad4313
 DIST zeroconf-0.121.0.tar.gz 158293 BLAKE2B 
fc0f2a2a2ac5df656d96048f350eb5d51e5ee6c347d73a1d3baa23a85f222e034d3800b6b9b15775b5da7c6e1c40bf2c42df70e9454716ef5bdc04c2b8791d39
 SHA512 
1ab2816f8d492f1b11a7ebc7d024ddf81db84397bad897e3fff539552a50b7fdcacf2d1df865dd212bf39245bd4ec5a5371971b4fc57b75f46879563e5fc5c0f
 DIST zeroconf-0.122.0.tar.gz 158314 BLAKE2B 
0c580b0f447c1fa38635a4687a6b1bfd1146b61841ce013c77d659871234e51afa9a8ac5abd08b3d35527ce2a2a2bdc8ed4a4f3273d32f74bda344f0b2411ab5
 SHA512 
18fc8e2d89feb219b37f791ffdaf92e2a1d9f6d1d9ec0fe7122bbec0491d7b1b403d89fee7b12e6c24ee8dfa0da887243eb52f6921dc81dcced541f617a58894
+DIST zeroconf-0.122.3.tar.gz 158519 BLAKE2B 
f62d36234c4f1cd988bbf8b1d1e6f706498bc4c745ef1c60c5346db3b550aa1c6f4dccda9705464dca5136fd19958eac946deb04e37b99aaf41fef8dafc40683
 SHA512 
3f81b9678cc71a3444d1240609d48ddb4c6e5fa0d144a8241fab3e7df71e79508a1537bc504c6d52018a11bbba24477b90302013ebe9d0663e5b5aeb330b333c

diff --git a/dev-python/zeroconf/zeroconf-0.122.3.ebuild 
b/dev-python/zeroconf/zeroconf-0.122.3.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.122.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-08 Thread Michał Górny
commit: 712e38a66ce1ec0d8b4eb780670d3639549c2e2f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  9 04:04:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  9 04:04:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712e38a6

dev-python/zeroconf: Bump to 0.122.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.122.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 5a4a4a3248ee..74a9f9d97f6d 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
 DIST zeroconf-0.119.0.tar.gz 156999 BLAKE2B 
d8b8f65d6365dad2e58a04f5bf7ec46a9cce45d27a4edcd1d1d1e0d3b38ae0e0b5d84e92b5255c59059367627c918446af6638365c6ea235a989f9af34172db4
 SHA512 
dcc5824e8f53e0108e5b2072f77897c5eefa7919f8a760feb9635dd970835c3445f06ecd9f556a8fae09e6e6538533810a99e6b4fda2bc9072072c093df87722
 DIST zeroconf-0.120.0.tar.gz 157789 BLAKE2B 
87971aa98c9c9401277059baee0f6a615c3e73f3146eda19e3a139f4dc8af678627ed0a14636157bb7c48739e8526cd31e6d94fa8438ad8d783949cc3fd64284
 SHA512 
b010415c733a55f4dca828f18eea96ba95e00e3124d0fdea129d155922ece90cdeb98386eb54a6616770130fe8aaee45ed0ecf3210c553442bd6b91537ad4313
 DIST zeroconf-0.121.0.tar.gz 158293 BLAKE2B 
fc0f2a2a2ac5df656d96048f350eb5d51e5ee6c347d73a1d3baa23a85f222e034d3800b6b9b15775b5da7c6e1c40bf2c42df70e9454716ef5bdc04c2b8791d39
 SHA512 
1ab2816f8d492f1b11a7ebc7d024ddf81db84397bad897e3fff539552a50b7fdcacf2d1df865dd212bf39245bd4ec5a5371971b4fc57b75f46879563e5fc5c0f
+DIST zeroconf-0.122.0.tar.gz 158314 BLAKE2B 
0c580b0f447c1fa38635a4687a6b1bfd1146b61841ce013c77d659871234e51afa9a8ac5abd08b3d35527ce2a2a2bdc8ed4a4f3273d32f74bda344f0b2411ab5
 SHA512 
18fc8e2d89feb219b37f791ffdaf92e2a1d9f6d1d9ec0fe7122bbec0491d7b1b403d89fee7b12e6c24ee8dfa0da887243eb52f6921dc81dcced541f617a58894

diff --git a/dev-python/zeroconf/zeroconf-0.122.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.122.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.122.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-08 Thread Michał Górny
commit: 5a626ac8cf9cfef65248aa937033a9a5d1483f80
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  8 15:07:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  8 15:39:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a626ac8

dev-python/zeroconf: Bump to 0.121.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.121.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index f6a6d34b165f..5a4a4a3248ee 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,2 +1,3 @@
 DIST zeroconf-0.119.0.tar.gz 156999 BLAKE2B 
d8b8f65d6365dad2e58a04f5bf7ec46a9cce45d27a4edcd1d1d1e0d3b38ae0e0b5d84e92b5255c59059367627c918446af6638365c6ea235a989f9af34172db4
 SHA512 
dcc5824e8f53e0108e5b2072f77897c5eefa7919f8a760feb9635dd970835c3445f06ecd9f556a8fae09e6e6538533810a99e6b4fda2bc9072072c093df87722
 DIST zeroconf-0.120.0.tar.gz 157789 BLAKE2B 
87971aa98c9c9401277059baee0f6a615c3e73f3146eda19e3a139f4dc8af678627ed0a14636157bb7c48739e8526cd31e6d94fa8438ad8d783949cc3fd64284
 SHA512 
b010415c733a55f4dca828f18eea96ba95e00e3124d0fdea129d155922ece90cdeb98386eb54a6616770130fe8aaee45ed0ecf3210c553442bd6b91537ad4313
+DIST zeroconf-0.121.0.tar.gz 158293 BLAKE2B 
fc0f2a2a2ac5df656d96048f350eb5d51e5ee6c347d73a1d3baa23a85f222e034d3800b6b9b15775b5da7c6e1c40bf2c42df70e9454716ef5bdc04c2b8791d39
 SHA512 
1ab2816f8d492f1b11a7ebc7d024ddf81db84397bad897e3fff539552a50b7fdcacf2d1df865dd212bf39245bd4ec5a5371971b4fc57b75f46879563e5fc5c0f

diff --git a/dev-python/zeroconf/zeroconf-0.121.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.121.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.121.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-05 Thread Michał Górny
commit: 591fd37f66edef1abbefc31ddea76ee214b7b3d1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  5 12:09:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  5 12:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591fd37f

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  2 --
 dev-python/zeroconf/zeroconf-0.115.2.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.118.0.ebuild | 56 -
 3 files changed, 114 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 73a120d376a0..f6a6d34b165f 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,4 +1,2 @@
-DIST zeroconf-0.115.2.tar.gz 156482 BLAKE2B 
80a1c0af87ffaec73505f48f1b38b8f99b578d6573970529b4613fd46174f635d2ff24ae6b1631a2747bb4eb542ac7180cf7bb473aa69f91ce90e64b463ec43d
 SHA512 
1a1fd7f5cf3356fa189f209dc9ea0f8319b0d101ec28ed0ae3304656ca488afab0258cf6bce6d13919554555ea1a51b59599dba5afccc315df15d4efbc8cdb13
-DIST zeroconf-0.118.0.tar.gz 156789 BLAKE2B 
a2491c33134b07486cf6350d4b25461edf78fb5ab181b36b8088f3ef63fe86d8324ea044985f9423886ceb15495d5d34bf79de488dafcdd87398875adee62fce
 SHA512 
6f869443dbeea324b1b0f3b89a8183441b373459e871ffee9c35d3f4eda5489e164bc85f28e6e96c7dea976eeff591c25044a28cca56c967d857b1ac5f485e79
 DIST zeroconf-0.119.0.tar.gz 156999 BLAKE2B 
d8b8f65d6365dad2e58a04f5bf7ec46a9cce45d27a4edcd1d1d1e0d3b38ae0e0b5d84e92b5255c59059367627c918446af6638365c6ea235a989f9af34172db4
 SHA512 
dcc5824e8f53e0108e5b2072f77897c5eefa7919f8a760feb9635dd970835c3445f06ecd9f556a8fae09e6e6538533810a99e6b4fda2bc9072072c093df87722
 DIST zeroconf-0.120.0.tar.gz 157789 BLAKE2B 
87971aa98c9c9401277059baee0f6a615c3e73f3146eda19e3a139f4dc8af678627ed0a14636157bb7c48739e8526cd31e6d94fa8438ad8d783949cc3fd64284
 SHA512 
b010415c733a55f4dca828f18eea96ba95e00e3124d0fdea129d155922ece90cdeb98386eb54a6616770130fe8aaee45ed0ecf3210c553442bd6b91537ad4313

diff --git a/dev-python/zeroconf/zeroconf-0.115.2.ebuild 
b/dev-python/zeroconf/zeroconf-0.115.2.ebuild
deleted file mode 100644
index 4305169d6e62..
--- a/dev-python/zeroconf/zeroconf-0.115.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-3[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-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
-   )
-
-   epytest -o addopts=
-}

diff --git a/dev-python/zeroconf/zeroconf-0.118.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.118.0.ebuild
deleted file mode 100644
index b3ff07347a6d..
--- a/dev-python/zeroconf/zeroconf-0.118.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils t

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-05 Thread Arthur Zamarin
commit: 6934c2abde2bbd77f65214e4a053fefab38cab08
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov  5 08:45:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov  5 08:45:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6934c2ab

dev-python/zeroconf: Stabilize 0.119.0 amd64, #916874

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.119.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.119.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.119.0.ebuild
index b3ff07347a6d..68689b231b2a 100644
--- a/dev-python/zeroconf/zeroconf-0.119.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.119.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-05 Thread Arthur Zamarin
commit: 1e907538cf3e363209727746de0fcd840111c26a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov  5 08:45:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov  5 08:45:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e907538

dev-python/zeroconf: Stabilize 0.119.0 x86, #916874

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.119.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.119.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.119.0.ebuild
index 68689b231b2a..4305169d6e62 100644
--- a/dev-python/zeroconf/zeroconf-0.119.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.119.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-11-04 Thread Michał Górny
commit: 6a294d6c1d404290dfa72ac51ac3d6799151669f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  5 04:39:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  5 04:39:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a294d6c

dev-python/zeroconf: Bump to 0.120.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.120.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index d5288e5bdc5a..73a120d376a0 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
 DIST zeroconf-0.115.2.tar.gz 156482 BLAKE2B 
80a1c0af87ffaec73505f48f1b38b8f99b578d6573970529b4613fd46174f635d2ff24ae6b1631a2747bb4eb542ac7180cf7bb473aa69f91ce90e64b463ec43d
 SHA512 
1a1fd7f5cf3356fa189f209dc9ea0f8319b0d101ec28ed0ae3304656ca488afab0258cf6bce6d13919554555ea1a51b59599dba5afccc315df15d4efbc8cdb13
 DIST zeroconf-0.118.0.tar.gz 156789 BLAKE2B 
a2491c33134b07486cf6350d4b25461edf78fb5ab181b36b8088f3ef63fe86d8324ea044985f9423886ceb15495d5d34bf79de488dafcdd87398875adee62fce
 SHA512 
6f869443dbeea324b1b0f3b89a8183441b373459e871ffee9c35d3f4eda5489e164bc85f28e6e96c7dea976eeff591c25044a28cca56c967d857b1ac5f485e79
 DIST zeroconf-0.119.0.tar.gz 156999 BLAKE2B 
d8b8f65d6365dad2e58a04f5bf7ec46a9cce45d27a4edcd1d1d1e0d3b38ae0e0b5d84e92b5255c59059367627c918446af6638365c6ea235a989f9af34172db4
 SHA512 
dcc5824e8f53e0108e5b2072f77897c5eefa7919f8a760feb9635dd970835c3445f06ecd9f556a8fae09e6e6538533810a99e6b4fda2bc9072072c093df87722
+DIST zeroconf-0.120.0.tar.gz 157789 BLAKE2B 
87971aa98c9c9401277059baee0f6a615c3e73f3146eda19e3a139f4dc8af678627ed0a14636157bb7c48739e8526cd31e6d94fa8438ad8d783949cc3fd64284
 SHA512 
b010415c733a55f4dca828f18eea96ba95e00e3124d0fdea129d155922ece90cdeb98386eb54a6616770130fe8aaee45ed0ecf3210c553442bd6b91537ad4313

diff --git a/dev-python/zeroconf/zeroconf-0.120.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.120.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.120.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-10-18 Thread Michał Górny
commit: 82cc19162148c52675d531933942a3907f48d6b5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 19 02:56:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 19 03:51:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cc1916

dev-python/zeroconf: Bump to 0.119.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.119.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 95a5bdd7ba1d..d5288e5bdc5a 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,2 +1,3 @@
 DIST zeroconf-0.115.2.tar.gz 156482 BLAKE2B 
80a1c0af87ffaec73505f48f1b38b8f99b578d6573970529b4613fd46174f635d2ff24ae6b1631a2747bb4eb542ac7180cf7bb473aa69f91ce90e64b463ec43d
 SHA512 
1a1fd7f5cf3356fa189f209dc9ea0f8319b0d101ec28ed0ae3304656ca488afab0258cf6bce6d13919554555ea1a51b59599dba5afccc315df15d4efbc8cdb13
 DIST zeroconf-0.118.0.tar.gz 156789 BLAKE2B 
a2491c33134b07486cf6350d4b25461edf78fb5ab181b36b8088f3ef63fe86d8324ea044985f9423886ceb15495d5d34bf79de488dafcdd87398875adee62fce
 SHA512 
6f869443dbeea324b1b0f3b89a8183441b373459e871ffee9c35d3f4eda5489e164bc85f28e6e96c7dea976eeff591c25044a28cca56c967d857b1ac5f485e79
+DIST zeroconf-0.119.0.tar.gz 156999 BLAKE2B 
d8b8f65d6365dad2e58a04f5bf7ec46a9cce45d27a4edcd1d1d1e0d3b38ae0e0b5d84e92b5255c59059367627c918446af6638365c6ea235a989f9af34172db4
 SHA512 
dcc5824e8f53e0108e5b2072f77897c5eefa7919f8a760feb9635dd970835c3445f06ecd9f556a8fae09e6e6538533810a99e6b4fda2bc9072072c093df87722

diff --git a/dev-python/zeroconf/zeroconf-0.119.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.119.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.119.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-10-15 Thread Michał Górny
commit: a739ab1c7545e01fd6284206e695df5b18ae04c0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 14:33:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 15:27:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a739ab1c

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  8 -
 dev-python/zeroconf/zeroconf-0.108.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.112.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.113.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.114.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.115.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.115.1.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.116.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.91.1.ebuild  | 56 -
 9 files changed, 456 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 689874ea9139..95a5bdd7ba1d 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,10 +1,2 @@
-DIST zeroconf-0.108.0.tar.gz 154905 BLAKE2B 
c5ec272233faca801f30a0699a71a410f29d13565890ef25eb3ad164914fbe7a9f282c082cfe8fef3c47a72e92b5e1e33b6ccaefb96b30d3d2cb82dc624ec072
 SHA512 
a5206b548a8d32ac082e6aaff63437f488d5cac4200b24d2a8c9343e6bc859afb237d6e8003c569174c6c91ed2bba65044f37f730fb4d40664be70691d84d4ee
-DIST zeroconf-0.112.0.tar.gz 155715 BLAKE2B 
ce19e2d7798f3bc4e6e3ae5b6d319594f6941b9ea5b383fff1bc072ca86a62edc09bfa37caf67fd5dee492df2e704ccb383c7dea180c94514152b262446a99c0
 SHA512 
855da760f60ecace67722cf00ef0b8185907765a08dd30fb6796fc2efb9d233b8b9be12f2b69898efda041343647934b59b5b3ef57a457ba094d67349efad57c
-DIST zeroconf-0.113.0.tar.gz 155892 BLAKE2B 
4de635a601349d2db2e2a0e72c0a1a130e3f9590bde2b1adfd603e758a17362a7588e90dfeeed91841317c0bc977f51ca176fa4e94734641ca8249436e78844c
 SHA512 
e9000ea6d2787598b3203c79446c0f5f5efc833abcc2b625542850383e9905be023c89938adace8f7c06d46fb88263bb556281f0929fb1d5fa822dd55cbe9751
-DIST zeroconf-0.114.0.tar.gz 156001 BLAKE2B 
b3bc076746f5d510ba655dc5de748e7ff7cb0c0b4db371369a0b886828d0721b92b47d3f8c4cf74135aa1642ffef5e4953c12160060a25b714072f3c50215d63
 SHA512 
e03ac6c6861112e4164a2f20cf1fe2492c39e636c57673b1a2a65d0ac67abfa24739662e27a9628b06add8e5f38554c53b8612c8ff685ed0ad8c97dab51e6250
-DIST zeroconf-0.115.0.tar.gz 156238 BLAKE2B 
5f32c06e247bff5bfbd0ea53588458e8da6e94a2ee0a33627de1195c6e34fffee7c403cc8c6e234f4ab91cde10af50b3714b6493e5ae33f0523fdb8fd2f8f6bc
 SHA512 
95d0c106e4a5bd5a25d0c91224642ada7cefbe16e3a4fbfff7c31b03c7359d34160c120adb9d4c06fb50be2cb20e298a1e775cd8c7b62f7207d04be59f49f6d8
-DIST zeroconf-0.115.1.tar.gz 156318 BLAKE2B 
1322b3ccf7d4d749642bb813b1655aefb410c1e953b89edb6a07196031e8a8fb8cfc923fd5d4a7149b7b25e5a16612ec86c6f353caf326d6cc3cff9a6881f7a3
 SHA512 
786e0dc1e7a321e37e491220f7aa83c5678ef7396bcf844d4928433fa7a1f43d1c5bb4dca10372ea982de5fb7640f3f8bb4b304ad59f9c6b4017c594bc54af61
 DIST zeroconf-0.115.2.tar.gz 156482 BLAKE2B 
80a1c0af87ffaec73505f48f1b38b8f99b578d6573970529b4613fd46174f635d2ff24ae6b1631a2747bb4eb542ac7180cf7bb473aa69f91ce90e64b463ec43d
 SHA512 
1a1fd7f5cf3356fa189f209dc9ea0f8319b0d101ec28ed0ae3304656ca488afab0258cf6bce6d13919554555ea1a51b59599dba5afccc315df15d4efbc8cdb13
-DIST zeroconf-0.116.0.tar.gz 156565 BLAKE2B 
2d261eb9602ea6db71e39cccd740b09366f86a37b9c3b9e4f61373fd525f2ceb7bf2235ee2adacbf7bea8293920ea94c8152e11786a1f483f3605908c988ebd4
 SHA512 
649b01f49fd0229739b0a3beb0c528f4a3c7841b77fdadcab5356f1e69f21ba2a89d4a948a97b8592b137f6a76be463768e83a399aa9850f08fee6bb01092320
 DIST zeroconf-0.118.0.tar.gz 156789 BLAKE2B 
a2491c33134b07486cf6350d4b25461edf78fb5ab181b36b8088f3ef63fe86d8324ea044985f9423886ceb15495d5d34bf79de488dafcdd87398875adee62fce
 SHA512 
6f869443dbeea324b1b0f3b89a8183441b373459e871ffee9c35d3f4eda5489e164bc85f28e6e96c7dea976eeff591c25044a28cca56c967d857b1ac5f485e79
-DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.108.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.108.0.ebuild
deleted file mode 100644
index b3ff07347a6d..
--- a/dev-python/zeroconf/zeroconf-0.108.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-10-15 Thread Sam James
commit: 2b202e7354e9cce7a0d587d4616aa91ccab4a94b
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 15 07:59:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 15 07:59:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b202e73

dev-python/zeroconf: Stabilize 0.115.2 amd64, #915766

Signed-off-by: Sam James  gentoo.org>

 dev-python/zeroconf/zeroconf-0.115.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.115.2.ebuild 
b/dev-python/zeroconf/zeroconf-0.115.2.ebuild
index 3ed30c63f90e..4305169d6e62 100644
--- a/dev-python/zeroconf/zeroconf-0.115.2.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.115.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-10-14 Thread Michał Górny
commit: e02a82d8e1e8edfcca27496c8e60f9b6bc26db56
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 02:52:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 03:26:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02a82d8

dev-python/zeroconf: Bump to 0.118.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.118.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 3811bff5055c..689874ea9139 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -6,4 +6,5 @@ DIST zeroconf-0.115.0.tar.gz 156238 BLAKE2B 
5f32c06e247bff5bfbd0ea53588458e8da6e
 DIST zeroconf-0.115.1.tar.gz 156318 BLAKE2B 
1322b3ccf7d4d749642bb813b1655aefb410c1e953b89edb6a07196031e8a8fb8cfc923fd5d4a7149b7b25e5a16612ec86c6f353caf326d6cc3cff9a6881f7a3
 SHA512 
786e0dc1e7a321e37e491220f7aa83c5678ef7396bcf844d4928433fa7a1f43d1c5bb4dca10372ea982de5fb7640f3f8bb4b304ad59f9c6b4017c594bc54af61
 DIST zeroconf-0.115.2.tar.gz 156482 BLAKE2B 
80a1c0af87ffaec73505f48f1b38b8f99b578d6573970529b4613fd46174f635d2ff24ae6b1631a2747bb4eb542ac7180cf7bb473aa69f91ce90e64b463ec43d
 SHA512 
1a1fd7f5cf3356fa189f209dc9ea0f8319b0d101ec28ed0ae3304656ca488afab0258cf6bce6d13919554555ea1a51b59599dba5afccc315df15d4efbc8cdb13
 DIST zeroconf-0.116.0.tar.gz 156565 BLAKE2B 
2d261eb9602ea6db71e39cccd740b09366f86a37b9c3b9e4f61373fd525f2ceb7bf2235ee2adacbf7bea8293920ea94c8152e11786a1f483f3605908c988ebd4
 SHA512 
649b01f49fd0229739b0a3beb0c528f4a3c7841b77fdadcab5356f1e69f21ba2a89d4a948a97b8592b137f6a76be463768e83a399aa9850f08fee6bb01092320
+DIST zeroconf-0.118.0.tar.gz 156789 BLAKE2B 
a2491c33134b07486cf6350d4b25461edf78fb5ab181b36b8088f3ef63fe86d8324ea044985f9423886ceb15495d5d34bf79de488dafcdd87398875adee62fce
 SHA512 
6f869443dbeea324b1b0f3b89a8183441b373459e871ffee9c35d3f4eda5489e164bc85f28e6e96c7dea976eeff591c25044a28cca56c967d857b1ac5f485e79
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.118.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.118.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.118.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-10-14 Thread Arthur Zamarin
commit: a43ac7a928f0b08bd660fac60450277d8b006f41
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:50:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:50:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43ac7a9

dev-python/zeroconf: Stabilize 0.115.2 x86, #915766

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.115.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.115.2.ebuild 
b/dev-python/zeroconf/zeroconf-0.115.2.ebuild
index b3ff07347a6d..3ed30c63f90e 100644
--- a/dev-python/zeroconf/zeroconf-0.115.2.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.115.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-10-12 Thread Michał Górny
commit: 41604e30e3e7209476de7579b949cf3276c25152
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 13 03:58:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 03:58:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41604e30

dev-python/zeroconf: Bump to 0.116.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.116.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index e34be2bd4ed3..3811bff5055c 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -5,4 +5,5 @@ DIST zeroconf-0.114.0.tar.gz 156001 BLAKE2B 
b3bc076746f5d510ba655dc5de748e7ff7cb
 DIST zeroconf-0.115.0.tar.gz 156238 BLAKE2B 
5f32c06e247bff5bfbd0ea53588458e8da6e94a2ee0a33627de1195c6e34fffee7c403cc8c6e234f4ab91cde10af50b3714b6493e5ae33f0523fdb8fd2f8f6bc
 SHA512 
95d0c106e4a5bd5a25d0c91224642ada7cefbe16e3a4fbfff7c31b03c7359d34160c120adb9d4c06fb50be2cb20e298a1e775cd8c7b62f7207d04be59f49f6d8
 DIST zeroconf-0.115.1.tar.gz 156318 BLAKE2B 
1322b3ccf7d4d749642bb813b1655aefb410c1e953b89edb6a07196031e8a8fb8cfc923fd5d4a7149b7b25e5a16612ec86c6f353caf326d6cc3cff9a6881f7a3
 SHA512 
786e0dc1e7a321e37e491220f7aa83c5678ef7396bcf844d4928433fa7a1f43d1c5bb4dca10372ea982de5fb7640f3f8bb4b304ad59f9c6b4017c594bc54af61
 DIST zeroconf-0.115.2.tar.gz 156482 BLAKE2B 
80a1c0af87ffaec73505f48f1b38b8f99b578d6573970529b4613fd46174f635d2ff24ae6b1631a2747bb4eb542ac7180cf7bb473aa69f91ce90e64b463ec43d
 SHA512 
1a1fd7f5cf3356fa189f209dc9ea0f8319b0d101ec28ed0ae3304656ca488afab0258cf6bce6d13919554555ea1a51b59599dba5afccc315df15d4efbc8cdb13
+DIST zeroconf-0.116.0.tar.gz 156565 BLAKE2B 
2d261eb9602ea6db71e39cccd740b09366f86a37b9c3b9e4f61373fd525f2ceb7bf2235ee2adacbf7bea8293920ea94c8152e11786a1f483f3605908c988ebd4
 SHA512 
649b01f49fd0229739b0a3beb0c528f4a3c7841b77fdadcab5356f1e69f21ba2a89d4a948a97b8592b137f6a76be463768e83a399aa9850f08fee6bb01092320
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.116.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.116.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.116.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-10-05 Thread Michał Górny
commit: e8572e9e158853f0ced8d315ff2321bb369776a6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 03:37:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 04:14:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8572e9e

dev-python/zeroconf: Bump to 0.115.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.115.2.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 3b1f66712aad..e34be2bd4ed3 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -4,4 +4,5 @@ DIST zeroconf-0.113.0.tar.gz 155892 BLAKE2B 
4de635a601349d2db2e2a0e72c0a1a130e3f
 DIST zeroconf-0.114.0.tar.gz 156001 BLAKE2B 
b3bc076746f5d510ba655dc5de748e7ff7cb0c0b4db371369a0b886828d0721b92b47d3f8c4cf74135aa1642ffef5e4953c12160060a25b714072f3c50215d63
 SHA512 
e03ac6c6861112e4164a2f20cf1fe2492c39e636c57673b1a2a65d0ac67abfa24739662e27a9628b06add8e5f38554c53b8612c8ff685ed0ad8c97dab51e6250
 DIST zeroconf-0.115.0.tar.gz 156238 BLAKE2B 
5f32c06e247bff5bfbd0ea53588458e8da6e94a2ee0a33627de1195c6e34fffee7c403cc8c6e234f4ab91cde10af50b3714b6493e5ae33f0523fdb8fd2f8f6bc
 SHA512 
95d0c106e4a5bd5a25d0c91224642ada7cefbe16e3a4fbfff7c31b03c7359d34160c120adb9d4c06fb50be2cb20e298a1e775cd8c7b62f7207d04be59f49f6d8
 DIST zeroconf-0.115.1.tar.gz 156318 BLAKE2B 
1322b3ccf7d4d749642bb813b1655aefb410c1e953b89edb6a07196031e8a8fb8cfc923fd5d4a7149b7b25e5a16612ec86c6f353caf326d6cc3cff9a6881f7a3
 SHA512 
786e0dc1e7a321e37e491220f7aa83c5678ef7396bcf844d4928433fa7a1f43d1c5bb4dca10372ea982de5fb7640f3f8bb4b304ad59f9c6b4017c594bc54af61
+DIST zeroconf-0.115.2.tar.gz 156482 BLAKE2B 
80a1c0af87ffaec73505f48f1b38b8f99b578d6573970529b4613fd46174f635d2ff24ae6b1631a2747bb4eb542ac7180cf7bb473aa69f91ce90e64b463ec43d
 SHA512 
1a1fd7f5cf3356fa189f209dc9ea0f8319b0d101ec28ed0ae3304656ca488afab0258cf6bce6d13919554555ea1a51b59599dba5afccc315df15d4efbc8cdb13
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.115.2.ebuild 
b/dev-python/zeroconf/zeroconf-0.115.2.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.115.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-10-01 Thread Arthur Zamarin
commit: b2af0ad7e5c9fe122e2a820acf256269456802d9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct  1 17:50:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct  1 18:02:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2af0ad7

dev-python/zeroconf: add 0.115.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.115.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 26f60b47486d..3b1f66712aad 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -3,4 +3,5 @@ DIST zeroconf-0.112.0.tar.gz 155715 BLAKE2B 
ce19e2d7798f3bc4e6e3ae5b6d319594f694
 DIST zeroconf-0.113.0.tar.gz 155892 BLAKE2B 
4de635a601349d2db2e2a0e72c0a1a130e3f9590bde2b1adfd603e758a17362a7588e90dfeeed91841317c0bc977f51ca176fa4e94734641ca8249436e78844c
 SHA512 
e9000ea6d2787598b3203c79446c0f5f5efc833abcc2b625542850383e9905be023c89938adace8f7c06d46fb88263bb556281f0929fb1d5fa822dd55cbe9751
 DIST zeroconf-0.114.0.tar.gz 156001 BLAKE2B 
b3bc076746f5d510ba655dc5de748e7ff7cb0c0b4db371369a0b886828d0721b92b47d3f8c4cf74135aa1642ffef5e4953c12160060a25b714072f3c50215d63
 SHA512 
e03ac6c6861112e4164a2f20cf1fe2492c39e636c57673b1a2a65d0ac67abfa24739662e27a9628b06add8e5f38554c53b8612c8ff685ed0ad8c97dab51e6250
 DIST zeroconf-0.115.0.tar.gz 156238 BLAKE2B 
5f32c06e247bff5bfbd0ea53588458e8da6e94a2ee0a33627de1195c6e34fffee7c403cc8c6e234f4ab91cde10af50b3714b6493e5ae33f0523fdb8fd2f8f6bc
 SHA512 
95d0c106e4a5bd5a25d0c91224642ada7cefbe16e3a4fbfff7c31b03c7359d34160c120adb9d4c06fb50be2cb20e298a1e775cd8c7b62f7207d04be59f49f6d8
+DIST zeroconf-0.115.1.tar.gz 156318 BLAKE2B 
1322b3ccf7d4d749642bb813b1655aefb410c1e953b89edb6a07196031e8a8fb8cfc923fd5d4a7149b7b25e5a16612ec86c6f353caf326d6cc3cff9a6881f7a3
 SHA512 
786e0dc1e7a321e37e491220f7aa83c5678ef7396bcf844d4928433fa7a1f43d1c5bb4dca10372ea982de5fb7640f3f8bb4b304ad59f9c6b4017c594bc54af61
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.115.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.115.1.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.115.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-26 Thread Michał Górny
commit: f771e2c1dbb69d82824af534d214479653646332
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 26 16:37:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 26 16:37:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f771e2c1

dev-python/zeroconf: Bump to 0.115.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.115.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 7f3f611194a7..26f60b47486d 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -2,4 +2,5 @@ DIST zeroconf-0.108.0.tar.gz 154905 BLAKE2B 
c5ec272233faca801f30a0699a71a410f29d
 DIST zeroconf-0.112.0.tar.gz 155715 BLAKE2B 
ce19e2d7798f3bc4e6e3ae5b6d319594f6941b9ea5b383fff1bc072ca86a62edc09bfa37caf67fd5dee492df2e704ccb383c7dea180c94514152b262446a99c0
 SHA512 
855da760f60ecace67722cf00ef0b8185907765a08dd30fb6796fc2efb9d233b8b9be12f2b69898efda041343647934b59b5b3ef57a457ba094d67349efad57c
 DIST zeroconf-0.113.0.tar.gz 155892 BLAKE2B 
4de635a601349d2db2e2a0e72c0a1a130e3f9590bde2b1adfd603e758a17362a7588e90dfeeed91841317c0bc977f51ca176fa4e94734641ca8249436e78844c
 SHA512 
e9000ea6d2787598b3203c79446c0f5f5efc833abcc2b625542850383e9905be023c89938adace8f7c06d46fb88263bb556281f0929fb1d5fa822dd55cbe9751
 DIST zeroconf-0.114.0.tar.gz 156001 BLAKE2B 
b3bc076746f5d510ba655dc5de748e7ff7cb0c0b4db371369a0b886828d0721b92b47d3f8c4cf74135aa1642ffef5e4953c12160060a25b714072f3c50215d63
 SHA512 
e03ac6c6861112e4164a2f20cf1fe2492c39e636c57673b1a2a65d0ac67abfa24739662e27a9628b06add8e5f38554c53b8612c8ff685ed0ad8c97dab51e6250
+DIST zeroconf-0.115.0.tar.gz 156238 BLAKE2B 
5f32c06e247bff5bfbd0ea53588458e8da6e94a2ee0a33627de1195c6e34fffee7c403cc8c6e234f4ab91cde10af50b3714b6493e5ae33f0523fdb8fd2f8f6bc
 SHA512 
95d0c106e4a5bd5a25d0c91224642ada7cefbe16e3a4fbfff7c31b03c7359d34160c120adb9d4c06fb50be2cb20e298a1e775cd8c7b62f7207d04be59f49f6d8
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.115.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.115.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.115.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-25 Thread Michał Górny
commit: 5ad9e99666d6e7336a85e5694985e1edaea5e367
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 26 03:45:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 26 04:42:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad9e996

dev-python/zeroconf: Bump to 0.114.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.114.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index eb7c8ec67992..7f3f611194a7 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,4 +1,5 @@
 DIST zeroconf-0.108.0.tar.gz 154905 BLAKE2B 
c5ec272233faca801f30a0699a71a410f29d13565890ef25eb3ad164914fbe7a9f282c082cfe8fef3c47a72e92b5e1e33b6ccaefb96b30d3d2cb82dc624ec072
 SHA512 
a5206b548a8d32ac082e6aaff63437f488d5cac4200b24d2a8c9343e6bc859afb237d6e8003c569174c6c91ed2bba65044f37f730fb4d40664be70691d84d4ee
 DIST zeroconf-0.112.0.tar.gz 155715 BLAKE2B 
ce19e2d7798f3bc4e6e3ae5b6d319594f6941b9ea5b383fff1bc072ca86a62edc09bfa37caf67fd5dee492df2e704ccb383c7dea180c94514152b262446a99c0
 SHA512 
855da760f60ecace67722cf00ef0b8185907765a08dd30fb6796fc2efb9d233b8b9be12f2b69898efda041343647934b59b5b3ef57a457ba094d67349efad57c
 DIST zeroconf-0.113.0.tar.gz 155892 BLAKE2B 
4de635a601349d2db2e2a0e72c0a1a130e3f9590bde2b1adfd603e758a17362a7588e90dfeeed91841317c0bc977f51ca176fa4e94734641ca8249436e78844c
 SHA512 
e9000ea6d2787598b3203c79446c0f5f5efc833abcc2b625542850383e9905be023c89938adace8f7c06d46fb88263bb556281f0929fb1d5fa822dd55cbe9751
+DIST zeroconf-0.114.0.tar.gz 156001 BLAKE2B 
b3bc076746f5d510ba655dc5de748e7ff7cb0c0b4db371369a0b886828d0721b92b47d3f8c4cf74135aa1642ffef5e4953c12160060a25b714072f3c50215d63
 SHA512 
e03ac6c6861112e4164a2f20cf1fe2492c39e636c57673b1a2a65d0ac67abfa24739662e27a9628b06add8e5f38554c53b8612c8ff685ed0ad8c97dab51e6250
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.114.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.114.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.114.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-24 Thread Michał Górny
commit: 09b44201ffdf7939603af1a5e2b9f8042e485479
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 24 14:19:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 24 14:28:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b44201

dev-python/zeroconf: Bump to 0.113.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.113.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 432b62105870..eb7c8ec67992 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
 DIST zeroconf-0.108.0.tar.gz 154905 BLAKE2B 
c5ec272233faca801f30a0699a71a410f29d13565890ef25eb3ad164914fbe7a9f282c082cfe8fef3c47a72e92b5e1e33b6ccaefb96b30d3d2cb82dc624ec072
 SHA512 
a5206b548a8d32ac082e6aaff63437f488d5cac4200b24d2a8c9343e6bc859afb237d6e8003c569174c6c91ed2bba65044f37f730fb4d40664be70691d84d4ee
 DIST zeroconf-0.112.0.tar.gz 155715 BLAKE2B 
ce19e2d7798f3bc4e6e3ae5b6d319594f6941b9ea5b383fff1bc072ca86a62edc09bfa37caf67fd5dee492df2e704ccb383c7dea180c94514152b262446a99c0
 SHA512 
855da760f60ecace67722cf00ef0b8185907765a08dd30fb6796fc2efb9d233b8b9be12f2b69898efda041343647934b59b5b3ef57a457ba094d67349efad57c
+DIST zeroconf-0.113.0.tar.gz 155892 BLAKE2B 
4de635a601349d2db2e2a0e72c0a1a130e3f9590bde2b1adfd603e758a17362a7588e90dfeeed91841317c0bc977f51ca176fa4e94734641ca8249436e78844c
 SHA512 
e9000ea6d2787598b3203c79446c0f5f5efc833abcc2b625542850383e9905be023c89938adace8f7c06d46fb88263bb556281f0929fb1d5fa822dd55cbe9751
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.113.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.113.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.113.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-14 Thread Michał Górny
commit: 8db4570627c5eef2a1a4fd3a534585eb51a4f36d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 14 16:31:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 14 16:31:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db45706

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  2 --
 dev-python/zeroconf/zeroconf-0.111.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.82.1.ebuild  | 56 -
 3 files changed, 114 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 67892e7192fc..432b62105870 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,5 +1,3 @@
 DIST zeroconf-0.108.0.tar.gz 154905 BLAKE2B 
c5ec272233faca801f30a0699a71a410f29d13565890ef25eb3ad164914fbe7a9f282c082cfe8fef3c47a72e92b5e1e33b6ccaefb96b30d3d2cb82dc624ec072
 SHA512 
a5206b548a8d32ac082e6aaff63437f488d5cac4200b24d2a8c9343e6bc859afb237d6e8003c569174c6c91ed2bba65044f37f730fb4d40664be70691d84d4ee
-DIST zeroconf-0.111.0.tar.gz 155788 BLAKE2B 
c166a2c1f363bba8feb5ab2098715bdc0bf3aecc8fad13c890d9737240deede3d241b9da6e7924ec8739118aeea1c447d4b60d0ccb0f2bfdaf96891da6db0b92
 SHA512 
23a53f9f14b69ebe79e261c8f065be4ab7b1d4bd4904446d9670390c3723fe052577ce7f57e455670e04ff7aa95a87d1b4c90fea2eeb0c3f2eaf214263ce76d5
 DIST zeroconf-0.112.0.tar.gz 155715 BLAKE2B 
ce19e2d7798f3bc4e6e3ae5b6d319594f6941b9ea5b383fff1bc072ca86a62edc09bfa37caf67fd5dee492df2e704ccb383c7dea180c94514152b262446a99c0
 SHA512 
855da760f60ecace67722cf00ef0b8185907765a08dd30fb6796fc2efb9d233b8b9be12f2b69898efda041343647934b59b5b3ef57a457ba094d67349efad57c
-DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.111.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.111.0.ebuild
deleted file mode 100644
index b3ff07347a6d..
--- a/dev-python/zeroconf/zeroconf-0.111.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-3[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-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
-   )
-
-   epytest -o addopts=
-}

diff --git a/dev-python/zeroconf/zeroconf-0.82.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.82.1.ebuild
deleted file mode 100644
index 2caf1f2ccb91..
--- a/dev-python/zeroconf/zeroconf-0.82.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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"

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-14 Thread Sam James
commit: 85f3eaf854234e16052216d379d644d70aefb9b9
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 14 16:28:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 14 16:28:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f3eaf8

dev-python/zeroconf: Stabilize 0.91.1 amd64, #914157

Signed-off-by: Sam James  gentoo.org>

 dev-python/zeroconf/zeroconf-0.91.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.91.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.91.1.ebuild
index b3ff07347a6d..68689b231b2a 100644
--- a/dev-python/zeroconf/zeroconf-0.91.1.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.91.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-14 Thread Sam James
commit: 4ed5300a2977b6eb27e18bf89529a1e34984b9e6
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 14 16:28:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 14 16:28:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed5300a

dev-python/zeroconf: Stabilize 0.91.1 x86, #914157

Signed-off-by: Sam James  gentoo.org>

 dev-python/zeroconf/zeroconf-0.91.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.91.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.91.1.ebuild
index 68689b231b2a..4305169d6e62 100644
--- a/dev-python/zeroconf/zeroconf-0.91.1.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.91.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-14 Thread Michał Górny
commit: 6e4deb27722433304c453cd5d89e8e950b8f9601
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 14 14:52:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 14 15:39:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4deb27

dev-python/zeroconf: Bump to 0.112.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.112.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index e3ad3257dc4a..67892e7192fc 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,4 +1,5 @@
 DIST zeroconf-0.108.0.tar.gz 154905 BLAKE2B 
c5ec272233faca801f30a0699a71a410f29d13565890ef25eb3ad164914fbe7a9f282c082cfe8fef3c47a72e92b5e1e33b6ccaefb96b30d3d2cb82dc624ec072
 SHA512 
a5206b548a8d32ac082e6aaff63437f488d5cac4200b24d2a8c9343e6bc859afb237d6e8003c569174c6c91ed2bba65044f37f730fb4d40664be70691d84d4ee
 DIST zeroconf-0.111.0.tar.gz 155788 BLAKE2B 
c166a2c1f363bba8feb5ab2098715bdc0bf3aecc8fad13c890d9737240deede3d241b9da6e7924ec8739118aeea1c447d4b60d0ccb0f2bfdaf96891da6db0b92
 SHA512 
23a53f9f14b69ebe79e261c8f065be4ab7b1d4bd4904446d9670390c3723fe052577ce7f57e455670e04ff7aa95a87d1b4c90fea2eeb0c3f2eaf214263ce76d5
+DIST zeroconf-0.112.0.tar.gz 155715 BLAKE2B 
ce19e2d7798f3bc4e6e3ae5b6d319594f6941b9ea5b383fff1bc072ca86a62edc09bfa37caf67fd5dee492df2e704ccb383c7dea180c94514152b262446a99c0
 SHA512 
855da760f60ecace67722cf00ef0b8185907765a08dd30fb6796fc2efb9d233b8b9be12f2b69898efda041343647934b59b5b3ef57a457ba094d67349efad57c
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.112.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.112.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.112.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-13 Thread Michał Górny
commit: 38f081d2d8a9dac9059e6092c31fccd6841cc949
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 14 05:10:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 14 05:30:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f081d2

dev-python/zeroconf: Bump to 0.111.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.111.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 30c8a44fb2ba..e3ad3257dc4a 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
 DIST zeroconf-0.108.0.tar.gz 154905 BLAKE2B 
c5ec272233faca801f30a0699a71a410f29d13565890ef25eb3ad164914fbe7a9f282c082cfe8fef3c47a72e92b5e1e33b6ccaefb96b30d3d2cb82dc624ec072
 SHA512 
a5206b548a8d32ac082e6aaff63437f488d5cac4200b24d2a8c9343e6bc859afb237d6e8003c569174c6c91ed2bba65044f37f730fb4d40664be70691d84d4ee
+DIST zeroconf-0.111.0.tar.gz 155788 BLAKE2B 
c166a2c1f363bba8feb5ab2098715bdc0bf3aecc8fad13c890d9737240deede3d241b9da6e7924ec8739118aeea1c447d4b60d0ccb0f2bfdaf96891da6db0b92
 SHA512 
23a53f9f14b69ebe79e261c8f065be4ab7b1d4bd4904446d9670390c3723fe052577ce7f57e455670e04ff7aa95a87d1b4c90fea2eeb0c3f2eaf214263ce76d5
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.111.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.111.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.111.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-13 Thread Michał Górny
commit: 5f35d1279dfb772a722a4659f7697d4512545d70
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 14 05:06:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 14 05:30:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f35d127

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest| 10 --
 dev-python/zeroconf/zeroconf-0.102.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.103.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.105.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.86.0.ebuild  | 56 -
 dev-python/zeroconf/zeroconf-0.87.0.ebuild  | 56 -
 dev-python/zeroconf/zeroconf-0.88.0.ebuild  | 56 -
 dev-python/zeroconf/zeroconf-0.90.0.ebuild  | 56 -
 dev-python/zeroconf/zeroconf-0.93.1.ebuild  | 56 -
 dev-python/zeroconf/zeroconf-0.97.0.ebuild  | 56 -
 dev-python/zeroconf/zeroconf-0.99.0.ebuild  | 56 -
 11 files changed, 570 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 5b5068b7d8af..30c8a44fb2ba 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,13 +1,3 @@
-DIST zeroconf-0.102.0.tar.gz 152692 BLAKE2B 
c1a823b185cebe193d00c768ff4023a4ee11be662ae26c61b135acf7cf0c2d743e23f4b2a49f8914c483a66131e4200f115cb7f1d4b96e5c70f899dfa0fc2efb
 SHA512 
877bf194c8aa4832e1ef36d9a1ce08611b5ae8a01dee697ab63d057eb56c9962fb423b6de82406016e67f81d37cb7b661371d84b78e6e91e93c22dc0944da59b
-DIST zeroconf-0.103.0.tar.gz 152821 BLAKE2B 
29c3813480f7cbf62d02067f672bcb4f27d1f5fa3c3abc5f9e7cceb7440d3d3cd0992d0c5b8a71194bd1dad1257c108cec3ab7d0fbd296e15970e25c905ef1f4
 SHA512 
3c58287ad53b61a533b279a0ecbf6d7b948dffc63a8eab2d2ea2908a8d895ae88de2ac73744991352f55e52bed745d0e6c0a6424066572ba33542c43d0765d4f
-DIST zeroconf-0.105.0.tar.gz 154143 BLAKE2B 
c74d7213092a24b1f2bc9320424156b896d05e8ed9be48e2a1fba099267937f3e1c855b98ce5a1c48beae9d455c18afed63248062c6eaa6729ca8225dc02
 SHA512 
e3fc68d01d6276ef087693ed72035b2ab26f50ddfbb3b5cf054e37c9198f1202e882fc23a58afbf11dd2032fefd5f2950227029df6408d5bddd6a8f456a1fc0b
 DIST zeroconf-0.108.0.tar.gz 154905 BLAKE2B 
c5ec272233faca801f30a0699a71a410f29d13565890ef25eb3ad164914fbe7a9f282c082cfe8fef3c47a72e92b5e1e33b6ccaefb96b30d3d2cb82dc624ec072
 SHA512 
a5206b548a8d32ac082e6aaff63437f488d5cac4200b24d2a8c9343e6bc859afb237d6e8003c569174c6c91ed2bba65044f37f730fb4d40664be70691d84d4ee
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
-DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
-DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0
-DIST zeroconf-0.88.0.tar.gz 150009 BLAKE2B 
45a8abca7bbda4246af8838818cffda445bae082e11f90716b7c358dcf4c3524a2bd89e9d4c270e6a21af46c2c02b0e61c4af354091410108a6f4453021df525
 SHA512 
4235e6e75956748792ed1b84dff24861a487fe06a43f7978137e9f6516b8591d77c1254a6425a29125a5ee8843a3d4e5f1f02c1753b7a29553809e2abd1e6f1a
-DIST zeroconf-0.90.0.tar.gz 150318 BLAKE2B 
5239571a4b65f736a799b285d11221636a26d6cf19625bd276baa346a61420519698e13bcfa5909a5ece3026aeb2229a143824915d15ee1d01bfc7c9ef956809
 SHA512 
82c8d9410f0f6fe0f2ab3136034f4d62752eec0b4c3e5acc0689a0aa817fd9aa33555a0b92f18c224a3ac8b90dd583d77bf372637a20b889d0d8be9e4d8e0458
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a
-DIST zeroconf-0.93.1.tar.gz 151476 BLAKE2B 
46a866c6d8268c4688b33c1da04a6a31ef3556fb9264df2e85b038ae832cfdc7567139bff01c9324a4087b449b2dd5ba9688eccfaa0892af49f5cab3ad735600
 SHA512 
ee5f8aac916f05fc6518e76eb4ee40dd0df507cde1a5f25edfb15ded6ac36d2026283d6160ec7b71ee0344648e181e06ebf0559345ac4b2078f5d9cbf1a83eea
-DIST zeroconf-0.97.0.tar.gz 152115 BLAKE2B 
53b514ca3e42c75bf449255db0494de66bdbec74495fec45fd26185ec

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-11 Thread Michał Górny
commit: 9587f8fc2a1c2975da2d87365dbed45950918eff
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 12 04:23:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 12 04:23:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9587f8fc

dev-python/zeroconf: Bump to 0.108.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.108.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 5e969e5a938d..5b5068b7d8af 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,6 +1,7 @@
 DIST zeroconf-0.102.0.tar.gz 152692 BLAKE2B 
c1a823b185cebe193d00c768ff4023a4ee11be662ae26c61b135acf7cf0c2d743e23f4b2a49f8914c483a66131e4200f115cb7f1d4b96e5c70f899dfa0fc2efb
 SHA512 
877bf194c8aa4832e1ef36d9a1ce08611b5ae8a01dee697ab63d057eb56c9962fb423b6de82406016e67f81d37cb7b661371d84b78e6e91e93c22dc0944da59b
 DIST zeroconf-0.103.0.tar.gz 152821 BLAKE2B 
29c3813480f7cbf62d02067f672bcb4f27d1f5fa3c3abc5f9e7cceb7440d3d3cd0992d0c5b8a71194bd1dad1257c108cec3ab7d0fbd296e15970e25c905ef1f4
 SHA512 
3c58287ad53b61a533b279a0ecbf6d7b948dffc63a8eab2d2ea2908a8d895ae88de2ac73744991352f55e52bed745d0e6c0a6424066572ba33542c43d0765d4f
 DIST zeroconf-0.105.0.tar.gz 154143 BLAKE2B 
c74d7213092a24b1f2bc9320424156b896d05e8ed9be48e2a1fba099267937f3e1c855b98ce5a1c48beae9d455c18afed63248062c6eaa6729ca8225dc02
 SHA512 
e3fc68d01d6276ef087693ed72035b2ab26f50ddfbb3b5cf054e37c9198f1202e882fc23a58afbf11dd2032fefd5f2950227029df6408d5bddd6a8f456a1fc0b
+DIST zeroconf-0.108.0.tar.gz 154905 BLAKE2B 
c5ec272233faca801f30a0699a71a410f29d13565890ef25eb3ad164914fbe7a9f282c082cfe8fef3c47a72e92b5e1e33b6ccaefb96b30d3d2cb82dc624ec072
 SHA512 
a5206b548a8d32ac082e6aaff63437f488d5cac4200b24d2a8c9343e6bc859afb237d6e8003c569174c6c91ed2bba65044f37f730fb4d40664be70691d84d4ee
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0

diff --git a/dev-python/zeroconf/zeroconf-0.108.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.108.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.108.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-10 Thread Michał Górny
commit: c74ffb60a79d880b60d9de0bba1fb30596a33ba8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 11 02:11:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 11 02:11:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74ffb60

dev-python/zeroconf: Bump to 0.105.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.105.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 0c55acb9a1f5..5e969e5a938d 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,5 +1,6 @@
 DIST zeroconf-0.102.0.tar.gz 152692 BLAKE2B 
c1a823b185cebe193d00c768ff4023a4ee11be662ae26c61b135acf7cf0c2d743e23f4b2a49f8914c483a66131e4200f115cb7f1d4b96e5c70f899dfa0fc2efb
 SHA512 
877bf194c8aa4832e1ef36d9a1ce08611b5ae8a01dee697ab63d057eb56c9962fb423b6de82406016e67f81d37cb7b661371d84b78e6e91e93c22dc0944da59b
 DIST zeroconf-0.103.0.tar.gz 152821 BLAKE2B 
29c3813480f7cbf62d02067f672bcb4f27d1f5fa3c3abc5f9e7cceb7440d3d3cd0992d0c5b8a71194bd1dad1257c108cec3ab7d0fbd296e15970e25c905ef1f4
 SHA512 
3c58287ad53b61a533b279a0ecbf6d7b948dffc63a8eab2d2ea2908a8d895ae88de2ac73744991352f55e52bed745d0e6c0a6424066572ba33542c43d0765d4f
+DIST zeroconf-0.105.0.tar.gz 154143 BLAKE2B 
c74d7213092a24b1f2bc9320424156b896d05e8ed9be48e2a1fba099267937f3e1c855b98ce5a1c48beae9d455c18afed63248062c6eaa6729ca8225dc02
 SHA512 
e3fc68d01d6276ef087693ed72035b2ab26f50ddfbb3b5cf054e37c9198f1202e882fc23a58afbf11dd2032fefd5f2950227029df6408d5bddd6a8f456a1fc0b
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0

diff --git a/dev-python/zeroconf/zeroconf-0.105.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.105.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.105.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-09 Thread Michał Górny
commit: e2e5a3b866373dfe87a2d19f882b451b332879fc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 10 02:16:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 10 02:24:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e5a3b8

dev-python/zeroconf: Bump to 0.103.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.103.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index b943cf489e9f..0c55acb9a1f5 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,4 +1,5 @@
 DIST zeroconf-0.102.0.tar.gz 152692 BLAKE2B 
c1a823b185cebe193d00c768ff4023a4ee11be662ae26c61b135acf7cf0c2d743e23f4b2a49f8914c483a66131e4200f115cb7f1d4b96e5c70f899dfa0fc2efb
 SHA512 
877bf194c8aa4832e1ef36d9a1ce08611b5ae8a01dee697ab63d057eb56c9962fb423b6de82406016e67f81d37cb7b661371d84b78e6e91e93c22dc0944da59b
+DIST zeroconf-0.103.0.tar.gz 152821 BLAKE2B 
29c3813480f7cbf62d02067f672bcb4f27d1f5fa3c3abc5f9e7cceb7440d3d3cd0992d0c5b8a71194bd1dad1257c108cec3ab7d0fbd296e15970e25c905ef1f4
 SHA512 
3c58287ad53b61a533b279a0ecbf6d7b948dffc63a8eab2d2ea2908a8d895ae88de2ac73744991352f55e52bed745d0e6c0a6424066572ba33542c43d0765d4f
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0

diff --git a/dev-python/zeroconf/zeroconf-0.103.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.103.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.103.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-07 Thread Michał Górny
commit: 1df6d570629754d93e5191ad21d6ace37cdc0231
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  8 05:11:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  8 05:11:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df6d570

dev-python/zeroconf: Bump to 0.102.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.102.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index c0a68bf9a4ca..b943cf489e9f 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
+DIST zeroconf-0.102.0.tar.gz 152692 BLAKE2B 
c1a823b185cebe193d00c768ff4023a4ee11be662ae26c61b135acf7cf0c2d743e23f4b2a49f8914c483a66131e4200f115cb7f1d4b96e5c70f899dfa0fc2efb
 SHA512 
877bf194c8aa4832e1ef36d9a1ce08611b5ae8a01dee697ab63d057eb56c9962fb423b6de82406016e67f81d37cb7b661371d84b78e6e91e93c22dc0944da59b
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0

diff --git a/dev-python/zeroconf/zeroconf-0.102.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.102.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.102.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-06 Thread Michał Górny
commit: bce0109bcdc80d3442bff886e2d5fd0ae703cee3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  7 03:07:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  7 03:15:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce0109b

dev-python/zeroconf: Bump to 0.99.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.99.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 4b59062fae6e..c0a68bf9a4ca 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -6,3 +6,4 @@ DIST zeroconf-0.90.0.tar.gz 150318 BLAKE2B 
5239571a4b65f736a799b285d11221636a26d
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a
 DIST zeroconf-0.93.1.tar.gz 151476 BLAKE2B 
46a866c6d8268c4688b33c1da04a6a31ef3556fb9264df2e85b038ae832cfdc7567139bff01c9324a4087b449b2dd5ba9688eccfaa0892af49f5cab3ad735600
 SHA512 
ee5f8aac916f05fc6518e76eb4ee40dd0df507cde1a5f25edfb15ded6ac36d2026283d6160ec7b71ee0344648e181e06ebf0559345ac4b2078f5d9cbf1a83eea
 DIST zeroconf-0.97.0.tar.gz 152115 BLAKE2B 
53b514ca3e42c75bf449255db0494de66bdbec74495fec45fd26185ec27d255de0745644b03650cec7a0acba3440075c52058b1a862048fa58587ed5d45907fa
 SHA512 
4a67335e42ffd60236d61fce77b36f747ee71038066e65e2d72e7be3ffa6bf075120b657067aadda89a814dc354a7e26a48627df55782869caa9d95e0956d361
+DIST zeroconf-0.99.0.tar.gz 152347 BLAKE2B 
4be99604737d1dc630c949a4afaac2c61132ffac830eea5976018502e5ac8702e67f2e302e0996e1a10aa4db407610dca61928ac07e8e53d110167e6057d7bb4
 SHA512 
8016ca617df6a78bc8a8f9f49011e3ae2571d5a60b87d126b60b7ee7e2cb07abe7477d27f33959978a43c79de5db42aee32fd63be9985a51f939fddf99aee37c

diff --git a/dev-python/zeroconf/zeroconf-0.99.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.99.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.99.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-03 Thread Michał Górny
commit: f1b0a15b1dd445a96ee61e6a7f9e9855104a08d8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  4 02:27:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  4 02:45:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b0a15b

dev-python/zeroconf: Bump to 0.97.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.97.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 7c0aba74cde8..4b59062fae6e 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -5,3 +5,4 @@ DIST zeroconf-0.88.0.tar.gz 150009 BLAKE2B 
45a8abca7bbda4246af8838818cffda445bae
 DIST zeroconf-0.90.0.tar.gz 150318 BLAKE2B 
5239571a4b65f736a799b285d11221636a26d6cf19625bd276baa346a61420519698e13bcfa5909a5ece3026aeb2229a143824915d15ee1d01bfc7c9ef956809
 SHA512 
82c8d9410f0f6fe0f2ab3136034f4d62752eec0b4c3e5acc0689a0aa817fd9aa33555a0b92f18c224a3ac8b90dd583d77bf372637a20b889d0d8be9e4d8e0458
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a
 DIST zeroconf-0.93.1.tar.gz 151476 BLAKE2B 
46a866c6d8268c4688b33c1da04a6a31ef3556fb9264df2e85b038ae832cfdc7567139bff01c9324a4087b449b2dd5ba9688eccfaa0892af49f5cab3ad735600
 SHA512 
ee5f8aac916f05fc6518e76eb4ee40dd0df507cde1a5f25edfb15ded6ac36d2026283d6160ec7b71ee0344648e181e06ebf0559345ac4b2078f5d9cbf1a83eea
+DIST zeroconf-0.97.0.tar.gz 152115 BLAKE2B 
53b514ca3e42c75bf449255db0494de66bdbec74495fec45fd26185ec27d255de0745644b03650cec7a0acba3440075c52058b1a862048fa58587ed5d45907fa
 SHA512 
4a67335e42ffd60236d61fce77b36f747ee71038066e65e2d72e7be3ffa6bf075120b657067aadda89a814dc354a7e26a48627df55782869caa9d95e0956d361

diff --git a/dev-python/zeroconf/zeroconf-0.97.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.97.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.97.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-02 Thread Michał Górny
commit: 8f2c5d4b4ddcdcf68b9142260d973a3da9a55565
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  3 04:02:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  3 04:12:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2c5d4b

dev-python/zeroconf: Bump to 0.93.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.93.1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 2e2008650c17..7c0aba74cde8 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -4,3 +4,4 @@ DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c831
 DIST zeroconf-0.88.0.tar.gz 150009 BLAKE2B 
45a8abca7bbda4246af8838818cffda445bae082e11f90716b7c358dcf4c3524a2bd89e9d4c270e6a21af46c2c02b0e61c4af354091410108a6f4453021df525
 SHA512 
4235e6e75956748792ed1b84dff24861a487fe06a43f7978137e9f6516b8591d77c1254a6425a29125a5ee8843a3d4e5f1f02c1753b7a29553809e2abd1e6f1a
 DIST zeroconf-0.90.0.tar.gz 150318 BLAKE2B 
5239571a4b65f736a799b285d11221636a26d6cf19625bd276baa346a61420519698e13bcfa5909a5ece3026aeb2229a143824915d15ee1d01bfc7c9ef956809
 SHA512 
82c8d9410f0f6fe0f2ab3136034f4d62752eec0b4c3e5acc0689a0aa817fd9aa33555a0b92f18c224a3ac8b90dd583d77bf372637a20b889d0d8be9e4d8e0458
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a
+DIST zeroconf-0.93.1.tar.gz 151476 BLAKE2B 
46a866c6d8268c4688b33c1da04a6a31ef3556fb9264df2e85b038ae832cfdc7567139bff01c9324a4087b449b2dd5ba9688eccfaa0892af49f5cab3ad735600
 SHA512 
ee5f8aac916f05fc6518e76eb4ee40dd0df507cde1a5f25edfb15ded6ac36d2026283d6160ec7b71ee0344648e181e06ebf0559345ac4b2078f5d9cbf1a83eea

diff --git a/dev-python/zeroconf/zeroconf-0.93.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.93.1.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.93.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-02 Thread Michał Górny
commit: 2d8e61fee2c35efabb4272e4362d6fe14f7ce8a6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 13:44:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 14:10:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8e61fe

dev-python/zeroconf: Bump to 0.91.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.91.1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 54aeccfaddb8..2e2008650c17 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -3,3 +3,4 @@ DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419b
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0
 DIST zeroconf-0.88.0.tar.gz 150009 BLAKE2B 
45a8abca7bbda4246af8838818cffda445bae082e11f90716b7c358dcf4c3524a2bd89e9d4c270e6a21af46c2c02b0e61c4af354091410108a6f4453021df525
 SHA512 
4235e6e75956748792ed1b84dff24861a487fe06a43f7978137e9f6516b8591d77c1254a6425a29125a5ee8843a3d4e5f1f02c1753b7a29553809e2abd1e6f1a
 DIST zeroconf-0.90.0.tar.gz 150318 BLAKE2B 
5239571a4b65f736a799b285d11221636a26d6cf19625bd276baa346a61420519698e13bcfa5909a5ece3026aeb2229a143824915d15ee1d01bfc7c9ef956809
 SHA512 
82c8d9410f0f6fe0f2ab3136034f4d62752eec0b4c3e5acc0689a0aa817fd9aa33555a0b92f18c224a3ac8b90dd583d77bf372637a20b889d0d8be9e4d8e0458
+DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.91.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.91.1.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.91.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-01 Thread Michał Górny
commit: fc6c2a4f6337a1c160bf07d5f9c8a42ce0451255
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:49:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:49:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6c2a4f

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  8 -
 dev-python/zeroconf/zeroconf-0.71.4.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.71.5.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.72.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.74.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.76.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.79.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.80.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.81.0.ebuild | 56 --
 9 files changed, 456 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index c51e7ace3e0c..fa0e5e1196d6 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,11 +1,3 @@
-DIST zeroconf-0.71.4.tar.gz 144314 BLAKE2B 
a44062474ba00be0549068811f4c64f353cea1dbd7b94d8d2dcf3c3047d1b11e81f546f41dcc4547cfe238173662c68df4c3cf7f6c26ba02f817d1eb3524a9f0
 SHA512 
dd2373f2f5dd29a02c3784c1b46d0b9c8f9239b925303cfb1694cbb83983030da2ccc9574d6102d3b5045a3f7707e2af1ba53abbfdec75fb4f9e679fb8dee3eb
-DIST zeroconf-0.71.5.tar.gz 144647 BLAKE2B 
be89e804952c327720c546b4264a464ab2b0ca9ac378e59c45bc114f2ea74d66a136c7d3852bd61a2eea88de9733ab25cf9b8945e22d48bf674d9cd566f206d9
 SHA512 
12f397b10bfa909fe2dc60be4f01bfbbb0111eab00196cce8b8fda8ee2b0cdb1472186255bbfec7fe793f5d580f40bd2d07851e8d2bea3b4e0b11765d7b34365
-DIST zeroconf-0.72.0.tar.gz 144786 BLAKE2B 
7b0a53bf76a21c716e1d4762e1ccfd0df9b44f02e4709695c5b39ae4de5dc0b1332c65a8f71459df0fb9b161c5aeab9fb151d9ce45fd9c990b24609253f3d771
 SHA512 
0a77f60dfff76172a0dbe798717a59b6211f41b46468b34b809a4b35861eb10f4399e238c2976622da0856cd715ef39cf2bb43cd051056d56925546302f2fef7
-DIST zeroconf-0.74.0.tar.gz 145447 BLAKE2B 
e76a88d87cb8577b776fe5afc08198ce5427da398cfcb7fea6fb778be5907b156c633fc695daccceb9988866cbcd56584a418006fa64fc162e7831886d5cdaa2
 SHA512 
8629befd78470206b9238810d083e91adcc575ec2ef89cc51c433de89fb18723cc43ef45550dbec184a63f1c191023cf818e1cf8eb8b49b0de68e174d4ac4def
-DIST zeroconf-0.76.0.tar.gz 146204 BLAKE2B 
aaa6e6f3c9b1f8eeb837d03178b131a001fedbe80cc28c5b3d412301a4336412d95abbed6281a9e5576f1473ecd444b0fcb5557bb71f1d1ac4e40da7d221
 SHA512 
aa57a4f0f72cd162c136e5c6442c5ab35586fc7d44473078e98420ce00da53586344f2f7578542ba417bd6635b982a41bdc96eab70e1b989aef22ad0c45f2dd8
-DIST zeroconf-0.79.0.tar.gz 147440 BLAKE2B 
fb0fb75a90a3c33dd0dfdaed55a54bcf8c58de55d04d81f94c3bc51680cd8d146cf9e6b95621268c384b92016233887096c34921aa3805d8cdde782cf6516863
 SHA512 
242bcf5af958edb53989e1100c0f0eb0cbeed388f4e43363021c81c02ce223c5dbda63ef389e16d5246067cd8a450b187fa2df8f782e5d190a8061e2d8dba348
-DIST zeroconf-0.80.0.tar.gz 147419 BLAKE2B 
04f93331a667863f8ac5a40d156468d9ffceb010220c989b801b296fa5ad160660b2c34892b960e57f2876c823f236d91b61fe672e712e50238efe34d2c28721
 SHA512 
72f3d7c00474a8d31d69b6d3c5c1408cd6b4ceb4b4a6d6c80e8dbd51f90e0e9897734fb80e6b1f3cf744d2658102c58e051db52c42b89e29dc0f5fc870c08227
-DIST zeroconf-0.81.0.tar.gz 148284 BLAKE2B 
103ae54a20b8d23bac94dcd2d48a05c567158cca6617344e90c8f0676a21262e2ee82eceaa236edb998409f3e5385ad8d8f091c1b5ed100a6196de3586f1
 SHA512 
66d2a9ba9b12f91b90c023ba935bdcae1a09c68026702664d5f7d40b392820ee4614be23e0bf6688230da86963b61f6d5505dc38787ded4cade48f52f13d4e81
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0

diff --git a/dev-python/zeroconf/zeroconf-0.71.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.71.4.ebuild
deleted file mode 100644
index 901de773de6e..
--- a/dev-python/zeroconf/zeroconf-0.71.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gento

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-01 Thread Michał Górny
commit: 968324d2d7618d8655fd833e97f0c332a938c025
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:50:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:50:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968324d2

dev-python/zeroconf: Bump to 0.90.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.90.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index fa0e5e1196d6..54aeccfaddb8 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -2,3 +2,4 @@ DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0
 DIST zeroconf-0.88.0.tar.gz 150009 BLAKE2B 
45a8abca7bbda4246af8838818cffda445bae082e11f90716b7c358dcf4c3524a2bd89e9d4c270e6a21af46c2c02b0e61c4af354091410108a6f4453021df525
 SHA512 
4235e6e75956748792ed1b84dff24861a487fe06a43f7978137e9f6516b8591d77c1254a6425a29125a5ee8843a3d4e5f1f02c1753b7a29553809e2abd1e6f1a
+DIST zeroconf-0.90.0.tar.gz 150318 BLAKE2B 
5239571a4b65f736a799b285d11221636a26d6cf19625bd276baa346a61420519698e13bcfa5909a5ece3026aeb2229a143824915d15ee1d01bfc7c9ef956809
 SHA512 
82c8d9410f0f6fe0f2ab3136034f4d62752eec0b4c3e5acc0689a0aa817fd9aa33555a0b92f18c224a3ac8b90dd583d77bf372637a20b889d0d8be9e4d8e0458

diff --git a/dev-python/zeroconf/zeroconf-0.90.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.90.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.90.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-01 Thread Arthur Zamarin
commit: 2745be0222a28dbb955ec58b10d532ca102f7a61
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:26:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:26:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2745be02

dev-python/zeroconf: Stabilize 0.82.1 x86, #913448

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.82.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.82.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.82.1.ebuild
index 2145da925216..2caf1f2ccb91 100644
--- a/dev-python/zeroconf/zeroconf-0.82.1.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.82.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-01 Thread Arthur Zamarin
commit: 20530cc5fb58f5bcde16ce824a06cc9134c288cb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 17:07:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 17:07:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20530cc5

dev-python/zeroconf: Stabilize 0.82.1 amd64, #913448

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/zeroconf-0.82.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.82.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.82.1.ebuild
index 76b5818dc18d..2145da925216 100644
--- a/dev-python/zeroconf/zeroconf-0.82.1.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.82.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-29 Thread Arthur Zamarin
commit: 233cdd4d1186df2d03ddd8998e9fefd7251e803d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 29 18:37:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 29 18:53:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233cdd4d

dev-python/zeroconf: add 0.88.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.88.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index b636d7c41496..c51e7ace3e0c 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -9,3 +9,4 @@ DIST zeroconf-0.81.0.tar.gz 148284 BLAKE2B 
103ae54a20b8d23bac94dcd2d48a05c567158
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0
+DIST zeroconf-0.88.0.tar.gz 150009 BLAKE2B 
45a8abca7bbda4246af8838818cffda445bae082e11f90716b7c358dcf4c3524a2bd89e9d4c270e6a21af46c2c02b0e61c4af354091410108a6f4453021df525
 SHA512 
4235e6e75956748792ed1b84dff24861a487fe06a43f7978137e9f6516b8591d77c1254a6425a29125a5ee8843a3d4e5f1f02c1753b7a29553809e2abd1e6f1a

diff --git a/dev-python/zeroconf/zeroconf-0.88.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.88.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.88.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-29 Thread Michał Górny
commit: 75531730c12dca32d9ad16ca080d852bb453403f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 29 10:48:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 29 11:20:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75531730

dev-python/zeroconf: Require >=dev-python/cython-3 in 0.87.0

Closes: https://bugs.gentoo.org/913204
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/zeroconf-0.87.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.87.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.87.0.ebuild
index 76b5818dc18d..b3ff07347a6d 100644
--- a/dev-python/zeroconf/zeroconf-0.87.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.87.0.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 # the build system uses custom build script that uses distutils to build
 # C extensions, sigh
 BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
>=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-28 Thread Michał Górny
commit: 2f1fb320d98dc27450d1ebfb5ccd720d06f31418
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 29 04:11:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 29 04:11:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1fb320

dev-python/zeroconf: Bump to 0.87.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.87.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 720e923ffa47..b636d7c41496 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -8,3 +8,4 @@ DIST zeroconf-0.80.0.tar.gz 147419 BLAKE2B 
04f93331a667863f8ac5a40d156468d9ffceb
 DIST zeroconf-0.81.0.tar.gz 148284 BLAKE2B 
103ae54a20b8d23bac94dcd2d48a05c567158cca6617344e90c8f0676a21262e2ee82eceaa236edb998409f3e5385ad8d8f091c1b5ed100a6196de3586f1
 SHA512 
66d2a9ba9b12f91b90c023ba935bdcae1a09c68026702664d5f7d40b392820ee4614be23e0bf6688230da86963b61f6d5505dc38787ded4cade48f52f13d4e81
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
+DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0

diff --git a/dev-python/zeroconf/zeroconf-0.87.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.87.0.ebuild
new file mode 100644
index ..76b5818dc18d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.87.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-27 Thread Michał Górny
commit: d5cd0892c1b2674c7317cc247bf6c654b75adead
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 28 04:53:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 28 05:13:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5cd0892

dev-python/zeroconf: Bump to 0.86.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.86.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index a4eb14161241..720e923ffa47 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -7,3 +7,4 @@ DIST zeroconf-0.79.0.tar.gz 147440 BLAKE2B 
fb0fb75a90a3c33dd0dfdaed55a54bcf8c58d
 DIST zeroconf-0.80.0.tar.gz 147419 BLAKE2B 
04f93331a667863f8ac5a40d156468d9ffceb010220c989b801b296fa5ad160660b2c34892b960e57f2876c823f236d91b61fe672e712e50238efe34d2c28721
 SHA512 
72f3d7c00474a8d31d69b6d3c5c1408cd6b4ceb4b4a6d6c80e8dbd51f90e0e9897734fb80e6b1f3cf744d2658102c58e051db52c42b89e29dc0f5fc870c08227
 DIST zeroconf-0.81.0.tar.gz 148284 BLAKE2B 
103ae54a20b8d23bac94dcd2d48a05c567158cca6617344e90c8f0676a21262e2ee82eceaa236edb998409f3e5385ad8d8f091c1b5ed100a6196de3586f1
 SHA512 
66d2a9ba9b12f91b90c023ba935bdcae1a09c68026702664d5f7d40b392820ee4614be23e0bf6688230da86963b61f6d5505dc38787ded4cade48f52f13d4e81
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
+DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8

diff --git a/dev-python/zeroconf/zeroconf-0.86.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.86.0.ebuild
new file mode 100644
index ..76b5818dc18d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.86.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-22 Thread Michał Górny
commit: d5ea09f2f0287a2408972783c11158a62ed5c37c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 23 04:03:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 23 04:09:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ea09f2

dev-python/zeroconf: Bump to 0.82.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.82.1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 7a08beccf644..a4eb14161241 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -6,3 +6,4 @@ DIST zeroconf-0.76.0.tar.gz 146204 BLAKE2B 
aaa6e6f3c9b1f8eeb837d03178b131a001fed
 DIST zeroconf-0.79.0.tar.gz 147440 BLAKE2B 
fb0fb75a90a3c33dd0dfdaed55a54bcf8c58de55d04d81f94c3bc51680cd8d146cf9e6b95621268c384b92016233887096c34921aa3805d8cdde782cf6516863
 SHA512 
242bcf5af958edb53989e1100c0f0eb0cbeed388f4e43363021c81c02ce223c5dbda63ef389e16d5246067cd8a450b187fa2df8f782e5d190a8061e2d8dba348
 DIST zeroconf-0.80.0.tar.gz 147419 BLAKE2B 
04f93331a667863f8ac5a40d156468d9ffceb010220c989b801b296fa5ad160660b2c34892b960e57f2876c823f236d91b61fe672e712e50238efe34d2c28721
 SHA512 
72f3d7c00474a8d31d69b6d3c5c1408cd6b4ceb4b4a6d6c80e8dbd51f90e0e9897734fb80e6b1f3cf744d2658102c58e051db52c42b89e29dc0f5fc870c08227
 DIST zeroconf-0.81.0.tar.gz 148284 BLAKE2B 
103ae54a20b8d23bac94dcd2d48a05c567158cca6617344e90c8f0676a21262e2ee82eceaa236edb998409f3e5385ad8d8f091c1b5ed100a6196de3586f1
 SHA512 
66d2a9ba9b12f91b90c023ba935bdcae1a09c68026702664d5f7d40b392820ee4614be23e0bf6688230da86963b61f6d5505dc38787ded4cade48f52f13d4e81
+DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1

diff --git a/dev-python/zeroconf/zeroconf-0.82.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.82.1.ebuild
new file mode 100644
index ..76b5818dc18d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.82.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-22 Thread Michał Górny
commit: 3c8a40bea2a2ddc20d6d24d1a766ce4fe7302a8d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 18:36:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 20:00:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8a40be

dev-python/zeroconf: Bump to 0.81.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.81.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index a302424ef1cb..7a08beccf644 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -5,3 +5,4 @@ DIST zeroconf-0.74.0.tar.gz 145447 BLAKE2B 
e76a88d87cb8577b776fe5afc08198ce5427d
 DIST zeroconf-0.76.0.tar.gz 146204 BLAKE2B 
aaa6e6f3c9b1f8eeb837d03178b131a001fedbe80cc28c5b3d412301a4336412d95abbed6281a9e5576f1473ecd444b0fcb5557bb71f1d1ac4e40da7d221
 SHA512 
aa57a4f0f72cd162c136e5c6442c5ab35586fc7d44473078e98420ce00da53586344f2f7578542ba417bd6635b982a41bdc96eab70e1b989aef22ad0c45f2dd8
 DIST zeroconf-0.79.0.tar.gz 147440 BLAKE2B 
fb0fb75a90a3c33dd0dfdaed55a54bcf8c58de55d04d81f94c3bc51680cd8d146cf9e6b95621268c384b92016233887096c34921aa3805d8cdde782cf6516863
 SHA512 
242bcf5af958edb53989e1100c0f0eb0cbeed388f4e43363021c81c02ce223c5dbda63ef389e16d5246067cd8a450b187fa2df8f782e5d190a8061e2d8dba348
 DIST zeroconf-0.80.0.tar.gz 147419 BLAKE2B 
04f93331a667863f8ac5a40d156468d9ffceb010220c989b801b296fa5ad160660b2c34892b960e57f2876c823f236d91b61fe672e712e50238efe34d2c28721
 SHA512 
72f3d7c00474a8d31d69b6d3c5c1408cd6b4ceb4b4a6d6c80e8dbd51f90e0e9897734fb80e6b1f3cf744d2658102c58e051db52c42b89e29dc0f5fc870c08227
+DIST zeroconf-0.81.0.tar.gz 148284 BLAKE2B 
103ae54a20b8d23bac94dcd2d48a05c567158cca6617344e90c8f0676a21262e2ee82eceaa236edb998409f3e5385ad8d8f091c1b5ed100a6196de3586f1
 SHA512 
66d2a9ba9b12f91b90c023ba935bdcae1a09c68026702664d5f7d40b392820ee4614be23e0bf6688230da86963b61f6d5505dc38787ded4cade48f52f13d4e81

diff --git a/dev-python/zeroconf/zeroconf-0.81.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.81.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.81.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-15 Thread Michał Górny
commit: b4abb136cac256905dbfac1a3ca2e14eb8c541c9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 16 03:49:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 04:18:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4abb136

dev-python/zeroconf: Bump to 0.80.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.80.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 6306f7002101..a302424ef1cb 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -4,3 +4,4 @@ DIST zeroconf-0.72.0.tar.gz 144786 BLAKE2B 
7b0a53bf76a21c716e1d4762e1ccfd0df9b44
 DIST zeroconf-0.74.0.tar.gz 145447 BLAKE2B 
e76a88d87cb8577b776fe5afc08198ce5427da398cfcb7fea6fb778be5907b156c633fc695daccceb9988866cbcd56584a418006fa64fc162e7831886d5cdaa2
 SHA512 
8629befd78470206b9238810d083e91adcc575ec2ef89cc51c433de89fb18723cc43ef45550dbec184a63f1c191023cf818e1cf8eb8b49b0de68e174d4ac4def
 DIST zeroconf-0.76.0.tar.gz 146204 BLAKE2B 
aaa6e6f3c9b1f8eeb837d03178b131a001fedbe80cc28c5b3d412301a4336412d95abbed6281a9e5576f1473ecd444b0fcb5557bb71f1d1ac4e40da7d221
 SHA512 
aa57a4f0f72cd162c136e5c6442c5ab35586fc7d44473078e98420ce00da53586344f2f7578542ba417bd6635b982a41bdc96eab70e1b989aef22ad0c45f2dd8
 DIST zeroconf-0.79.0.tar.gz 147440 BLAKE2B 
fb0fb75a90a3c33dd0dfdaed55a54bcf8c58de55d04d81f94c3bc51680cd8d146cf9e6b95621268c384b92016233887096c34921aa3805d8cdde782cf6516863
 SHA512 
242bcf5af958edb53989e1100c0f0eb0cbeed388f4e43363021c81c02ce223c5dbda63ef389e16d5246067cd8a450b187fa2df8f782e5d190a8061e2d8dba348
+DIST zeroconf-0.80.0.tar.gz 147419 BLAKE2B 
04f93331a667863f8ac5a40d156468d9ffceb010220c989b801b296fa5ad160660b2c34892b960e57f2876c823f236d91b61fe672e712e50238efe34d2c28721
 SHA512 
72f3d7c00474a8d31d69b6d3c5c1408cd6b4ceb4b4a6d6c80e8dbd51f90e0e9897734fb80e6b1f3cf744d2658102c58e051db52c42b89e29dc0f5fc870c08227

diff --git a/dev-python/zeroconf/zeroconf-0.80.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.80.0.ebuild
new file mode 100644
index ..547370f5f4c2
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.80.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-14 Thread Michał Górny
commit: 77fb305bfa1690d701aa080c41df36758225187c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 15 02:09:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 15 02:39:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77fb305b

dev-python/zeroconf: Bump to 0.79.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.79.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 847c38c5c369..6306f7002101 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -3,3 +3,4 @@ DIST zeroconf-0.71.5.tar.gz 144647 BLAKE2B 
be89e804952c327720c546b4264a464ab2b0c
 DIST zeroconf-0.72.0.tar.gz 144786 BLAKE2B 
7b0a53bf76a21c716e1d4762e1ccfd0df9b44f02e4709695c5b39ae4de5dc0b1332c65a8f71459df0fb9b161c5aeab9fb151d9ce45fd9c990b24609253f3d771
 SHA512 
0a77f60dfff76172a0dbe798717a59b6211f41b46468b34b809a4b35861eb10f4399e238c2976622da0856cd715ef39cf2bb43cd051056d56925546302f2fef7
 DIST zeroconf-0.74.0.tar.gz 145447 BLAKE2B 
e76a88d87cb8577b776fe5afc08198ce5427da398cfcb7fea6fb778be5907b156c633fc695daccceb9988866cbcd56584a418006fa64fc162e7831886d5cdaa2
 SHA512 
8629befd78470206b9238810d083e91adcc575ec2ef89cc51c433de89fb18723cc43ef45550dbec184a63f1c191023cf818e1cf8eb8b49b0de68e174d4ac4def
 DIST zeroconf-0.76.0.tar.gz 146204 BLAKE2B 
aaa6e6f3c9b1f8eeb837d03178b131a001fedbe80cc28c5b3d412301a4336412d95abbed6281a9e5576f1473ecd444b0fcb5557bb71f1d1ac4e40da7d221
 SHA512 
aa57a4f0f72cd162c136e5c6442c5ab35586fc7d44473078e98420ce00da53586344f2f7578542ba417bd6635b982a41bdc96eab70e1b989aef22ad0c45f2dd8
+DIST zeroconf-0.79.0.tar.gz 147440 BLAKE2B 
fb0fb75a90a3c33dd0dfdaed55a54bcf8c58de55d04d81f94c3bc51680cd8d146cf9e6b95621268c384b92016233887096c34921aa3805d8cdde782cf6516863
 SHA512 
242bcf5af958edb53989e1100c0f0eb0cbeed388f4e43363021c81c02ce223c5dbda63ef389e16d5246067cd8a450b187fa2df8f782e5d190a8061e2d8dba348

diff --git a/dev-python/zeroconf/zeroconf-0.79.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.79.0.ebuild
new file mode 100644
index ..547370f5f4c2
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.79.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-13 Thread Michał Górny
commit: 81ac5bf3fcd90e9ef8c0e4f85d90a425c49160af
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 14 04:44:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 14 04:44:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ac5bf3

dev-python/zeroconf: Bump to 0.76.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.76.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index d3c0c203b52e..847c38c5c369 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -2,3 +2,4 @@ DIST zeroconf-0.71.4.tar.gz 144314 BLAKE2B 
a44062474ba00be0549068811f4c64f353cea
 DIST zeroconf-0.71.5.tar.gz 144647 BLAKE2B 
be89e804952c327720c546b4264a464ab2b0ca9ac378e59c45bc114f2ea74d66a136c7d3852bd61a2eea88de9733ab25cf9b8945e22d48bf674d9cd566f206d9
 SHA512 
12f397b10bfa909fe2dc60be4f01bfbbb0111eab00196cce8b8fda8ee2b0cdb1472186255bbfec7fe793f5d580f40bd2d07851e8d2bea3b4e0b11765d7b34365
 DIST zeroconf-0.72.0.tar.gz 144786 BLAKE2B 
7b0a53bf76a21c716e1d4762e1ccfd0df9b44f02e4709695c5b39ae4de5dc0b1332c65a8f71459df0fb9b161c5aeab9fb151d9ce45fd9c990b24609253f3d771
 SHA512 
0a77f60dfff76172a0dbe798717a59b6211f41b46468b34b809a4b35861eb10f4399e238c2976622da0856cd715ef39cf2bb43cd051056d56925546302f2fef7
 DIST zeroconf-0.74.0.tar.gz 145447 BLAKE2B 
e76a88d87cb8577b776fe5afc08198ce5427da398cfcb7fea6fb778be5907b156c633fc695daccceb9988866cbcd56584a418006fa64fc162e7831886d5cdaa2
 SHA512 
8629befd78470206b9238810d083e91adcc575ec2ef89cc51c433de89fb18723cc43ef45550dbec184a63f1c191023cf818e1cf8eb8b49b0de68e174d4ac4def
+DIST zeroconf-0.76.0.tar.gz 146204 BLAKE2B 
aaa6e6f3c9b1f8eeb837d03178b131a001fedbe80cc28c5b3d412301a4336412d95abbed6281a9e5576f1473ecd444b0fcb5557bb71f1d1ac4e40da7d221
 SHA512 
aa57a4f0f72cd162c136e5c6442c5ab35586fc7d44473078e98420ce00da53586344f2f7578542ba417bd6635b982a41bdc96eab70e1b989aef22ad0c45f2dd8

diff --git a/dev-python/zeroconf/zeroconf-0.76.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.76.0.ebuild
new file mode 100644
index ..547370f5f4c2
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.76.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-03 Thread Michał Górny
commit: 98aee8b57043df44858af50d9975dd831ce3a5a5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug  4 02:24:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug  4 02:41:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98aee8b5

dev-python/zeroconf: Bump to 0.74.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.74.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index deb6e4bbc07c..d3c0c203b52e 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
 DIST zeroconf-0.71.4.tar.gz 144314 BLAKE2B 
a44062474ba00be0549068811f4c64f353cea1dbd7b94d8d2dcf3c3047d1b11e81f546f41dcc4547cfe238173662c68df4c3cf7f6c26ba02f817d1eb3524a9f0
 SHA512 
dd2373f2f5dd29a02c3784c1b46d0b9c8f9239b925303cfb1694cbb83983030da2ccc9574d6102d3b5045a3f7707e2af1ba53abbfdec75fb4f9e679fb8dee3eb
 DIST zeroconf-0.71.5.tar.gz 144647 BLAKE2B 
be89e804952c327720c546b4264a464ab2b0ca9ac378e59c45bc114f2ea74d66a136c7d3852bd61a2eea88de9733ab25cf9b8945e22d48bf674d9cd566f206d9
 SHA512 
12f397b10bfa909fe2dc60be4f01bfbbb0111eab00196cce8b8fda8ee2b0cdb1472186255bbfec7fe793f5d580f40bd2d07851e8d2bea3b4e0b11765d7b34365
 DIST zeroconf-0.72.0.tar.gz 144786 BLAKE2B 
7b0a53bf76a21c716e1d4762e1ccfd0df9b44f02e4709695c5b39ae4de5dc0b1332c65a8f71459df0fb9b161c5aeab9fb151d9ce45fd9c990b24609253f3d771
 SHA512 
0a77f60dfff76172a0dbe798717a59b6211f41b46468b34b809a4b35861eb10f4399e238c2976622da0856cd715ef39cf2bb43cd051056d56925546302f2fef7
+DIST zeroconf-0.74.0.tar.gz 145447 BLAKE2B 
e76a88d87cb8577b776fe5afc08198ce5427da398cfcb7fea6fb778be5907b156c633fc695daccceb9988866cbcd56584a418006fa64fc162e7831886d5cdaa2
 SHA512 
8629befd78470206b9238810d083e91adcc575ec2ef89cc51c433de89fb18723cc43ef45550dbec184a63f1c191023cf818e1cf8eb8b49b0de68e174d4ac4def

diff --git a/dev-python/zeroconf/zeroconf-0.74.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.74.0.ebuild
new file mode 100644
index ..547370f5f4c2
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.74.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-03 Thread Michał Górny
commit: d42e450b7eeb856ff410edb6a37c6f7702aac576
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  3 17:37:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  3 17:40:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42e450b

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  4 ---
 dev-python/zeroconf/zeroconf-0.69.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.70.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.71.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.71.3.ebuild | 56 --
 5 files changed, 228 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 2affdcda0f97..deb6e4bbc07c 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,7 +1,3 @@
-DIST zeroconf-0.69.0.tar.gz 143434 BLAKE2B 
1c80eff0395167879b0d782d1b0fc5f6102a95271682212de11983bd523565622b52ec13591445b4e4015fffa6a94d6b023d7addb6f05b4c1dfd65ce4181d9f5
 SHA512 
6f9799fe7810cf5357e378435308d87eeef1279768581f1704201f2aa7683a324b4bae697099259b3a85012a8de412bf892aa264322349b2f98d676b392482c2
-DIST zeroconf-0.70.0.tar.gz 143727 BLAKE2B 
dc7d44e69ebfad71519acfe32ea91dc165b9813c0d16feb4f663845fe532f0b696a2d384a2b5a7091c3b759d484b6d80275a8e70dfa0b9605909bf2758599a1d
 SHA512 
37dc1fde285b09fa2654de685a1dbbbcf35834147ff2f7115ccf569e404d92ff116a5b437a53ef6f40252641ad810cfd862e2d5db6cd76ed2120fb658b50c001
-DIST zeroconf-0.71.0.tar.gz 143961 BLAKE2B 
5a51242c148b095c83ef36abf2ba70d4a860e412cd4fdd75293505969397be29577e69e37fff2696ece6300e3b2638d8c2e95db3c7a5aadf78695ddc2adf17ab
 SHA512 
b417a030984bbd9931612b09b44e8be32322d9da01f7e1e8248f4c8054a15a2245db485d71b7a2e57a71a9ec78dd63cc866b4d4f970a9de7b5407936da75773e
-DIST zeroconf-0.71.3.tar.gz 144202 BLAKE2B 
f76b21c3d13f7f1144fb1f1ac5681b3e46fa0f405b1890e2bcec878c5ff417a36ff4b6c4d1dfbb25ca46e2b8b10d55c69670ae248eef07317fb2f4ce05df64c2
 SHA512 
2745007b001171011e1a889a8d7b39421327e6958cd0aaabc5f68a1317180f50974d3177b8099332a0f214aa8b31320815ee4176ad5f4145145261b88d5ff04f
 DIST zeroconf-0.71.4.tar.gz 144314 BLAKE2B 
a44062474ba00be0549068811f4c64f353cea1dbd7b94d8d2dcf3c3047d1b11e81f546f41dcc4547cfe238173662c68df4c3cf7f6c26ba02f817d1eb3524a9f0
 SHA512 
dd2373f2f5dd29a02c3784c1b46d0b9c8f9239b925303cfb1694cbb83983030da2ccc9574d6102d3b5045a3f7707e2af1ba53abbfdec75fb4f9e679fb8dee3eb
 DIST zeroconf-0.71.5.tar.gz 144647 BLAKE2B 
be89e804952c327720c546b4264a464ab2b0ca9ac378e59c45bc114f2ea74d66a136c7d3852bd61a2eea88de9733ab25cf9b8945e22d48bf674d9cd566f206d9
 SHA512 
12f397b10bfa909fe2dc60be4f01bfbbb0111eab00196cce8b8fda8ee2b0cdb1472186255bbfec7fe793f5d580f40bd2d07851e8d2bea3b4e0b11765d7b34365
 DIST zeroconf-0.72.0.tar.gz 144786 BLAKE2B 
7b0a53bf76a21c716e1d4762e1ccfd0df9b44f02e4709695c5b39ae4de5dc0b1332c65a8f71459df0fb9b161c5aeab9fb151d9ce45fd9c990b24609253f3d771
 SHA512 
0a77f60dfff76172a0dbe798717a59b6211f41b46468b34b809a4b35861eb10f4399e238c2976622da0856cd715ef39cf2bb43cd051056d56925546302f2fef7

diff --git a/dev-python/zeroconf/zeroconf-0.69.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.69.0.ebuild
deleted file mode 100644
index 901de773de6e..
--- a/dev-python/zeroconf/zeroconf-0.69.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.{9..10})
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh
-BDEPEND="
-   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export REQUIRE_CYTHON=1
-
-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:

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-03 Thread Sam James
commit: 32e47df320c17550240976b9fe76784f6defe24b
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  3 15:08:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  3 15:08:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e47df3

dev-python/zeroconf: Stabilize 0.71.4 amd64, #911615

Signed-off-by: Sam James  gentoo.org>

 dev-python/zeroconf/zeroconf-0.71.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.71.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.71.4.ebuild
index 547370f5f4c2..9fec261511e0 100644
--- a/dev-python/zeroconf/zeroconf-0.71.4.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.71.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-03 Thread Sam James
commit: 49bd5fa4fbe8f5e0843e5df38696afc50c2340d1
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  3 15:08:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  3 15:08:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bd5fa4

dev-python/zeroconf: Stabilize 0.71.4 x86, #911615

Signed-off-by: Sam James  gentoo.org>

 dev-python/zeroconf/zeroconf-0.71.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.71.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.71.4.ebuild
index 9fec261511e0..901de773de6e 100644
--- a/dev-python/zeroconf/zeroconf-0.71.4.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.71.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-02 Thread Michał Górny
commit: 10056bcb1f0204ec48d8b6a9711a8bf6a4185a10
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  3 05:46:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  3 06:08:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10056bcb

dev-python/zeroconf: Bump to 0.72.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.72.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 53a3a942b525..2affdcda0f97 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -4,3 +4,4 @@ DIST zeroconf-0.71.0.tar.gz 143961 BLAKE2B 
5a51242c148b095c83ef36abf2ba70d4a860e
 DIST zeroconf-0.71.3.tar.gz 144202 BLAKE2B 
f76b21c3d13f7f1144fb1f1ac5681b3e46fa0f405b1890e2bcec878c5ff417a36ff4b6c4d1dfbb25ca46e2b8b10d55c69670ae248eef07317fb2f4ce05df64c2
 SHA512 
2745007b001171011e1a889a8d7b39421327e6958cd0aaabc5f68a1317180f50974d3177b8099332a0f214aa8b31320815ee4176ad5f4145145261b88d5ff04f
 DIST zeroconf-0.71.4.tar.gz 144314 BLAKE2B 
a44062474ba00be0549068811f4c64f353cea1dbd7b94d8d2dcf3c3047d1b11e81f546f41dcc4547cfe238173662c68df4c3cf7f6c26ba02f817d1eb3524a9f0
 SHA512 
dd2373f2f5dd29a02c3784c1b46d0b9c8f9239b925303cfb1694cbb83983030da2ccc9574d6102d3b5045a3f7707e2af1ba53abbfdec75fb4f9e679fb8dee3eb
 DIST zeroconf-0.71.5.tar.gz 144647 BLAKE2B 
be89e804952c327720c546b4264a464ab2b0ca9ac378e59c45bc114f2ea74d66a136c7d3852bd61a2eea88de9733ab25cf9b8945e22d48bf674d9cd566f206d9
 SHA512 
12f397b10bfa909fe2dc60be4f01bfbbb0111eab00196cce8b8fda8ee2b0cdb1472186255bbfec7fe793f5d580f40bd2d07851e8d2bea3b4e0b11765d7b34365
+DIST zeroconf-0.72.0.tar.gz 144786 BLAKE2B 
7b0a53bf76a21c716e1d4762e1ccfd0df9b44f02e4709695c5b39ae4de5dc0b1332c65a8f71459df0fb9b161c5aeab9fb151d9ce45fd9c990b24609253f3d771
 SHA512 
0a77f60dfff76172a0dbe798717a59b6211f41b46468b34b809a4b35861eb10f4399e238c2976622da0856cd715ef39cf2bb43cd051056d56925546302f2fef7

diff --git a/dev-python/zeroconf/zeroconf-0.72.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.72.0.ebuild
new file mode 100644
index ..547370f5f4c2
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.72.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-08-01 Thread Michał Górny
commit: 8ab7f33e158dbca02ae42d5564fe35dec668a695
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  2 05:25:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  2 06:05:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab7f33e

dev-python/zeroconf: Bump to 0.71.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.71.5.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index f404167473b9..53a3a942b525 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -3,3 +3,4 @@ DIST zeroconf-0.70.0.tar.gz 143727 BLAKE2B 
dc7d44e69ebfad71519acfe32ea91dc165b98
 DIST zeroconf-0.71.0.tar.gz 143961 BLAKE2B 
5a51242c148b095c83ef36abf2ba70d4a860e412cd4fdd75293505969397be29577e69e37fff2696ece6300e3b2638d8c2e95db3c7a5aadf78695ddc2adf17ab
 SHA512 
b417a030984bbd9931612b09b44e8be32322d9da01f7e1e8248f4c8054a15a2245db485d71b7a2e57a71a9ec78dd63cc866b4d4f970a9de7b5407936da75773e
 DIST zeroconf-0.71.3.tar.gz 144202 BLAKE2B 
f76b21c3d13f7f1144fb1f1ac5681b3e46fa0f405b1890e2bcec878c5ff417a36ff4b6c4d1dfbb25ca46e2b8b10d55c69670ae248eef07317fb2f4ce05df64c2
 SHA512 
2745007b001171011e1a889a8d7b39421327e6958cd0aaabc5f68a1317180f50974d3177b8099332a0f214aa8b31320815ee4176ad5f4145145261b88d5ff04f
 DIST zeroconf-0.71.4.tar.gz 144314 BLAKE2B 
a44062474ba00be0549068811f4c64f353cea1dbd7b94d8d2dcf3c3047d1b11e81f546f41dcc4547cfe238173662c68df4c3cf7f6c26ba02f817d1eb3524a9f0
 SHA512 
dd2373f2f5dd29a02c3784c1b46d0b9c8f9239b925303cfb1694cbb83983030da2ccc9574d6102d3b5045a3f7707e2af1ba53abbfdec75fb4f9e679fb8dee3eb
+DIST zeroconf-0.71.5.tar.gz 144647 BLAKE2B 
be89e804952c327720c546b4264a464ab2b0ca9ac378e59c45bc114f2ea74d66a136c7d3852bd61a2eea88de9733ab25cf9b8945e22d48bf674d9cd566f206d9
 SHA512 
12f397b10bfa909fe2dc60be4f01bfbbb0111eab00196cce8b8fda8ee2b0cdb1472186255bbfec7fe793f5d580f40bd2d07851e8d2bea3b4e0b11765d7b34365

diff --git a/dev-python/zeroconf/zeroconf-0.71.5.ebuild 
b/dev-python/zeroconf/zeroconf-0.71.5.ebuild
new file mode 100644
index ..547370f5f4c2
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.71.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-07-24 Thread Michał Górny
commit: b1377015f9854bbca7408fdb8cc4a9cc755770e2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 25 04:37:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 25 05:20:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1377015

dev-python/zeroconf: Bump to 0.71.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.71.4.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index c8d0c9c45c15..f404167473b9 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -2,3 +2,4 @@ DIST zeroconf-0.69.0.tar.gz 143434 BLAKE2B 
1c80eff0395167879b0d782d1b0fc5f6102a9
 DIST zeroconf-0.70.0.tar.gz 143727 BLAKE2B 
dc7d44e69ebfad71519acfe32ea91dc165b9813c0d16feb4f663845fe532f0b696a2d384a2b5a7091c3b759d484b6d80275a8e70dfa0b9605909bf2758599a1d
 SHA512 
37dc1fde285b09fa2654de685a1dbbbcf35834147ff2f7115ccf569e404d92ff116a5b437a53ef6f40252641ad810cfd862e2d5db6cd76ed2120fb658b50c001
 DIST zeroconf-0.71.0.tar.gz 143961 BLAKE2B 
5a51242c148b095c83ef36abf2ba70d4a860e412cd4fdd75293505969397be29577e69e37fff2696ece6300e3b2638d8c2e95db3c7a5aadf78695ddc2adf17ab
 SHA512 
b417a030984bbd9931612b09b44e8be32322d9da01f7e1e8248f4c8054a15a2245db485d71b7a2e57a71a9ec78dd63cc866b4d4f970a9de7b5407936da75773e
 DIST zeroconf-0.71.3.tar.gz 144202 BLAKE2B 
f76b21c3d13f7f1144fb1f1ac5681b3e46fa0f405b1890e2bcec878c5ff417a36ff4b6c4d1dfbb25ca46e2b8b10d55c69670ae248eef07317fb2f4ce05df64c2
 SHA512 
2745007b001171011e1a889a8d7b39421327e6958cd0aaabc5f68a1317180f50974d3177b8099332a0f214aa8b31320815ee4176ad5f4145145261b88d5ff04f
+DIST zeroconf-0.71.4.tar.gz 144314 BLAKE2B 
a44062474ba00be0549068811f4c64f353cea1dbd7b94d8d2dcf3c3047d1b11e81f546f41dcc4547cfe238173662c68df4c3cf7f6c26ba02f817d1eb3524a9f0
 SHA512 
dd2373f2f5dd29a02c3784c1b46d0b9c8f9239b925303cfb1694cbb83983030da2ccc9574d6102d3b5045a3f7707e2af1ba53abbfdec75fb4f9e679fb8dee3eb

diff --git a/dev-python/zeroconf/zeroconf-0.71.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.71.4.ebuild
new file mode 100644
index ..547370f5f4c2
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.71.4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-07-23 Thread Michał Górny
commit: 5901fb5992d4c08eff2dcbdc57b5a0a580c9f130
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 03:21:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 03:33:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5901fb59

dev-python/zeroconf: Bump to 0.71.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.71.3.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index c3ec2380a8e0..c8d0c9c45c15 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
 DIST zeroconf-0.69.0.tar.gz 143434 BLAKE2B 
1c80eff0395167879b0d782d1b0fc5f6102a95271682212de11983bd523565622b52ec13591445b4e4015fffa6a94d6b023d7addb6f05b4c1dfd65ce4181d9f5
 SHA512 
6f9799fe7810cf5357e378435308d87eeef1279768581f1704201f2aa7683a324b4bae697099259b3a85012a8de412bf892aa264322349b2f98d676b392482c2
 DIST zeroconf-0.70.0.tar.gz 143727 BLAKE2B 
dc7d44e69ebfad71519acfe32ea91dc165b9813c0d16feb4f663845fe532f0b696a2d384a2b5a7091c3b759d484b6d80275a8e70dfa0b9605909bf2758599a1d
 SHA512 
37dc1fde285b09fa2654de685a1dbbbcf35834147ff2f7115ccf569e404d92ff116a5b437a53ef6f40252641ad810cfd862e2d5db6cd76ed2120fb658b50c001
 DIST zeroconf-0.71.0.tar.gz 143961 BLAKE2B 
5a51242c148b095c83ef36abf2ba70d4a860e412cd4fdd75293505969397be29577e69e37fff2696ece6300e3b2638d8c2e95db3c7a5aadf78695ddc2adf17ab
 SHA512 
b417a030984bbd9931612b09b44e8be32322d9da01f7e1e8248f4c8054a15a2245db485d71b7a2e57a71a9ec78dd63cc866b4d4f970a9de7b5407936da75773e
+DIST zeroconf-0.71.3.tar.gz 144202 BLAKE2B 
f76b21c3d13f7f1144fb1f1ac5681b3e46fa0f405b1890e2bcec878c5ff417a36ff4b6c4d1dfbb25ca46e2b8b10d55c69670ae248eef07317fb2f4ce05df64c2
 SHA512 
2745007b001171011e1a889a8d7b39421327e6958cd0aaabc5f68a1317180f50974d3177b8099332a0f214aa8b31320815ee4176ad5f4145145261b88d5ff04f

diff --git a/dev-python/zeroconf/zeroconf-0.71.3.ebuild 
b/dev-python/zeroconf/zeroconf-0.71.3.ebuild
new file mode 100644
index ..547370f5f4c2
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.71.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-07-09 Thread Michał Górny
commit: 5a5d7aefd5d799ab2380ac44e3c6db30a22b7bf2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  9 12:44:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  9 12:44:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5d7aef

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  6 
 dev-python/zeroconf/zeroconf-0.62.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.63.0.ebuild | 56 -
 dev-python/zeroconf/zeroconf-0.64.0.ebuild | 54 
 dev-python/zeroconf/zeroconf-0.64.1.ebuild | 58 --
 dev-python/zeroconf/zeroconf-0.66.0.ebuild | 58 --
 dev-python/zeroconf/zeroconf-0.68.0.ebuild | 58 --
 7 files changed, 346 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index fd24e3cd0a90..c3ec2380a8e0 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,9 +1,3 @@
-DIST zeroconf-0.62.0.tar.gz 141269 BLAKE2B 
17efd98394155e415cc9b9b6ff7b2ec6d702613a38e4af8d8e168155a2ecef20f16d4864dc2c62833c9d186d937eca9a5b25846efdc0c21d7bf29f1d911228ca
 SHA512 
d923f23af59dfa09977ec45507c8a02d68a49077652a3fe7d8f23a62e45c525bb431ee5a82c51012d8ba77a7285eaae963a84f0727110780392b0fb7c9966038
-DIST zeroconf-0.63.0.tar.gz 141580 BLAKE2B 
22267e2be9118c91b5d7638843e89de0a2838eb1ebca2c233038fc202b8648256193fd8d61523960e1fce110ef7e3c3c06190f5369f700c02cbd047a036a362e
 SHA512 
b899838ddae288b0f0483ca6950871d88ee387769507fe803a68df1cd5657bf9eee2aeecfc2e7685ded5327e70e04cfe445b564f16e3e9191112ddaae7deda18
-DIST zeroconf-0.64.0.tar.gz 142520 BLAKE2B 
b26c728519b7962c9620f857654e9bd347b1dcd98642a2305f4102ce8fe76cf2f24a934a7a65c355e1dbeaf2152c31f43b529f922b2c3fceec09dbc3f106c6ff
 SHA512 
b85fab86150e88ab4aec8c5f5d338c962ad071140f5ee472b7f3ba8f196a96976e4dc9c1c99b2bd8040d486d0f79c966d45ee2ba58f7724cdbc3345811b9ebc9
-DIST zeroconf-0.64.1.tar.gz 142617 BLAKE2B 
100243491aa85b9be8a7664ad9de6f1b202d02fbc2fd3be6116cf1c00c8885ad9fa00c784a036b27338ddb09f6a29b59a056fc610bcf9283cb9fce79110fa07b
 SHA512 
9fa217811bea4b8597bfa4cdca40afd9fdd6920a6499d5b7f61fe78ff09106662f3cbc2381dfbfb541a330ecfa21a751e4bf455f19ba7433b0ebf43da1f21cce
-DIST zeroconf-0.66.0.tar.gz 142962 BLAKE2B 
7cc625ea71e00a4e1f47589de1e8168c6299396f1f50d5ba6b530040a0d97ce40b1e858bb76eaaa3e8796c5cc793d819f0b31d693340f2ba5f26cf17d8db3f28
 SHA512 
544bccaf1acf2a3861c3e0131836f4ccd5d5aadc7222cf34f02ccae61abf32cf7430925698f13d14cf16a62ea9875df6e37fc5e93abfb02dbed79cb1e2e47fe3
-DIST zeroconf-0.68.0.tar.gz 143138 BLAKE2B 
fc0bdd42245339abf4a283a4f3dba9b820c02074fb78066d9867bf7cdd06c17f2cc5452fdfe3dab93bd3427d800b4901a6cb398593c5beb2495d89b240f3df13
 SHA512 
6f72391e9486debdb588c3f4e262530b584be967bcb524758e025035aec53ed49fbcee8f9e2c0caaf9a94f2fc5b9c19e5d88e83f1ca909be8d2049f8e2b4e43b
 DIST zeroconf-0.69.0.tar.gz 143434 BLAKE2B 
1c80eff0395167879b0d782d1b0fc5f6102a95271682212de11983bd523565622b52ec13591445b4e4015fffa6a94d6b023d7addb6f05b4c1dfd65ce4181d9f5
 SHA512 
6f9799fe7810cf5357e378435308d87eeef1279768581f1704201f2aa7683a324b4bae697099259b3a85012a8de412bf892aa264322349b2f98d676b392482c2
 DIST zeroconf-0.70.0.tar.gz 143727 BLAKE2B 
dc7d44e69ebfad71519acfe32ea91dc165b9813c0d16feb4f663845fe532f0b696a2d384a2b5a7091c3b759d484b6d80275a8e70dfa0b9605909bf2758599a1d
 SHA512 
37dc1fde285b09fa2654de685a1dbbbcf35834147ff2f7115ccf569e404d92ff116a5b437a53ef6f40252641ad810cfd862e2d5db6cd76ed2120fb658b50c001
 DIST zeroconf-0.71.0.tar.gz 143961 BLAKE2B 
5a51242c148b095c83ef36abf2ba70d4a860e412cd4fdd75293505969397be29577e69e37fff2696ece6300e3b2638d8c2e95db3c7a5aadf78695ddc2adf17ab
 SHA512 
b417a030984bbd9931612b09b44e8be32322d9da01f7e1e8248f4c8054a15a2245db485d71b7a2e57a71a9ec78dd63cc866b4d4f970a9de7b5407936da75773e

diff --git a/dev-python/zeroconf/zeroconf-0.62.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.62.0.ebuild
deleted file mode 100644
index efb69cd446e8..
--- a/dev-python/zeroconf/zeroconf-0.62.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
-
-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 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
-   ' 3.{9..10})
-"
-# the build system uses custom build script that uses distutils to build
-# C extensions, sigh

[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-07-08 Thread Sam James
commit: 21d2beaa9a285217495d9f3dc222ada17c3c7b4c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  9 04:35:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  9 04:35:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d2beaa

dev-python/zeroconf: Stabilize 0.69.0 amd64, #910075

Signed-off-by: Sam James  gentoo.org>

 dev-python/zeroconf/zeroconf-0.69.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.69.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.69.0.ebuild
index f6863248d6cf..901de773de6e 100644
--- a/dev-python/zeroconf/zeroconf-0.69.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.69.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-07-08 Thread Sam James
commit: b1abdb748060c391fc53ed96cc66c6db75c5a562
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  9 04:35:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  9 04:35:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1abdb74

dev-python/zeroconf: Stabilize 0.69.0 x86, #910075

Signed-off-by: Sam James  gentoo.org>

 dev-python/zeroconf/zeroconf-0.69.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.69.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.69.0.ebuild
index 547370f5f4c2..f6863248d6cf 100644
--- a/dev-python/zeroconf/zeroconf-0.69.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.69.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-07-08 Thread Michał Górny
commit: eb90f3394b4890775e7c5d836e8c151bc4fdde4d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  9 02:13:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  9 03:26:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb90f339

dev-python/zeroconf: Bump to 0.71.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.71.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 20cb0dec6502..fd24e3cd0a90 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -6,3 +6,4 @@ DIST zeroconf-0.66.0.tar.gz 142962 BLAKE2B 
7cc625ea71e00a4e1f47589de1e8168c62993
 DIST zeroconf-0.68.0.tar.gz 143138 BLAKE2B 
fc0bdd42245339abf4a283a4f3dba9b820c02074fb78066d9867bf7cdd06c17f2cc5452fdfe3dab93bd3427d800b4901a6cb398593c5beb2495d89b240f3df13
 SHA512 
6f72391e9486debdb588c3f4e262530b584be967bcb524758e025035aec53ed49fbcee8f9e2c0caaf9a94f2fc5b9c19e5d88e83f1ca909be8d2049f8e2b4e43b
 DIST zeroconf-0.69.0.tar.gz 143434 BLAKE2B 
1c80eff0395167879b0d782d1b0fc5f6102a95271682212de11983bd523565622b52ec13591445b4e4015fffa6a94d6b023d7addb6f05b4c1dfd65ce4181d9f5
 SHA512 
6f9799fe7810cf5357e378435308d87eeef1279768581f1704201f2aa7683a324b4bae697099259b3a85012a8de412bf892aa264322349b2f98d676b392482c2
 DIST zeroconf-0.70.0.tar.gz 143727 BLAKE2B 
dc7d44e69ebfad71519acfe32ea91dc165b9813c0d16feb4f663845fe532f0b696a2d384a2b5a7091c3b759d484b6d80275a8e70dfa0b9605909bf2758599a1d
 SHA512 
37dc1fde285b09fa2654de685a1dbbbcf35834147ff2f7115ccf569e404d92ff116a5b437a53ef6f40252641ad810cfd862e2d5db6cd76ed2120fb658b50c001
+DIST zeroconf-0.71.0.tar.gz 143961 BLAKE2B 
5a51242c148b095c83ef36abf2ba70d4a860e412cd4fdd75293505969397be29577e69e37fff2696ece6300e3b2638d8c2e95db3c7a5aadf78695ddc2adf17ab
 SHA512 
b417a030984bbd9931612b09b44e8be32322d9da01f7e1e8248f4c8054a15a2245db485d71b7a2e57a71a9ec78dd63cc866b4d4f970a9de7b5407936da75773e

diff --git a/dev-python/zeroconf/zeroconf-0.71.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.71.0.ebuild
new file mode 100644
index ..547370f5f4c2
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.71.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-07-02 Thread Michał Górny
commit: 0379140d31a30f361d9b13f1661d0626318c059a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  3 04:08:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  3 04:08:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0379140d

dev-python/zeroconf: Bump to 0.70.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.70.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index ae6128dc3cdb..20cb0dec6502 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -5,3 +5,4 @@ DIST zeroconf-0.64.1.tar.gz 142617 BLAKE2B 
100243491aa85b9be8a7664ad9de6f1b202d0
 DIST zeroconf-0.66.0.tar.gz 142962 BLAKE2B 
7cc625ea71e00a4e1f47589de1e8168c6299396f1f50d5ba6b530040a0d97ce40b1e858bb76eaaa3e8796c5cc793d819f0b31d693340f2ba5f26cf17d8db3f28
 SHA512 
544bccaf1acf2a3861c3e0131836f4ccd5d5aadc7222cf34f02ccae61abf32cf7430925698f13d14cf16a62ea9875df6e37fc5e93abfb02dbed79cb1e2e47fe3
 DIST zeroconf-0.68.0.tar.gz 143138 BLAKE2B 
fc0bdd42245339abf4a283a4f3dba9b820c02074fb78066d9867bf7cdd06c17f2cc5452fdfe3dab93bd3427d800b4901a6cb398593c5beb2495d89b240f3df13
 SHA512 
6f72391e9486debdb588c3f4e262530b584be967bcb524758e025035aec53ed49fbcee8f9e2c0caaf9a94f2fc5b9c19e5d88e83f1ca909be8d2049f8e2b4e43b
 DIST zeroconf-0.69.0.tar.gz 143434 BLAKE2B 
1c80eff0395167879b0d782d1b0fc5f6102a95271682212de11983bd523565622b52ec13591445b4e4015fffa6a94d6b023d7addb6f05b4c1dfd65ce4181d9f5
 SHA512 
6f9799fe7810cf5357e378435308d87eeef1279768581f1704201f2aa7683a324b4bae697099259b3a85012a8de412bf892aa264322349b2f98d676b392482c2
+DIST zeroconf-0.70.0.tar.gz 143727 BLAKE2B 
dc7d44e69ebfad71519acfe32ea91dc165b9813c0d16feb4f663845fe532f0b696a2d384a2b5a7091c3b759d484b6d80275a8e70dfa0b9605909bf2758599a1d
 SHA512 
37dc1fde285b09fa2654de685a1dbbbcf35834147ff2f7115ccf569e404d92ff116a5b437a53ef6f40252641ad810cfd862e2d5db6cd76ed2120fb658b50c001

diff --git a/dev-python/zeroconf/zeroconf-0.70.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.70.0.ebuild
new file mode 100644
index ..547370f5f4c2
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.70.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+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
+   )
+
+   epytest -o addopts=
+}



  1   2   3   >