summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-25 21:24:05 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-25 21:24:05 -0500
commit191f40c8f3ef5f48945c0cc3d44353bad9eb515c (patch)
tree5beef3f4f0501d6f9bdadb45080ffa4666e95449 /dev-python/ovs/ovs-2.4.0.ebuild
parentdev-python/pecan: adding py35 (diff)
downloadgentoo-191f40c8f3ef5f48945c0cc3d44353bad9eb515c.tar.gz
gentoo-191f40c8f3ef5f48945c0cc3d44353bad9eb515c.tar.bz2
gentoo-191f40c8f3ef5f48945c0cc3d44353bad9eb515c.zip
dev-python/ovs: adding for mitaka
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/ovs/ovs-2.4.0.ebuild')
-rw-r--r--dev-python/ovs/ovs-2.4.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/ovs/ovs-2.4.0.ebuild b/dev-python/ovs/ovs-2.4.0.ebuild
new file mode 100644
index 000000000000..fcd312573d22
--- /dev/null
+++ b/dev-python/ovs/ovs-2.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""