public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/
Date: Wed,  7 Sep 2022 04:44:38 +0000 (UTC)	[thread overview]
Message-ID: <1662525733.b1fb124687a48afc8babed9e8ade990abfeea55e.mgorny@gentoo> (raw)

commit:     b1fb124687a48afc8babed9e8ade990abfeea55e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 04:42:13 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 04:42:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fb1246

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.6.ebuild | 50 ------------------------------
 dev-python/zeroconf/zeroconf-0.38.7.ebuild | 50 ------------------------------
 3 files changed, 102 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 966bcb242f32..02ab3f86484f 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,4 +1,2 @@
-DIST python-zeroconf-0.38.6.gh.tar.gz 134795 BLAKE2B 839d59d7c46d9ab16145e37bb58acc7a71072b00507ee0ae8325fea9a3ebc0e567f9e257937675f8eaf44095c7449f96e6bc42b82d34f75a39cc87fd29be2766 SHA512 274db525751191b0188a4f00505c795420f975de3f714f84f2207271ff484bb5de1c881c0ed00b1ad3a6265d5d461519cf46041ab907026d9e6937844bbab6af
-DIST python-zeroconf-0.38.7.gh.tar.gz 134866 BLAKE2B 060ffdc45d4ec8092cd278b99a74561fd1ea06aba3cdecadbd35c1c5e3f608befe3ced18009d8d64c5b37388ee57900b4b00a44c90d87923f259e798da5bb962 SHA512 a0ab90f30b843bc889daf95eab6d806a5e3fb4ffe5e3857c435f14a85de7b659b8386159f6428f05a34f2e3010f4582f7d3a55bbd6e6ede0008247821f666707
 DIST python-zeroconf-0.39.0.gh.tar.gz 135121 BLAKE2B 708f641934b1d155a464f532894e6f3ba3b83c57063b903eae23abcfaf76974920286a9ddcabc53d0211df21b247303c23b2ee36f78ccf809001395f0d1002a7 SHA512 401808d51b58905937b0c2f924bce6a9ae38f331f2faf7a0258bfcbc245ec618deaf1a707d22c47792d964a49a2036af5d2ab02438b001b228611a5855db897f
 DIST python-zeroconf-0.39.1.gh.tar.gz 135252 BLAKE2B 82efa3e39b6e18b9d73b45958190c1d76978231842c1f61ff4519b9a763fb2c1564dae9c0b1d31109e291acc966127cfae9fa02400f1695e97dcc1b0e5a509f7 SHA512 3e1bc4bd48b77bce711f8b49b9cdce1769d7af72094c9ebc161ecb833fe90c7bd36ec5b9fc35c524ddd8c30a67af5937f188c81cf3a251d80c0e71f4b7c3add7

diff --git a/dev-python/zeroconf/zeroconf-0.38.6.ebuild b/dev-python/zeroconf/zeroconf-0.38.6.ebuild
deleted file mode 100644
index 51704d814c2d..000000000000
--- a/dev-python/zeroconf/zeroconf-0.38.6.ebuild
+++ /dev/null
@@ -1,50 +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..11} )
-
-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
-
-	# fragile to timeouts (?)
-	tests/services/test_browser.py::test_service_browser_expire_callbacks
-	tests/utils/test_asyncio.py::test_run_coro_with_timeout
-)

diff --git a/dev-python/zeroconf/zeroconf-0.38.7.ebuild b/dev-python/zeroconf/zeroconf-0.38.7.ebuild
deleted file mode 100644
index 51704d814c2d..000000000000
--- a/dev-python/zeroconf/zeroconf-0.38.7.ebuild
+++ /dev/null
@@ -1,50 +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..11} )
-
-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
-
-	# fragile to timeouts (?)
-	tests/services/test_browser.py::test_service_browser_expire_callbacks
-	tests/utils/test_asyncio.py::test_run_coro_with_timeout
-)


             reply	other threads:[~2022-09-07  4:44 UTC|newest]

Thread overview: 216+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-07  4:44 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 12:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/ Michał Górny
2024-09-28 12:40 Sam James
2024-09-28 11:47 Arthur Zamarin
2024-09-28 11:32 Arthur Zamarin
2024-09-25  4:39 Michał Górny
2024-09-14 14:07 Michał Górny
2024-09-14 13:42 Arthur Zamarin
2024-09-14 13:22 Arthur Zamarin
2024-09-14 13:22 Arthur Zamarin
2024-09-09  2:24 Michał Górny
2024-08-27  7:39 Michał Górny
2024-05-18 11:46 Michał Górny
2024-04-27 11:27 Michał Górny
2024-04-27 11:04 Michał Górny
2024-04-27 11:01 Michał Górny
2024-04-27 11:00 Michał Górny
2024-04-13  5:35 Arthur Zamarin
2024-04-02  5:16 Michał Górny
2024-01-06 10:55 Michał Górny
2024-01-06 10:52 Michał Górny
2024-01-06 10:27 Michał Górny
2024-01-06 10:16 Michał Górny
2023-12-30 16:18 Michał Górny
2023-12-30 14:51 Arthur Zamarin
2023-12-30 14:31 Arthur Zamarin
2023-12-30 14:25 Arthur Zamarin
2023-12-23 17:35 Michał Górny
2023-12-23 16:41 Arthur Zamarin
2023-12-22 12:12 Arthur Zamarin
2023-12-22 12:12 Arthur Zamarin
2023-12-19 17:26 Michał Górny
2023-12-17  6:55 Michał Górny
2023-12-14 13:58 Michał Górny
2023-12-11  4:14 Michał Górny
2023-12-03  4:20 Michał Górny
2023-11-29 11:38 Michał Górny
2023-11-29 11:32 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-15 15:00 Michał Górny
2023-11-14  4:34 Michał Górny
2023-11-13  5:28 Michał Górny
2023-11-12  6:57 Arthur Zamarin
2023-11-09 18:40 Arthur Zamarin
2023-11-09  4:15 Michał Górny
2023-11-08 15:39 Michał Górny
2023-11-05 12:10 Michał Górny
2023-11-05  8:46 Arthur Zamarin
2023-11-05  8:46 Arthur Zamarin
2023-11-05  5:23 Michał Górny
2023-10-19  4:00 Michał Górny
2023-10-15 15:27 Michał Górny
2023-10-15  8:00 Sam James
2023-10-15  3:26 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-10-13  4:44 Michał Górny
2023-10-06  4:14 Michał Górny
2023-10-01 18:07 Arthur Zamarin
2023-09-26 16:56 Michał Górny
2023-09-26  4:42 Michał Górny
2023-09-24 14:28 Michał Górny
2023-09-14 16:34 Michał Górny
2023-09-14 16:28 Sam James
2023-09-14 16:28 Sam James
2023-09-14 15:39 Michał Górny
2023-09-14  5:30 Michał Górny
2023-09-14  5:30 Michał Górny
2023-09-12  5:07 Michał Górny
2023-09-11  2:57 Michał Górny
2023-09-10  2:24 Michał Górny
2023-09-08  5:36 Michał Górny
2023-09-07  3:19 Michał Górny
2023-09-04  2:48 Michał Górny
2023-09-03  4:12 Michał Górny
2023-09-02 14:11 Michał Górny
2023-09-02  2:58 Michał Górny
2023-09-02  2:58 Michał Górny
2023-09-01 19:26 Arthur Zamarin
2023-09-01 17:07 Arthur Zamarin
2023-08-29 18:53 Arthur Zamarin
2023-08-29 11:20 Michał Górny
2023-08-29  4:20 Michał Górny
2023-08-28  5:13 Michał Górny
2023-08-23  4:24 Michał Górny
2023-08-22 20:01 Michał Górny
2023-08-16  4:19 Michał Górny
2023-08-15  2:39 Michał Górny
2023-08-14  5:07 Michał Górny
2023-08-04  2:42 Michał Górny
2023-08-03 17:40 Michał Górny
2023-08-03 15:10 Sam James
2023-08-03 15:10 Sam James
2023-08-03  6:09 Michał Górny
2023-08-02  6:05 Michał Górny
2023-07-25  5:20 Michał Górny
2023-07-24  3:33 Michał Górny
2023-07-09 12:48 Michał Górny
2023-07-09  4:35 Sam James
2023-07-09  4:35 Sam James
2023-07-09  3:26 Michał Górny
2023-07-03  4:15 Michał Górny
2023-06-19  4:58 Michał Górny
2023-06-18  2:16 Michał Górny
2023-06-13  5:12 Michał Górny
2023-06-13  5:12 Michał Górny
2023-06-13  5:12 Michał Górny
2023-06-06  5:43 Michał Górny
2023-06-05  5:07 Michał Górny
2023-05-31  9:51 Michał Górny
2023-05-26  4:26 Michał Górny
2023-05-25 14:38 Michał Górny
2023-05-25  8:29 Arthur Zamarin
2023-05-25  8:25 Arthur Zamarin
2023-05-04  8:06 Michał Górny
2023-05-02  3:14 Michał Górny
2023-04-27  3:10 Michał Górny
2023-04-24  5:57 Michał Górny
2023-04-22 16:36 Michał Górny
2023-04-22 14:28 Sam James
2023-04-22 11:40 Sam James
2023-04-08  5:13 Michał Górny
2023-04-07  4:19 Michał Górny
2023-04-04  4:48 Michał Górny
2023-04-03  2:50 Michał Górny
2023-04-01  6:13 Michał Górny
2023-03-21 20:06 Michał Górny
2023-03-17 17:19 Michał Górny
2023-03-17 16:57 Sam James
2023-03-17 15:54 Arthur Zamarin
2023-02-14 16:24 Michał Górny
2022-10-27  4:49 Michał Górny
2022-10-21  5:14 Michał Górny
2022-10-08 20:10 Michał Górny
2022-10-08 19:28 Sam James
2022-09-06 21:12 Sam James
2022-09-06 17:54 Arthur Zamarin
2022-08-06 13:09 Arthur Zamarin
2022-07-24 19:13 Sam James
2022-06-15 11:32 Michał Górny
2022-06-06 11:33 Michał Górny
2022-06-06 10:22 Jakov Smolić
2022-05-16 19:59 Andrew Ammerlaan
2022-05-07  9:35 Michał Górny
2022-05-02 12:48 Michał Górny
2022-05-02  8:27 Michał Górny
2022-03-19  9:36 Michał Górny
2022-03-19  7:53 Agostino Sarubbo
2022-03-09 20:29 Arthur Zamarin
2022-02-01 10:06 Michał Górny
2022-01-27 12:34 Michał Górny
2022-01-26 20:18 Jakov Smolić
2021-12-24  7:56 Arthur Zamarin
2021-11-27 20:14 Michał Górny
2021-11-27  6:33 Arthur Zamarin
2021-11-13 21:24 Michał Górny
2021-11-05  9:25 Michał Górny
2021-10-31  7:12 Michał Górny
2021-10-24  8:43 Michał Górny
2021-10-24  0:19 Sam James
2021-10-23  7:27 Michał Górny
2021-10-11  7:56 Michał Górny
2021-09-23  8:16 Michał Górny
2021-09-20 13:41 Michał Górny
2021-09-19  7:40 Michał Górny
2021-09-18 19:43 Michał Górny
2021-09-18 17:18 Sam James
2021-09-17  8:31 Michał Górny
2021-09-15 20:26 Michał Górny
2021-08-30 21:41 Michał Górny
2021-08-30  5:54 Michał Górny
2021-08-30  1:23 Sam James
2021-08-29 21:50 Michał Górny
2021-08-29 21:50 Michał Górny
2021-08-17  7:28 Michał Górny
2021-08-16  5:39 Michał Górny
2021-08-14  8:03 Michał Górny
2021-08-10  5:57 Michał Górny
2021-08-09  6:28 Michał Górny
2021-08-07  6:33 Michał Górny
2021-08-06  6:22 Michał Górny
2021-08-02  5:44 Michał Górny
2021-08-01 23:49 Sam James
2021-07-29  5:51 Michał Górny
2021-07-19  8:05 Michał Górny
2021-07-06  7:58 Michał Górny
2021-06-30  6:01 Michał Górny
2021-06-05 20:55 Michał Górny
2021-05-06  7:33 Michał Górny
2021-05-06  7:33 Michał Górny
2021-04-28 17:50 Michał Górny
2021-04-28 17:00 Sam James
2021-03-25  8:02 Michał Górny
2021-03-02  8:56 Michał Górny
2021-03-02  5:52 Sam James
2021-01-18 19:13 Michał Górny
2021-01-18 17:44 Sam James
2021-01-18 12:09 Michał Górny
2021-01-05 12:04 Michał Górny
2020-12-13 12:15 Michał Górny
2020-12-06 18:37 Sam James
2020-12-06  1:05 Zac Medico
2020-09-19 16:34 Sam James
2020-05-25 21:04 Alexey Shvetsov
2020-05-04 12:34 Michał Górny
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2020-03-16 18:55 Michał Górny
2020-03-15 12:20 Mikle Kolyada
2020-02-06  7:10 Michał Górny
2020-01-14 17:46 Matthew Thode
2018-01-08 17:29 Matt Thode
2018-01-06 13:39 Michał Górny
2017-12-09  0:25 Matt Thode
2016-06-12 17:17 Patrick Lauer
2016-03-02 16:42 Mike Gilbert
2016-02-17  8:57 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1662525733.b1fb124687a48afc8babed9e8ade990abfeea55e.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox