From a097bf7313afd7f277b387cf35f1924a6f5ee0bc Mon Sep 17 00:00:00 2001 From: Tobias Klausmann Date: Mon, 17 Jul 2017 09:51:19 +0200 Subject: dev-python/scapy-python3: version bump (0.21) Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/scapy-python3/scapy-python3-0.21.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-python/scapy-python3/scapy-python3-0.21.ebuild (limited to 'dev-python/scapy-python3/scapy-python3-0.21.ebuild') diff --git a/dev-python/scapy-python3/scapy-python3-0.21.ebuild b/dev-python/scapy-python3/scapy-python3-0.21.ebuild new file mode 100644 index 000000000000..07ba265c3d9f --- /dev/null +++ b/dev-python/scapy-python3/scapy-python3-0.21.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python3_{4,5} ) + +IUSE="test" +inherit distutils-r1 + +DESCRIPTION="Packet crafting/sending/... PCAP processing tool with python3 compatibility" +HOMEPAGE="https://pypi.python.org/pypi/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 + " -- cgit v1.2.3