From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/pyroute2/Manifest | 5 +++++ dev-python/pyroute2/metadata.xml | 19 +++++++++++++++++++ dev-python/pyroute2/pyroute2-0.4.12.ebuild | 22 ++++++++++++++++++++++ dev-python/pyroute2/pyroute2-0.4.21.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 dev-python/pyroute2/Manifest create mode 100644 dev-python/pyroute2/metadata.xml create mode 100644 dev-python/pyroute2/pyroute2-0.4.12.ebuild create mode 100644 dev-python/pyroute2/pyroute2-0.4.21.ebuild (limited to 'dev-python/pyroute2') diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest new file mode 100644 index 000000000000..290638125767 --- /dev/null +++ b/dev-python/pyroute2/Manifest @@ -0,0 +1,5 @@ +DIST pyroute2-0.4.12.tar.gz 562555 BLAKE2B a0101026d7dfb128a4e88d840a593357683636213a00a236ddc3497c9f4df107078ef2d59a9ba99045c4d7a8a95a1bd69fecd8a2f93937bc9e9983fda547fda9 SHA512 d666c29cfb8da1e13748976030dc5ec153d2740f6df7f279a6e9fc4ec9b6ad60462c2a2b57905c4a4c8566da1de30dca0bb24b3b6c5a97bb729c074584270e2a +DIST pyroute2-0.4.21.tar.gz 577795 BLAKE2B 721f0e7958d50de356a424a5f87ab895e95fb0d630c070fb674c6da276d189a7c72f051eb4747ab889230f6c1ab1cf473f2d734255f4d178cc87eaf332538fd1 SHA512 e8cf2c66d63e4549fd4c0d5ed1b503fc72eb5eb6026b959e1b783aad66cad475118a645f5ca394a1a77e7cb0557d12565857db8e0f1b1cbe8c666be957a7a88e +EBUILD pyroute2-0.4.12.ebuild 501 BLAKE2B 9b4f329773cef31c38768949e17bced28d2e7b7a47fc697fa3548579b729bc1189b8dc69faf4d347aee430d49a53e3c41d9e5e3031c33bccc9402a9d270691d7 SHA512 d91177d5e9ce975a40a090718b3bf65392b073385c76fa2afd9aed6334953defb342d451a959465111fec12409d366a6726c2667653af3b8f8318d6859c66523 +EBUILD pyroute2-0.4.21.ebuild 501 BLAKE2B 9b4f329773cef31c38768949e17bced28d2e7b7a47fc697fa3548579b729bc1189b8dc69faf4d347aee430d49a53e3c41d9e5e3031c33bccc9402a9d270691d7 SHA512 d91177d5e9ce975a40a090718b3bf65392b073385c76fa2afd9aed6334953defb342d451a959465111fec12409d366a6726c2667653af3b8f8318d6859c66523 +MISC metadata.xml 613 BLAKE2B 81956270df2ad42126ab220bfbfc35ccd4681abf9779bad96580ce6866bfc08ea1cd2216782a8fbbe76aed58d74de752fea55d0967f24c0d3d3b6bb01f66f18c SHA512 9c88578b74af7890a2ecd8437581eff4dfbb49696d9c3e6fe1bfa807fffad66f949538aaa08d57f56a11ffe95b48c9ceb9d6b97594635b429a8a54bac3db3912 diff --git a/dev-python/pyroute2/metadata.xml b/dev-python/pyroute2/metadata.xml new file mode 100644 index 000000000000..23c656d2c235 --- /dev/null +++ b/dev-python/pyroute2/metadata.xml @@ -0,0 +1,19 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + openstack@gentoo.org + Openstack + + + Pyroute2 is a pure Python netlink and Linux network configuration library. + + + pyroute2 + svinota/pyroute2 + + diff --git a/dev-python/pyroute2/pyroute2-0.4.12.ebuild b/dev-python/pyroute2/pyroute2-0.4.12.ebuild new file mode 100644 index 000000000000..1e5889bbd81e --- /dev/null +++ b/dev-python/pyroute2/pyroute2-0.4.12.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="" 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..1e5889bbd81e --- /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="" -- cgit v1.2.3