Delete scapy-python3
authorgpotter2 <gabriel@potter.fr>
Fri, 22 Nov 2019 13:49:44 +0000 (13:49 +0000)
committerTobias Klausmann <klausman@gentoo.org>
Wed, 22 Jan 2020 09:40:27 +0000 (10:40 +0100)
- 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 <gabriel@potter.fr>
Closes: https://github.com/gentoo/gentoo/pull/13734
Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
dev-python/scapy-python3/Manifest [deleted file]
dev-python/scapy-python3/metadata.xml [deleted file]
dev-python/scapy-python3/scapy-python3-0.23.ebuild [deleted file]

diff --git a/dev-python/scapy-python3/Manifest b/dev-python/scapy-python3/Manifest
deleted file mode 100644 (file)
index e5d0c2a..0000000
+++ /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 (file)
index f007460..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>klausman@gentoo.org</email>
-    <name>Tobias Klausmann</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">scapy-python3</remote-id>
-  </upstream>
-</pkgmetadata>
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 (file)
index 63da26d..0000000
+++ /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
-       "