dev-python/scapy-python3: Initial addition to the tree
authorTobias Klausmann <klausman@gentoo.org>
Wed, 31 Aug 2016 07:47:45 +0000 (09:47 +0200)
committerTobias Klausmann <klausman@gentoo.org>
Wed, 31 Aug 2016 07:47:45 +0000 (09:47 +0200)
dev-python/scapy-python3/Manifest [new file with mode: 0644]
dev-python/scapy-python3/metadata.xml [new file with mode: 0644]
dev-python/scapy-python3/scapy-python3-0.18.ebuild [new file with mode: 0644]

diff --git a/dev-python/scapy-python3/Manifest b/dev-python/scapy-python3/Manifest
new file mode 100644 (file)
index 0000000..add0af4
--- /dev/null
@@ -0,0 +1 @@
+DIST scapy-python3-0.18.tar.gz 2052898 SHA256 23c19d0dbba07b7a7681d97784371f92fb570cdea3ae58e12bf19fe98c7bf7ad SHA512 3b39e8cdb60dfd5d1e92eae681eb08f065ba14bbd647d55f3d4f62383a459c217024311c945c3731f1a58fe47e6b525492e760e2e1c8ea6eb807f7d59c975c5b WHIRLPOOL ce5794f4be40250a05855cdaed2370762f113cd0deb6b1d7160b9198b43ecf1f3301593360183974ec2be1efdbe48c25d8fb20fd210a89254aa4739f8ab65ed9
diff --git a/dev-python/scapy-python3/metadata.xml b/dev-python/scapy-python3/metadata.xml
new file mode 100644 (file)
index 0000000..639c1bc
--- /dev/null
@@ -0,0 +1,9 @@
+<?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>
+</pkgmetadata>
+
diff --git a/dev-python/scapy-python3/scapy-python3-0.18.ebuild b/dev-python/scapy-python3/scapy-python3-0.18.ebuild
new file mode 100644 (file)
index 0000000..69e8b43
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_{3,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}]"