commit:     b3f01877480323b5fda83435104d7e48ee63ef97
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 11:27:49 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 11:27:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f01877

dev-python/zeroconf: Remove old

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

 dev-python/zeroconf/Manifest               |  2 --
 dev-python/zeroconf/zeroconf-0.38.4.ebuild | 38 ------------------------
 dev-python/zeroconf/zeroconf-0.38.5.ebuild | 46 ------------------------------
 3 files changed, 86 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index d7a6ac848a06..c3540d88e680 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1 @@
-DIST python-zeroconf-0.38.4.gh.tar.gz 133770 BLAKE2B 
2b7b01112957ed9456acd7ef842a010d38b2a6e589b1714ed3fd47d2b51f448bf716bdd8511b0a3f4560cdcf0cc16bad06ac73f9a42b5c5cf4154b48cafdf97b
 SHA512 
6b0df6fed453dab2e554d4af4d807eed1108fe50fdcc41096a11944577ee8cfa0a0b30491a1ebe6d95ddc5b78c3c0cb07bd34ef279fbfca70775628667f40212
-DIST python-zeroconf-0.38.5.gh.tar.gz 134146 BLAKE2B 
d1ad69e8fe9f236c95862e1e415c5739a5627ed6d96b71f7af418e1f5cc9ca9c57feac34fa18d3928bdc6cf54c7d28dd30c9f259038e018746ad6a3671101225
 SHA512 
68ee397b567795f55e9374906761682e404ee0428b8b104c3dfedac473bbda780c086d50b598be9940a9b14e58642960dc29280036d3ff8e3fb76660806e0f54
 DIST python-zeroconf-0.38.6.gh.tar.gz 134795 BLAKE2B 
839d59d7c46d9ab16145e37bb58acc7a71072b00507ee0ae8325fea9a3ebc0e567f9e257937675f8eaf44095c7449f96e6bc42b82d34f75a39cc87fd29be2766
 SHA512 
274db525751191b0188a4f00505c795420f975de3f714f84f2207271ff484bb5de1c881c0ed00b1ad3a6265d5d461519cf46041ab907026d9e6937844bbab6af

diff --git a/dev-python/zeroconf/zeroconf-0.38.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.38.4.ebuild
deleted file mode 100644
index 440d8f1d868d..000000000000
--- a/dev-python/zeroconf/zeroconf-0.38.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-zeroconf-${PV}
-DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
-HOMEPAGE="
-       https://github.com/jstasiak/python-zeroconf/
-       https://pypi.org/project/zeroconf/";
-SRC_URI="
-       https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       tests/utils/test_asyncio.py::test_run_coro_with_timeout
-       # 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
-       tests/test_core.py::Framework::test_launch_and_close_v4_v6
-       tests/test_core.py::Framework::test_launch_and_close_v6_only
-       
tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
-)

diff --git a/dev-python/zeroconf/zeroconf-0.38.5.ebuild 
b/dev-python/zeroconf/zeroconf-0.38.5.ebuild
deleted file mode 100644
index a8279caef7c4..000000000000
--- a/dev-python/zeroconf/zeroconf-0.38.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=python-zeroconf-${PV}
-DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
-HOMEPAGE="
-       https://github.com/jstasiak/python-zeroconf/
-       https://pypi.org/project/zeroconf/
-"
-SRC_URI="
-       https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-       >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-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
-       tests/test_core.py::Framework::test_launch_and_close_v4_v6
-       tests/test_core.py::Framework::test_launch_and_close_v6_only
-       
tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
-)

Reply via email to