Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/
Date: Sat, 28 Mar 2020 18:26:12
Message-Id: 1585419039.a2de9d7e7d336b548817db77a4fca55015e9da57.mgorny@gentoo
1 commit: a2de9d7e7d336b548817db77a4fca55015e9da57
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:10:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:10:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2de9d7e
7
8 dev-python/pyroute2: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyroute2/Manifest | 2 --
13 dev-python/pyroute2/pyroute2-0.4.12.ebuild | 22 ----------------------
14 dev-python/pyroute2/pyroute2-0.4.21.ebuild | 22 ----------------------
15 dev-python/pyroute2/pyroute2-0.5.5.ebuild | 19 -------------------
16 4 files changed, 65 deletions(-)
17
18 diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest
19 index 517c980dc83..dc2b61ac657 100644
20 --- a/dev-python/pyroute2/Manifest
21 +++ b/dev-python/pyroute2/Manifest
22 @@ -1,3 +1 @@
23 -DIST pyroute2-0.4.12.tar.gz 562555 BLAKE2B a0101026d7dfb128a4e88d840a593357683636213a00a236ddc3497c9f4df107078ef2d59a9ba99045c4d7a8a95a1bd69fecd8a2f93937bc9e9983fda547fda9 SHA512 d666c29cfb8da1e13748976030dc5ec153d2740f6df7f279a6e9fc4ec9b6ad60462c2a2b57905c4a4c8566da1de30dca0bb24b3b6c5a97bb729c074584270e2a
24 -DIST pyroute2-0.4.21.tar.gz 577795 BLAKE2B 721f0e7958d50de356a424a5f87ab895e95fb0d630c070fb674c6da276d189a7c72f051eb4747ab889230f6c1ab1cf473f2d734255f4d178cc87eaf332538fd1 SHA512 e8cf2c66d63e4549fd4c0d5ed1b503fc72eb5eb6026b959e1b783aad66cad475118a645f5ca394a1a77e7cb0557d12565857db8e0f1b1cbe8c666be957a7a88e
25 DIST pyroute2-0.5.5.tar.gz 702481 BLAKE2B 7d9db1efe0d76e5fbca3f07d0ce666f919001fa26c220bd432c719aa6fc3a4d0148ea6357ed84cd5d0a6e47069994f35d2501365115b9c497674159098c2e5e5 SHA512 c7166e667b6fd21eefd34a01a0bba8467f3ae4d9526af32d5a6e96747c8aac7590da1097f1ca9b12390158e90ddfd6ff9f68c85765abbe179e8761658dda6b86
26
27 diff --git a/dev-python/pyroute2/pyroute2-0.4.12.ebuild b/dev-python/pyroute2/pyroute2-0.4.12.ebuild
28 deleted file mode 100644
29 index f9693f0ed71..00000000000
30 --- a/dev-python/pyroute2/pyroute2-0.4.12.ebuild
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python3_6 pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A pure Python netlink and Linux network configuration library."
43 -HOMEPAGE="https://github.com/svinota/pyroute2"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm64 x86"
49 -IUSE=""
50 -
51 -DEPEND="
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 -"
54 -RDEPEND=""
55
56 diff --git a/dev-python/pyroute2/pyroute2-0.4.21.ebuild b/dev-python/pyroute2/pyroute2-0.4.21.ebuild
57 deleted file mode 100644
58 index f9693f0ed71..00000000000
59 --- a/dev-python/pyroute2/pyroute2-0.4.21.ebuild
60 +++ /dev/null
61 @@ -1,22 +0,0 @@
62 -# Copyright 1999-2020 Gentoo Authors
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=6
66 -
67 -PYTHON_COMPAT=( python3_6 pypy3 )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="A pure Python netlink and Linux network configuration library."
72 -HOMEPAGE="https://github.com/svinota/pyroute2"
73 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="Apache-2.0"
76 -SLOT="0"
77 -KEYWORDS="amd64 ~arm64 x86"
78 -IUSE=""
79 -
80 -DEPEND="
81 - dev-python/setuptools[${PYTHON_USEDEP}]
82 -"
83 -RDEPEND=""
84
85 diff --git a/dev-python/pyroute2/pyroute2-0.5.5.ebuild b/dev-python/pyroute2/pyroute2-0.5.5.ebuild
86 deleted file mode 100644
87 index 4612ac6789f..00000000000
88 --- a/dev-python/pyroute2/pyroute2-0.5.5.ebuild
89 +++ /dev/null
90 @@ -1,19 +0,0 @@
91 -# Copyright 1999-2020 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=7
95 -PYTHON_COMPAT=( python3_{6,7} pypy3 )
96 -
97 -inherit distutils-r1
98 -
99 -DESCRIPTION="A pure Python netlink and Linux network configuration library."
100 -HOMEPAGE="https://github.com/svinota/pyroute2"
101 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
102 -
103 -LICENSE="Apache-2.0"
104 -SLOT="0"
105 -KEYWORDS="amd64 ~arm64 x86"
106 -IUSE=""
107 -
108 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
109 -RDEPEND=""