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: Mon,  2 Aug 2021 05:44:47 +0000 (UTC)	[thread overview]
Message-ID: <1627882713.46c6b696d2d50198524e4da22f5cdb0de4dd2eb3.mgorny@gentoo> (raw)

commit:     46c6b696d2d50198524e4da22f5cdb0de4dd2eb3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 05:38:33 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 05:38:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c6b696

dev-python/zeroconf: Remove old

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

 dev-python/zeroconf/Manifest               |  3 ---
 dev-python/zeroconf/zeroconf-0.30.0.ebuild | 38 -----------------------------
 dev-python/zeroconf/zeroconf-0.32.0.ebuild | 39 ------------------------------
 dev-python/zeroconf/zeroconf-0.33.0.ebuild | 39 ------------------------------
 4 files changed, 119 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index eb2cf6a288e..3e313d382b8 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,5 +1,2 @@
-DIST python-zeroconf-0.30.0.gh.tar.gz 64301 BLAKE2B ea0d5e36f3f012f217cbd4eeff0a9cd366496e2f64b06112ee3629ad016c8e28877f62358d5b5fd27387cfe474e488e99a9ad8ca1802f6d23612f99310243c57 SHA512 1f3165500a07525ef182bb60c1804fe2002a33a9f800470bdb32bdfd44a1b8f466a818a4390537674952159e5c0e257cf9e4ca570b1a9936e1cf8be294be6311
-DIST python-zeroconf-0.32.0.gh.tar.gz 115276 BLAKE2B 7084c02f989ebc6db6686b82ce3212158595b87e00567e4857e84790a30a2fa6f688288769d1eb118da485a6755da1ef404765070d26905d10ab45b1d95ca849 SHA512 6a612b39be85e673cffc560ea5bcc16facc5a16a370ff6edb1d4f7ff978a01d6ba249a9b313caca3b3ed0c6463a4914a98063eb89f28268cec1c9a2faa4db611
 DIST python-zeroconf-0.32.1.gh.tar.gz 116507 BLAKE2B 03de415620745b75cd43be74b724faf909aad9628175f18cf4b2c04245d02adbca984eaa861e807729f36caa3feecab913f2e4aafcdd9aac1af02de6eeefbb3d SHA512 cefcd1abdc3ca2b5ed796aee09e6826c0d0f54343bdefbf45c425d6e033542dc061c84fb4438ba53774d87c6516801c6e2196c1e6cfdd9dbf9187f5d8d4b1b11
-DIST python-zeroconf-0.33.0.gh.tar.gz 118002 BLAKE2B e5bdf8011777f46207c7f0aafbf4bfc34e704b59e01fcecd93e2ca05154f836bbe206688242eb37578a0e3b6d462de86944bdc81b96b0f3613eed21e9d0b6be0 SHA512 214fc1b25e1b900b6745f808144c0a1d94102dbc30f1e6ae49dfbfe2e75e9611e33d1341d192641be363662a0259aa340f52fe20fcf2bd5cf1611e823754186d
 DIST python-zeroconf-0.33.2.gh.tar.gz 118266 BLAKE2B e239443c778d24895a830ac8d4f23be5eeac701b92ddf945efc955a731cbce62bea10243f57a0929ad21c4444d32c37b0a9e23b53e734362b9c6b9ce85e2eb59 SHA512 9631dc348baf028794934d826a1fd2e874cf9039e6fb1c93a1b9a8e2a95ae436ab2fc1a955e2d89656c37a56b71075b578857f6de041a7e61ff55c7a62a2a7a3

diff --git a/dev-python/zeroconf/zeroconf-0.30.0.ebuild b/dev-python/zeroconf/zeroconf-0.30.0.ebuild
deleted file mode 100644
index 3c5bffd941c..00000000000
--- a/dev-python/zeroconf/zeroconf-0.30.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..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
-
-python_test() {
-	local excludes=(
-		# network
-		zeroconf/test.py::Framework::test_close_multiple_times
-		zeroconf/test.py::Framework::test_launch_and_close
-		zeroconf/test.py::Framework::test_launch_and_close_v4_v6
-		zeroconf/test.py::Framework::test_launch_and_close_v6_only
-		zeroconf/test.py::ServiceTypesQuery::test_integration_with_listener_ipv6
-	)
-
-	epytest ${excludes[@]/#/--deselect } zeroconf/test.py
-}

diff --git a/dev-python/zeroconf/zeroconf-0.32.0.ebuild b/dev-python/zeroconf/zeroconf-0.32.0.ebuild
deleted file mode 100644
index 0fadc7be4ba..00000000000
--- a/dev-python/zeroconf/zeroconf-0.32.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-
-python_test() {
-	local excludes=(
-		# 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
-	)
-
-	epytest ${excludes[@]/#/--deselect }
-}

diff --git a/dev-python/zeroconf/zeroconf-0.33.0.ebuild b/dev-python/zeroconf/zeroconf-0.33.0.ebuild
deleted file mode 100644
index 0e1b2943b16..00000000000
--- a/dev-python/zeroconf/zeroconf-0.33.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-
-python_test() {
-	local excludes=(
-		# 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
-	)
-
-	epytest ${excludes[@]/#/--deselect }
-}


             reply	other threads:[~2021-08-02  5:44 UTC|newest]

Thread overview: 216+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-02  5: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-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-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=1627882713.46c6b696d2d50198524e4da22f5cdb0de4dd2eb3.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