diff --git a/dev-python/python-ebtables/Manifest b/dev-python/python-ebtables/Manifest new file mode 100644 index 0000000000000..e1eabc3e8cb06 --- /dev/null +++ b/dev-python/python-ebtables/Manifest @@ -0,0 +1 @@ +DIST python-ebtables-0.2.0.tar.gz 20290 SHA256 5d5cc3b84dd7ce3bd3299fa276e71bc2dece4b2cb8a388828b54bd92a5c549b3 SHA512 7051672d205b8318dcf7d08b50c8e0f66d9bb6532794d9292a890c5f75a88845f9e0cd9abf41450bf2a0516623c494eb40330021dc99320e5e0ffa56c75b100a WHIRLPOOL a4ab5845367b530b6184c976f2a8a20438d5ed14053379d3c47d44217cc141d7dd3078605d3ece504843a22f921676cc75cd7481dc2a8ad62ae059451a17b074 diff --git a/dev-python/python-ebtables/metadata.xml b/dev-python/python-ebtables/metadata.xml new file mode 100644 index 0000000000000..25d80baf6f136 --- /dev/null +++ b/dev-python/python-ebtables/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + Python + + + Ebtables is used for Ethernet bridge frame table administration on Linux. + Python-ebtables is a simple Python binding for Ebtables. + + + ldx/python-ebtables + + diff --git a/dev-python/python-ebtables/python-ebtables-0.2.0.ebuild b/dev-python/python-ebtables/python-ebtables-0.2.0.ebuild new file mode 100644 index 0000000000000..d8bec59d8cf33 --- /dev/null +++ b/dev-python/python-ebtables/python-ebtables-0.2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +inherit distutils-r1 + +DESCRIPTION="Python bindings for ebtables" +HOMEPAGE="https://github.com/ldx/python-iptables" +SRC_URI="https://github.com/ldx/${PN}/archive/v0.2.0.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="net-firewall/ebtables[-static] + dev-python/cffi[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"