Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyghmi/
Date: Fri, 09 Sep 2022 07:23:25
Message-Id: 1662708176.19c07d785315cbaf47d26e8340f6474fc5f23c3c.arthurzam@gentoo
1 commit: 19c07d785315cbaf47d26e8340f6474fc5f23c3c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 9 07:08:07 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 9 07:22:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c07d78
7
8 dev-python/pyghmi: drop 1.5.48, 1.5.49, 1.5.50
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pyghmi/Manifest | 3 ---
13 dev-python/pyghmi/pyghmi-1.5.48.ebuild | 39 ----------------------------------
14 dev-python/pyghmi/pyghmi-1.5.49.ebuild | 39 ----------------------------------
15 dev-python/pyghmi/pyghmi-1.5.50.ebuild | 39 ----------------------------------
16 4 files changed, 120 deletions(-)
17
18 diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
19 index 64589ba76bc8..3a46e67cabea 100644
20 --- a/dev-python/pyghmi/Manifest
21 +++ b/dev-python/pyghmi/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST pyghmi-1.5.48.tar.gz 243927 BLAKE2B 8395aa3bbba752654c2ad73f76735370f31f9548f91e7e0bbb3e52afd2d67a00b316f7e1e25a49ad16004308a635104fa57a00a6bed63639068de86d96e44316 SHA512 f3ee4d44504b2fa5950817e1957ac23c666af6ba36b0ba65dafa5b42036d12d204accf996c75947ecdb5f9533025b9b0d17b0e96612019d622fee678fd0ff592
24 -DIST pyghmi-1.5.49.tar.gz 244142 BLAKE2B f35b483cc4d48c5bc3fe6bd5c6ac3ea320d7c131a0e77f8ff8af1d14ecdc38972170d93b830070ab8c2d27ec8b8f1607ea0c065af4ad402bd0ee2e25307b9658 SHA512 9c8ce9ddf61b613cba59a49af4f5ebc40e37f83debf10854d2781f6b47fb0fff058cb9f784ed2d527f84ed1bad7c12acb97460fbab6a8552876510634c1bf5dd
25 -DIST pyghmi-1.5.50.tar.gz 244226 BLAKE2B 461bc9598497ae1f61d772ff223e7e4d2dc62660d41da2b660c4d71241c73c9107e8b0f74e5cf33fa8c9a8e79afaa834e4fb72e584ab2234a2874f9b23927208 SHA512 96fd274d8c7e55b6efc23612f145575e27a9a4949e20495ccfe023ff37dd7103cf0f42134350bf5fc0d1e4f86416981d01c18bd00d97a0b7a738fb5b363da457
26 DIST pyghmi-1.5.51.tar.gz 244303 BLAKE2B 9d675de9a3df5c314d5d0bf73cb0086297cf67d07d0f4488c65cbcb7ffa68aaccb9149666eded4c40984c1936a46294f113be07dd5b4e9ad772e3f40d9d29f19 SHA512 ab7f650f984f7677fcac4895c9d75f4184ae3268793c4c6682e2150c2e433b0b6c15ea7008cdd2389b5f2db992e3cae117c2bc2dc13b7d7cb3a19172fc12783c
27 DIST pyghmi-1.5.52.tar.gz 244775 BLAKE2B 5bfd9107f48b9e81ee4677a6dbe3100251cfa270ba2278e7edf39245dda176f0c33d550440feb0f3df9aed4afa8cc02927191be8ff5925ba1afd1ac5dda8d6a6 SHA512 5e3fde2fa34ae20165f0ab7ae703c9e285bc4db4aa30ade4af359efb25007d83b65a0f4ce48234e9596c2732fbb3dfad994b095af8ce1b4051e34472325b048b
28
29 diff --git a/dev-python/pyghmi/pyghmi-1.5.48.ebuild b/dev-python/pyghmi/pyghmi-1.5.48.ebuild
30 deleted file mode 100644
31 index 1844c945d4be..000000000000
32 --- a/dev-python/pyghmi/pyghmi-1.5.48.ebuild
33 +++ /dev/null
34 @@ -1,39 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..10} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="A pure python implementation of IPMI protocol"
46 -HOMEPAGE="
47 - https://opendev.org/x/pyghmi/
48 - https://pypi.org/project/pyghmi/
49 -"
50 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="Apache-2.0"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -
56 -RDEPEND="
57 - >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
58 - dev-python/pbr[${PYTHON_USEDEP}]
59 - >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
60 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
61 -"
62 -BDEPEND="
63 - test? (
64 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
65 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
66 - >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
67 - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
68 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
69 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
70 - )
71 -"
72 -
73 -distutils_enable_tests unittest
74
75 diff --git a/dev-python/pyghmi/pyghmi-1.5.49.ebuild b/dev-python/pyghmi/pyghmi-1.5.49.ebuild
76 deleted file mode 100644
77 index 1844c945d4be..000000000000
78 --- a/dev-python/pyghmi/pyghmi-1.5.49.ebuild
79 +++ /dev/null
80 @@ -1,39 +0,0 @@
81 -# Copyright 1999-2022 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=8
85 -
86 -DISTUTILS_USE_PEP517=setuptools
87 -PYTHON_COMPAT=( python3_{8..10} )
88 -
89 -inherit distutils-r1
90 -
91 -DESCRIPTION="A pure python implementation of IPMI protocol"
92 -HOMEPAGE="
93 - https://opendev.org/x/pyghmi/
94 - https://pypi.org/project/pyghmi/
95 -"
96 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
97 -
98 -LICENSE="Apache-2.0"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~x86"
101 -
102 -RDEPEND="
103 - >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
104 - dev-python/pbr[${PYTHON_USEDEP}]
105 - >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
106 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
107 -"
108 -BDEPEND="
109 - test? (
110 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
111 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
112 - >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
113 - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
114 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
115 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
116 - )
117 -"
118 -
119 -distutils_enable_tests unittest
120
121 diff --git a/dev-python/pyghmi/pyghmi-1.5.50.ebuild b/dev-python/pyghmi/pyghmi-1.5.50.ebuild
122 deleted file mode 100644
123 index 1844c945d4be..000000000000
124 --- a/dev-python/pyghmi/pyghmi-1.5.50.ebuild
125 +++ /dev/null
126 @@ -1,39 +0,0 @@
127 -# Copyright 1999-2022 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=8
131 -
132 -DISTUTILS_USE_PEP517=setuptools
133 -PYTHON_COMPAT=( python3_{8..10} )
134 -
135 -inherit distutils-r1
136 -
137 -DESCRIPTION="A pure python implementation of IPMI protocol"
138 -HOMEPAGE="
139 - https://opendev.org/x/pyghmi/
140 - https://pypi.org/project/pyghmi/
141 -"
142 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
143 -
144 -LICENSE="Apache-2.0"
145 -SLOT="0"
146 -KEYWORDS="~amd64 ~x86"
147 -
148 -RDEPEND="
149 - >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
150 - dev-python/pbr[${PYTHON_USEDEP}]
151 - >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
152 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
153 -"
154 -BDEPEND="
155 - test? (
156 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
157 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
158 - >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
159 - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
160 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
161 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
162 - )
163 -"
164 -
165 -distutils_enable_tests unittest