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: Fri, 17 Mar 2023 17:19:47 +0000 (UTC) [thread overview]
Message-ID: <1679073527.91ee236c3cf75588b37890eb9ec97229cd4a31b4.mgorny@gentoo> (raw)
commit: 91ee236c3cf75588b37890eb9ec97229cd4a31b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 17:18:47 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 17:18:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ee236c
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.39.4.ebuild | 51 -------------------------
dev-python/zeroconf/zeroconf-0.47.1.ebuild | 61 ------------------------------
3 files changed, 114 deletions(-)
diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 2bc77d5613e5..49c7c0adc037 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1 @@
-DIST python-zeroconf-0.39.4.gh.tar.gz 137174 BLAKE2B 9e7d66bec5ebb52754c5a45fd584229db2f20f37cc43830b31c903a6267aadc3a45a3f8c35fd329586aa81f083dc823f0e6d6fad3dc2b6cc5ada17a2eb4a2208 SHA512 0e69a31dd31111f95eda0a44ee7d00484d8b909448eef4ef41bef6e170a410ecdae02e01cc944ad7534634aa26ef0c95b465c784ee67de1c2cd0ec4ab040d445
-DIST python-zeroconf-0.47.1.gh.tar.gz 151191 BLAKE2B 30cbda51b533519b9affe52d73c96fb60d6eb4d882791729a021b41e48974ac14bac46c1ea9030d792587eb09104670b38f1000192aa202ec7e793a5f79b08cc SHA512 abb74fa3e05b962b6b93ff9df58f2bb3e029d74ca03aaebd38ee716b204ec8b8af665c97f7b9fbbf998767c9308ab7d900f39a92fae4224d5689ecbe229c01d5
DIST python-zeroconf-0.47.3.gh.tar.gz 151413 BLAKE2B eff81832a029cf173c55290355207bfd17b1701f85c60be544252d00579ad835eb2b7c0a29c967ba62b1293d9efae953bc3b564c5ca134c2a898621584cdf544 SHA512 e1435490ba6890d9f0fe8efd7be64f0f9fd20a6ae723b176861865a8a795593db7cd797062f9977a5b1df4107781011d25bdf69dd4cc54dd94ef6e891c425df4
diff --git a/dev-python/zeroconf/zeroconf-0.39.4.ebuild b/dev-python/zeroconf/zeroconf-0.39.4.ebuild
deleted file mode 100644
index a83c8ce4d736..000000000000
--- a/dev-python/zeroconf/zeroconf-0.39.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-zeroconf-${PV}
-DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
-HOMEPAGE="
- https://github.com/python-zeroconf/python-zeroconf/
- https://pypi.org/project/zeroconf/
-"
-SRC_URI="
- https://github.com/python-zeroconf/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}]
- >=dev-python/async-timeout-4.0.1[${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.47.1.ebuild b/dev-python/zeroconf/zeroconf-0.47.1.ebuild
deleted file mode 100644
index 09501c2c741f..000000000000
--- a/dev-python/zeroconf/zeroconf-0.47.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-zeroconf-${PV}
-DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
-HOMEPAGE="
- https://github.com/python-zeroconf/python-zeroconf/
- https://pypi.org/project/zeroconf/
-"
-SRC_URI="
- https://github.com/python-zeroconf/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}]
- $(python_gen_cond_dep '
- >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
- ' 3.{8..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
-
-python_test() {
- 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
- 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
- )
-
- epytest -o addopts=
-}
next reply other threads:[~2023-03-17 17:19 UTC|newest]
Thread overview: 247+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-17 17:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 3:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/ Michał Górny
2025-02-15 7:01 Michał Górny
2025-02-12 4:16 Michał Górny
2025-02-12 4:16 Michał Górny
2025-02-01 13:19 Michał Górny
2025-02-01 12:17 Arthur Zamarin
2025-02-01 12:17 Arthur Zamarin
2025-02-01 11:35 Arthur Zamarin
2025-02-01 6:06 Michał Górny
2025-02-01 6:06 Michał Górny
2025-01-31 5:40 Michał Górny
2025-01-25 11:12 Sam James
2025-01-25 10:52 Sam James
2025-01-25 10:05 Arthur Zamarin
2025-01-23 5:39 Michał Górny
2025-01-17 4:33 Michał Górny
2025-01-09 5:26 Michał Górny
2025-01-07 5:27 Michał Górny
2024-12-09 20:37 Michał Górny
2024-12-09 19:20 Arthur Zamarin
2024-12-07 13:00 Arthur Zamarin
2024-12-07 12:03 Sam James
2024-11-22 12:32 Michał Górny
2024-11-10 3:24 Michał Górny
2024-11-10 0:42 Jakov Smolić
2024-11-10 0:42 Jakov Smolić
2024-11-09 9:02 Arthur Zamarin
2024-10-26 5:31 Michał Górny
2024-10-12 9:47 Michał Górny
2024-10-12 7:28 Michał Górny
2024-10-12 6:33 Sam James
2024-09-28 12:59 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 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-07 4:44 Michał Górny
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=1679073527.91ee236c3cf75588b37890eb9ec97229cd4a31b4.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