commit:     792d70c673f420a0a3a6e004be7ad5f94a99d97f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 19:11:34 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 19:11:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792d70c6

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.24.4.ebuild | 38 ------------------------------
 dev-python/zeroconf/zeroconf-0.28.6.ebuild | 38 ------------------------------
 3 files changed, 78 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index e204e2e97f6..b5064eb7f18 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,4 +1,2 @@
 DIST python-zeroconf-0.28.7.gh.tar.gz 60821 BLAKE2B 
e8c99505d1b149319552c808ee17bd3cd37a016c094d5f273f5d3545670ecf6f9cff58178293816e9cd671cf9e342b0a99641d6b9b3d32626dac4e72d983380e
 SHA512 
8cc5c9b2e964c170c2aa53a3c07f2cd634cb113737fdf2e7a924b0b1c5ffb7c2d1e97b589cce36a4216f427e0e64dfba373f9f96b6117e835a9aa68a911edea0
 DIST python-zeroconf-0.28.8.gh.tar.gz 62107 BLAKE2B 
94b910be9f95f8b50bfcd5fca102663713234d40a0cf90c5b94b2ab4e85ffd7363747a0fee2f7a72a3bfb74faa1cab703dfb8bfe3cef80a0495efe2c81d0c2af
 SHA512 
ba599fdd44ecdf3da71ee2a155a47e6cf91c8f4fe3efac428f6e99feda052019423a8a3e775d6cc4624697fbfcbe207829a41ad76105082fe62e81eead2f7a34
-DIST zeroconf-0.24.4.tar.gz 51866 BLAKE2B 
dd71bda4b0759c61a3e5895e766dff6516ea81ca0c8c9f5a95a8093de8a3a9b15722b99a6af0092b02c1b292bcdb11c02c9f165003b56ca8a793f4a4ca8fd891
 SHA512 
71678521b05016a7404005a06c8109f861cc8bfe2b3375ac6f1da8f63771271a3d9a095a8db6ccea2e062c5cc28b750a50fbe69218de72646b13a5f03359ea17
-DIST zeroconf-0.28.6.tar.gz 61487 BLAKE2B 
2ded05d0e63d9f4918da925c179ee198dac68cf7a51d8f63beaaa697b04d297c7e892c97b1cedd51f9ab4af23e79e50bd3d85eb1af804c0fc0c67461501a508e
 SHA512 
405786a25531efc42acf967838e74b67960b7ecdbee5db0633a56ba3e1774b9bd71fac58bcf29ab57ef6328560ee0f0f8cfa126ea42637ff53fb18c479a92f62

diff --git a/dev-python/zeroconf/zeroconf-0.24.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.24.4.ebuild
deleted file mode 100644
index 670067cd5c1..00000000000
--- a/dev-python/zeroconf/zeroconf-0.24.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-
-inherit distutils-r1
-
-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="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="dev-python/ifaddr[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-       )"
-
-# Not included
-RESTRICT="test"
-
-python_prepare_all() {
-       # It's virtual/python-enum34
-       sed \
-               -e "s:'enum-compat',::g" \
-               -i setup.py || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       nosetests --verbose || die
-}

diff --git a/dev-python/zeroconf/zeroconf-0.28.6.ebuild 
b/dev-python/zeroconf/zeroconf-0.28.6.ebuild
deleted file mode 100644
index 821b003fcde..00000000000
--- a/dev-python/zeroconf/zeroconf-0.28.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-inherit distutils-r1
-
-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="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-       )"
-
-# Not included
-RESTRICT="test"
-
-python_prepare_all() {
-       # It's virtual/python-enum34
-       sed \
-               -e "s:'enum-compat',::g" \
-               -i setup.py || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       nosetests --verbose || die
-}

Reply via email to