Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/
Date: Tue, 02 Mar 2021 08:56:48
Message-Id: 1614675395.dc4bea7e4d219a278be4eb61b29fe470cf2b7471.mgorny@gentoo
1 commit: dc4bea7e4d219a278be4eb61b29fe470cf2b7471
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 2 08:53:45 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 2 08:56:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4bea7e
7
8 dev-python/zeroconf: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zeroconf/Manifest | 1 -
13 dev-python/zeroconf/zeroconf-0.28.7.ebuild | 33 ------------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
17 index b5064eb7f18..26241cf27ca 100644
18 --- a/dev-python/zeroconf/Manifest
19 +++ b/dev-python/zeroconf/Manifest
20 @@ -1,2 +1 @@
21 -DIST python-zeroconf-0.28.7.gh.tar.gz 60821 BLAKE2B e8c99505d1b149319552c808ee17bd3cd37a016c094d5f273f5d3545670ecf6f9cff58178293816e9cd671cf9e342b0a99641d6b9b3d32626dac4e72d983380e SHA512 8cc5c9b2e964c170c2aa53a3c07f2cd634cb113737fdf2e7a924b0b1c5ffb7c2d1e97b589cce36a4216f427e0e64dfba373f9f96b6117e835a9aa68a911edea0
22 DIST python-zeroconf-0.28.8.gh.tar.gz 62107 BLAKE2B 94b910be9f95f8b50bfcd5fca102663713234d40a0cf90c5b94b2ab4e85ffd7363747a0fee2f7a72a3bfb74faa1cab703dfb8bfe3cef80a0495efe2c81d0c2af SHA512 ba599fdd44ecdf3da71ee2a155a47e6cf91c8f4fe3efac428f6e99feda052019423a8a3e775d6cc4624697fbfcbe207829a41ad76105082fe62e81eead2f7a34
23
24 diff --git a/dev-python/zeroconf/zeroconf-0.28.7.ebuild b/dev-python/zeroconf/zeroconf-0.28.7.ebuild
25 deleted file mode 100644
26 index 195b07ed741..00000000000
27 --- a/dev-python/zeroconf/zeroconf-0.28.7.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..9} )
36 -inherit distutils-r1
37 -
38 -MY_P=python-zeroconf-${PV}
39 -DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
40 -HOMEPAGE="
41 - https://github.com/jstasiak/python-zeroconf/
42 - https://pypi.org/project/zeroconf/"
43 -SRC_URI="
44 - https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz
45 - -> ${MY_P}.gh.tar.gz"
46 -S=${WORKDIR}/${MY_P}
47 -
48 -LICENSE="LGPL-2.1"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
51 -
52 -RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
53 -
54 -distutils_enable_tests unittest
55 -
56 -src_prepare() {
57 - # broken in network-sandbox
58 - sed -e 's:test_launch_and_close:_&:' \
59 - -e 's:test_integration_with_listener_ipv6:_&:' \
60 - -i zeroconf/test.py || die
61 - distutils-r1_src_prepare
62 -}