remove dev-python/scapy (dupe to net-analyzer/scapy)

This commit is contained in:
Andreas Billmeier 2021-03-20 10:40:50 +01:00 committed by Andreas Billmeier
parent ca27b02106
commit 3dff4ae991
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 51 deletions

View File

@ -19,6 +19,8 @@
* remove pytest-aiohttp from all deps
* bump ndms2-client-0.1.1
* update pytile-5.2.0
* remove pytest-aiohttp from all core packages
* remove dev-python/scapy (dupe to net-analyzer/scapy)
2021-03-15
* add a copy (from main repo) of acme-1.11.0, still needed

View File

@ -1,3 +0,0 @@
DIST scapy-2.4.4.tar.gz 1039342 BLAKE2B 26d719b57f29f4d5daa18a9fda6ef11cd3cdfd764437880462ad98fd1eb71a8096c78c98c7082fa4bdebb0594f6438fbad20c5a7e74c1efe20f9f0b16a81116c SHA512 f42925cb83ac3064dd6dba9cc765bb6d2e0717f3fd73d42d7bbbbabfc322eb693fed3bbde149b9a83b83e1ab211ce266cd2cdd1de4e030d3c55138d92619986f
EBUILD scapy-2.4.4.ebuild 714 BLAKE2B 4bfa61f1fb59e0ff702052685da8a37cdac577a7a5f979c105986b55a1d91b38aa9969945f1caa2a5dfb6e1b00f161c5edc1a5fc5acb0a99a69871e25c22b56e SHA512 f3e9041a84d4461b14a657fbede80c0da2aa06eadc7be61f199f0fd73b6f38004b17c0d8011946cb56cc1a2f61d0f107ae24ddb70f967a258efa90abfde53adc
MISC metadata.xml 487 BLAKE2B 213ab2f35cc152607438a6f70dff744078e16248726011f2483338998229861dbacb095562421aaef2d61371761c17a7a3ec266bbc2c8f13d891fe9356c75dd6 SHA512 03060c55da71e465d9b186b06316996dd3e01b1cc9c89437cbb7648b95381440639eef3cea64892329fee87ff0332b0d4704d1ce525eba5ccdc1861690b39385

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">scapy</remote-id>
<maintainer status="unknown">
<email>guillaiume@valadon.net</email>
<name>Pierre LALET, Gabriel POTTER, Guillaume VALADON</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -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_{6..9} )
inherit distutils-r1
DESCRIPTION="Scapy: interactive packet manipulation tool"
HOMEPAGE="https://scapy.net https://pypi.org/project/scapy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS=""
#RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}