summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-08-30 13:53:33 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-08-30 14:46:27 -0500
commit4d21c886073e5082c22c667cba39c0683f7dceda (patch)
tree1a9b81672f6f988b0220a9202982d846583f3c84 /dev-python/ryu/ryu-4.14.ebuild
parentdev-python/pyroute2: 0.4.18 bup (diff)
downloadgentoo-4d21c886073e5082c22c667cba39c0683f7dceda.tar.gz
gentoo-4d21c886073e5082c22c667cba39c0683f7dceda.tar.bz2
gentoo-4d21c886073e5082c22c667cba39c0683f7dceda.zip
dev-python/ryu: 4.14 bup
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/ryu/ryu-4.14.ebuild')
-rw-r--r--dev-python/ryu/ryu-4.14.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/ryu/ryu-4.14.ebuild b/dev-python/ryu/ryu-4.14.ebuild
new file mode 100644
index 000000000000..8d626b01641e
--- /dev/null
+++ b/dev-python/ryu/ryu-4.14.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+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 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/pbr[${PYTHON_USEDEP}]"
+RDEPEND=""