summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-12 13:16:26 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-12 14:43:41 -0500
commit8d017c33abef91ac8a58fe2e03c759c922ea3f44 (patch)
treedd9d15c2f085af309ad55155471d599ca06b1b0b /dev-python/pyroute2/pyroute2-0.5.5.ebuild
parentdev-python/neutron-lib: 1.25.0 bump (diff)
downloadgentoo-8d017c33abef91ac8a58fe2e03c759c922ea3f44.tar.gz
gentoo-8d017c33abef91ac8a58fe2e03c759c922ea3f44.tar.bz2
gentoo-8d017c33abef91ac8a58fe2e03c759c922ea3f44.zip
dev-python/pyroute2: 0.5.5 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pyroute2/pyroute2-0.5.5.ebuild')
-rw-r--r--dev-python/pyroute2/pyroute2-0.5.5.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pyroute2/pyroute2-0.5.5.ebuild b/dev-python/pyroute2/pyroute2-0.5.5.ebuild
new file mode 100644
index 000000000000..0d5e359064cf
--- /dev/null
+++ b/dev-python/pyroute2/pyroute2-0.5.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} 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=""