From: gpotter2 Date: Fri, 22 Nov 2019 13:49:44 +0000 (+0000) Subject: Delete scapy-python3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f9b772c95b459e6c9278ae8c34d65ffe11ba511f;p=gentoo.git Delete scapy-python3 - Deprecated since net-analyser/scapy supports Python 3. - Has no dependents. - I have consent from the current Gentoo maintainer Bug: https://bugs.gentoo.org/702496 Closes: https://bugs.gentoo.org/702496 Signed-off-by: gpotter2 Closes: https://github.com/gentoo/gentoo/pull/13734 Signed-off-by: Tobias Klausmann --- diff --git a/dev-python/scapy-python3/Manifest b/dev-python/scapy-python3/Manifest deleted file mode 100644 index e5d0c2ae9eab..000000000000 --- a/dev-python/scapy-python3/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scapy-python3-0.23.tar.gz 2196173 BLAKE2B 32a3b48c83a2e2a4262f47307bde02c272106f863bb52e362dc0e1a23ef2095426a7cdfe7ae53bc6ff980ef08277857a3e877777a6222d89a26812fd69b030b1 SHA512 9cb214a46f6f8b90c10afb903600472e389c30840e6e42c876cb035d18fe13f2affb2914263a668e802ac55727e7651e8dcc1c0ed753a92cd234488158a9ff60 diff --git a/dev-python/scapy-python3/metadata.xml b/dev-python/scapy-python3/metadata.xml deleted file mode 100644 index f0074601b7d9..000000000000 --- a/dev-python/scapy-python3/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - klausman@gentoo.org - Tobias Klausmann - - - scapy-python3 - - diff --git a/dev-python/scapy-python3/scapy-python3-0.23.ebuild b/dev-python/scapy-python3/scapy-python3-0.23.ebuild deleted file mode 100644 index 63da26d36808..000000000000 --- a/dev-python/scapy-python3/scapy-python3-0.23.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -IUSE="test" -RESTRICT="!test? ( test )" -inherit distutils-r1 - -DESCRIPTION="Packet crafting/sending/... PCAP processing tool with python3 compatibility" -HOMEPAGE="https://pypi.org/project/scapy-python3/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - !net-analyzer/scapy - "