summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-09-13 12:30:21 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-09-13 12:30:21 -0500
commit621463b5c939fcb3735cb499d4ad4c5addd1b83c (patch)
tree68c6f1e11b9d75d537598314d72dd2078c3ec00d /dev-python/pyroute2/pyroute2-0.4.21.ebuild
parentdev-python/python-mistralclient: 3.1.3 bup (diff)
downloadgentoo-621463b5c939fcb3735cb499d4ad4c5addd1b83c.tar.gz
gentoo-621463b5c939fcb3735cb499d4ad4c5addd1b83c.tar.bz2
gentoo-621463b5c939fcb3735cb499d4ad4c5addd1b83c.zip
dev-python/pyroute2: 0.4.21 bup
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/pyroute2/pyroute2-0.4.21.ebuild')
-rw-r--r--dev-python/pyroute2/pyroute2-0.4.21.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/pyroute2/pyroute2-0.4.21.ebuild b/dev-python/pyroute2/pyroute2-0.4.21.ebuild
new file mode 100644
index 000000000000..229407b15d97
--- /dev/null
+++ b/dev-python/pyroute2/pyroute2-0.4.21.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure Python netlink and Linux network configuration library."
+HOMEPAGE="https://github.com/svinota/pyroute2"
+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=""