diff options
author | Sam James <sam@gentoo.org> | 2021-05-09 23:52:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-09 23:53:16 +0000 |
commit | be5688bbcfe8eb7b6ac06192dda990067aa5bcae (patch) | |
tree | 5c4f8c4d882328f675e46d870c6924d047c621db /net-analyzer/scapy/scapy-9999.ebuild | |
parent | sys-devel/binutils-config: Stabilize 5.4 arm, #785391 (diff) | |
download | gentoo-be5688bbcfe8eb7b6ac06192dda990067aa5bcae.tar.gz gentoo-be5688bbcfe8eb7b6ac06192dda990067aa5bcae.tar.bz2 gentoo-be5688bbcfe8eb7b6ac06192dda990067aa5bcae.zip |
net-analyzer/scapy: add 2.4.5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/scapy/scapy-9999.ebuild')
-rw-r--r-- | net-analyzer/scapy/scapy-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index ec171fbddec3..ac3fd1dccb9d 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 git-r3 readme.gentoo-r1 @@ -9,11 +10,11 @@ inherit distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network" HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy" EGIT_REPO_URI="https://github.com/secdev/${PN}" +S="${WORKDIR}"/${P/_/} LICENSE="GPL-2" SLOT="0" -KEYWORDS="" -S=${WORKDIR}/${P/_/} + DOC_CONTENTS=" Scapy has optional support for the following packages: |