summaryrefslogtreecommitdiff
path: root/dev-python/pyroute2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/pyroute2
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pyroute2')
-rw-r--r--dev-python/pyroute2/Manifest5
-rw-r--r--dev-python/pyroute2/metadata.xml19
-rw-r--r--dev-python/pyroute2/pyroute2-0.4.12.ebuild22
-rw-r--r--dev-python/pyroute2/pyroute2-0.4.21.ebuild22
4 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest
deleted file mode 100644
index 290638125767..000000000000
--- a/dev-python/pyroute2/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 23c656d2c235..000000000000
--- a/dev-python/pyroute2/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <maintainer type="project">
- <email>openstack@gentoo.org</email>
- <name>Openstack</name>
- </maintainer>
- <longdescription lang="en">
- Pyroute2 is a pure Python netlink and Linux network configuration library.
- </longdescription>
- <upstream>
- <remote-id type="pypi">pyroute2</remote-id>
- <remote-id type="github">svinota/pyroute2</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyroute2/pyroute2-0.4.12.ebuild b/dev-python/pyroute2/pyroute2-0.4.12.ebuild
deleted file mode 100644
index 1e5889bbd81e..000000000000
--- a/dev-python/pyroute2/pyroute2-0.4.12.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
deleted file mode 100644
index 1e5889bbd81e..000000000000
--- a/dev-python/pyroute2/pyroute2-0.4.21.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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=""