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

dev-python/zeroconf: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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::test_run_coro_with_timeout
-       )
-
-       epytest -o addopts=
-}

diff --git a/dev-python/zeroconf/zeroconf-0.70.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.70.0.ebuild
deleted file mode 100644
index 547370f5f4c2..000000000000
--- a/dev-python/zeroconf/zeroconf-0.70.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::test_run_coro_with_timeout
-       )
-
-       epytest -o addopts=
-}

diff --git a/dev-python/zeroconf/zeroconf-0.71.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.71.0.ebuild
deleted file mode 100644
index 547370f5f4c2..000000000000
--- a/dev-python/zeroconf/zeroconf-0.71.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::test_run_coro_with_timeout
-       )
-
-       epytest -o addopts=
-}

diff --git a/dev-python/zeroconf/zeroconf-0.71.3.ebuild 
b/dev-python/zeroconf/zeroconf-0.71.3.ebuild
deleted file mode 100644
index 547370f5f4c2..000000000000
--- a/dev-python/zeroconf/zeroconf-0.71.3.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::test_run_coro_with_timeout
-       )
-
-       epytest -o addopts=
-}

Reply via email to