summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-10-15 03:33:33 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2015-10-15 03:34:58 -0500
commitd9a4db9dad9cf50d6068a3cce8181be42bfa3796 (patch)
treee5e620e1dbb8f3d9496033b803435b734a0323b4 /dev-python/ryu/ryu-3.26.ebuild
parentdev-python/pecan: adding for openstack liberty (diff)
downloadgentoo-d9a4db9dad9cf50d6068a3cce8181be42bfa3796.tar.gz
gentoo-d9a4db9dad9cf50d6068a3cce8181be42bfa3796.tar.bz2
gentoo-d9a4db9dad9cf50d6068a3cce8181be42bfa3796.zip
dev-python/ryu: adding for openstack liberty
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/ryu/ryu-3.26.ebuild')
-rw-r--r--dev-python/ryu/ryu-3.26.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/ryu/ryu-3.26.ebuild b/dev-python/ryu/ryu-3.26.ebuild
new file mode 100644
index 000000000000..377606189742
--- /dev/null
+++ b/dev-python/ryu/ryu-3.26.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Component-based Software-defined Networking Framework"
+HOMEPAGE="http://osrg.github.io/ryu/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/pbr[${PYTHON_USEDEP}]"
+RDEPEND=""