summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2017-05-08 10:53:33 +0100
committerTony Vroon <chainsaw@gentoo.org>2017-05-08 10:53:33 +0100
commitb4f26da3848826a63e880296db9945087bda7c6e (patch)
tree05605f81a75cfec279e3d91f315ec833e5a305a5 /net-analyzer/pbgpp/pbgpp-0.2.10.ebuild
parentdev-python/pcapy: Initial commit. Ebuild by Barzog on GitHub, minor modificat... (diff)
downloadgentoo-b4f26da3848826a63e880296db9945087bda7c6e.tar.gz
gentoo-b4f26da3848826a63e880296db9945087bda7c6e.tar.bz2
gentoo-b4f26da3848826a63e880296db9945087bda7c6e.zip
net-analyzer/pbgpp: Initial commit, ebuild by and review by David "Soap" Seifert. As requested by Mike Hellers in the LINX technology team.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-analyzer/pbgpp/pbgpp-0.2.10.ebuild')
-rw-r--r--net-analyzer/pbgpp/pbgpp-0.2.10.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-analyzer/pbgpp/pbgpp-0.2.10.ebuild b/net-analyzer/pbgpp/pbgpp-0.2.10.ebuild
new file mode 100644
index 000000000000..b150d3a518fe
--- /dev/null
+++ b/net-analyzer/pbgpp/pbgpp-0.2.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="PCAP BGP Parser"
+HOMEPAGE="https://github.com/de-cix/pbgp-parser"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/kafka-python[${PYTHON_USEDEP}]
+ dev-python/pcapy[${PYTHON_USEDEP}]"