diff options
author | 2021-03-02 09:53:45 +0100 | |
---|---|---|
committer | 2021-03-02 09:56:35 +0100 | |
commit | dc4bea7e4d219a278be4eb61b29fe470cf2b7471 (patch) | |
tree | 691ffec8f7cd34ce0b1608d64ee1f4fda64c056c /dev-python/zeroconf | |
parent | dev-python/xapp: Remove old (diff) | |
download | gentoo-dc4bea7e4d219a278be4eb61b29fe470cf2b7471.tar.gz gentoo-dc4bea7e4d219a278be4eb61b29fe470cf2b7471.tar.bz2 gentoo-dc4bea7e4d219a278be4eb61b29fe470cf2b7471.zip |
dev-python/zeroconf: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zeroconf')
-rw-r--r-- | dev-python/zeroconf/Manifest | 1 | ||||
-rw-r--r-- | dev-python/zeroconf/zeroconf-0.28.7.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest index b5064eb7f18f..26241cf27ca3 100644 --- a/dev-python/zeroconf/Manifest +++ b/dev-python/zeroconf/Manifest @@ -1,2 +1 @@ -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 diff --git a/dev-python/zeroconf/zeroconf-0.28.7.ebuild b/dev-python/zeroconf/zeroconf-0.28.7.ebuild deleted file mode 100644 index 195b07ed7412..000000000000 --- a/dev-python/zeroconf/zeroconf-0.28.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -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 unittest - -src_prepare() { - # broken in network-sandbox - sed -e 's:test_launch_and_close:_&:' \ - -e 's:test_integration_with_listener_ipv6:_&:' \ - -i zeroconf/test.py || die - distutils-r1_src_prepare -} |