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/service_identity/
Date: Sun, 29 Mar 2020 08:20:26
Message-Id: 1585469948.e57dfa6cec7447f6c632fb87557fc644f293fe24.mgorny@gentoo
1 commit: e57dfa6cec7447f6c632fb87557fc644f293fe24
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 07:53:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 08:19:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57dfa6c
7
8 dev-python/service_identity: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/service_identity/Manifest | 4 --
13 .../service_identity-14.0.0.ebuild | 46 --------------------
14 .../service_identity-16.0.0.ebuild | 46 --------------------
15 .../service_identity-17.0.0-r1.ebuild | 46 --------------------
16 .../service_identity-17.0.0.ebuild | 49 ----------------------
17 5 files changed, 191 deletions(-)
18
19 diff --git a/dev-python/service_identity/Manifest b/dev-python/service_identity/Manifest
20 index 96c69033d8e..e62707eb6f6 100644
21 --- a/dev-python/service_identity/Manifest
22 +++ b/dev-python/service_identity/Manifest
23 @@ -1,5 +1 @@
24 -DIST service_identity-14.0.0.tar.gz 26033 BLAKE2B 1cc3e0f686f79abb903a2b06e429e4f5db96719a670b371ea98a7bb52269387fb2c1beb1fcfacdc278ee628bc445a7d2879526174f3111ab874c002d2248430b SHA512 d504ad388defb38a86ca82c8ff9582dbb664a929e4b4ee7f6732b2da5326c33b1764384a8d849972f83ae7800c775daf90c1f3fbc61b8d2c29294f44c7cd36d2
25 -DIST service_identity-16.0.0.tar.gz 30270 BLAKE2B ced67dc2be04db57d79c60f4fa0e330b09ec1315986206911b807b65a7b97e313ea376de74501e938aa77f2e02a693669539f899de8ec817848b24c0c03f42dd SHA512 0ffa28b3dece2415a058ec159e4f85f3e86c0de520ed5d6933ec49edca91ccc79a57893ace40d5441455791433828ab55a939e90335dfdee8582627e33a896ae
26 -DIST service_identity-17.0.0.gh.tar.gz 29078 BLAKE2B 4fcf8ab697d87c13268da880f8d8caf59ad2d5d8734b7a8c65100fdeca81a0261e8c88d21b7c91bbd42fc1e271bd4440826254003eaedac17f66c09312a9f15b SHA512 3824cb473420a5ce6779fd35ff931189ed68286ad1f7f2936e3253a785cd76a77bbb95210a4a5fde1b1ef0c8d9c762b8e89ab44dce60ee43e34b2553ab78b5aa
27 -DIST service_identity-17.0.0.tar.gz 23502 BLAKE2B 49218eb0c4021d7a69b09ca79d60b3f421c3c35b606de9bb47812e949b0f1284f0fed5bd9e18615bd569ea31b426339fb8ecacaa7e30cca0cb0abf488bea02f7 SHA512 4ba35166b520bbeb391c047b5fcca1dbf137a65e0624c92a6b6c2229f9521627be95195a8e502cbcc5a887d904598b1f0e63b47f6a38ee9f78afe13278d692ec
28 DIST service_identity-18.1.0.gh.tar.gz 34252 BLAKE2B 18823e6b8ca9444591f063b4835362522e3ae374cd669f2da299389fa2977f42e0a1d715b35d90e9518bdd8ac8c76e0adf4e121e85e2352de78e621d5f1e6259 SHA512 6b6da48c543bfbe0d9da9f0d03dbd735ce97e64a76cbf9eae2b615ced7b91c5fcca1f25353e53858c48da9c4e0c0be4e33fa4559adb50899a79689cbb372f49b
29
30 diff --git a/dev-python/service_identity/service_identity-14.0.0.ebuild b/dev-python/service_identity/service_identity-14.0.0.ebuild
31 deleted file mode 100644
32 index c692cfe42e3..00000000000
33 --- a/dev-python/service_identity/service_identity-14.0.0.ebuild
34 +++ /dev/null
35 @@ -1,46 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -
41 -PYTHON_COMPAT=( python2_7 )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Service identity verification for pyOpenSSL"
46 -HOMEPAGE="https://github.com/pyca/service_identity"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE=" MIT"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 ~sparc x86"
52 -IUSE="doc test"
53 -RESTRICT="!test? ( test )"
54 -
55 -RDEPEND="
56 - dev-python/pyasn1[${PYTHON_USEDEP}]
57 - dev-python/pyasn1-modules[${PYTHON_USEDEP}]
58 - >=dev-python/pyopenssl-0.12[${PYTHON_USEDEP}]
59 - >=dev-python/characteristic-14.0.0[${PYTHON_USEDEP}]"
60 -DEPEND="
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
63 -
64 -python_prepare_all() {
65 - # Prevent un-needed download during build
66 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
67 - distutils-r1_python_prepare_all
68 -}
69 -
70 -python_compile_all() {
71 - use doc && emake -C docs html
72 -}
73 -
74 -python_test() {
75 - py.test -v -v -x || die "tests failed under ${EPYTHON}"
76 -}
77 -
78 -python_install_all() {
79 - use doc && local HTML_DOCS=( docs/_build/html/. )
80 - distutils-r1_python_install_all
81 -}
82
83 diff --git a/dev-python/service_identity/service_identity-16.0.0.ebuild b/dev-python/service_identity/service_identity-16.0.0.ebuild
84 deleted file mode 100644
85 index ecebb40c717..00000000000
86 --- a/dev-python/service_identity/service_identity-16.0.0.ebuild
87 +++ /dev/null
88 @@ -1,46 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=5
93 -
94 -PYTHON_COMPAT=( python2_7 python3_6 )
95 -
96 -inherit distutils-r1
97 -
98 -DESCRIPTION="Service identity verification for pyOpenSSL"
99 -HOMEPAGE="https://github.com/pyca/service_identity"
100 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
101 -
102 -LICENSE=" MIT"
103 -SLOT="0"
104 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 s390 sparc x86"
105 -IUSE="doc test"
106 -RESTRICT="!test? ( test )"
107 -
108 -RDEPEND="
109 - dev-python/pyasn1[${PYTHON_USEDEP}]
110 - dev-python/pyasn1-modules[${PYTHON_USEDEP}]
111 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
112 - dev-python/attrs[${PYTHON_USEDEP}]"
113 -DEPEND="
114 - dev-python/setuptools[${PYTHON_USEDEP}]
115 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
116 -
117 -python_prepare_all() {
118 - # Prevent un-needed download during build
119 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
120 - distutils-r1_python_prepare_all
121 -}
122 -
123 -python_compile_all() {
124 - use doc && emake -C docs html
125 -}
126 -
127 -python_test() {
128 - py.test -v -v -x || die "tests failed under ${EPYTHON}"
129 -}
130 -
131 -python_install_all() {
132 - use doc && local HTML_DOCS=( docs/_build/html/. )
133 - distutils-r1_python_install_all
134 -}
135
136 diff --git a/dev-python/service_identity/service_identity-17.0.0-r1.ebuild b/dev-python/service_identity/service_identity-17.0.0-r1.ebuild
137 deleted file mode 100644
138 index 5e1869e6204..00000000000
139 --- a/dev-python/service_identity/service_identity-17.0.0-r1.ebuild
140 +++ /dev/null
141 @@ -1,46 +0,0 @@
142 -# Copyright 1999-2020 Gentoo Authors
143 -# Distributed under the terms of the GNU General Public License v2
144 -
145 -EAPI=5
146 -
147 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
148 -
149 -inherit distutils-r1
150 -
151 -DESCRIPTION="Service identity verification for pyOpenSSL"
152 -HOMEPAGE="https://github.com/pyca/service_identity"
153 -SRC_URI="https://github.com/pyca/service_identity/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
154 -
155 -LICENSE=" MIT"
156 -SLOT="0"
157 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
158 -IUSE="doc test"
159 -RESTRICT="!test? ( test )"
160 -
161 -RDEPEND="
162 - dev-python/pyasn1[${PYTHON_USEDEP}]
163 - dev-python/pyasn1-modules[${PYTHON_USEDEP}]
164 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
165 - dev-python/attrs[${PYTHON_USEDEP}]"
166 -DEPEND="
167 - dev-python/setuptools[${PYTHON_USEDEP}]
168 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
169 -
170 -python_prepare_all() {
171 - # Prevent un-needed download during build
172 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
173 - distutils-r1_python_prepare_all
174 -}
175 -
176 -python_compile_all() {
177 - use doc && emake -C docs html
178 -}
179 -
180 -python_test() {
181 - py.test -v -v -x || die "tests failed under ${EPYTHON}"
182 -}
183 -
184 -python_install_all() {
185 - use doc && local HTML_DOCS=( docs/_build/html/. )
186 - distutils-r1_python_install_all
187 -}
188
189 diff --git a/dev-python/service_identity/service_identity-17.0.0.ebuild b/dev-python/service_identity/service_identity-17.0.0.ebuild
190 deleted file mode 100644
191 index cbd502474d7..00000000000
192 --- a/dev-python/service_identity/service_identity-17.0.0.ebuild
193 +++ /dev/null
194 @@ -1,49 +0,0 @@
195 -# Copyright 1999-2020 Gentoo Authors
196 -# Distributed under the terms of the GNU General Public License v2
197 -
198 -EAPI=5
199 -
200 -PYTHON_COMPAT=( python2_7 python3_6 )
201 -
202 -inherit distutils-r1
203 -
204 -DESCRIPTION="Service identity verification for pyOpenSSL"
205 -HOMEPAGE="https://github.com/pyca/service_identity"
206 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
207 -
208 -LICENSE=" MIT"
209 -SLOT="0"
210 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux"
211 -IUSE="doc test"
212 -RESTRICT="!test? ( test )"
213 -
214 -RDEPEND="
215 - dev-python/pyasn1[${PYTHON_USEDEP}]
216 - dev-python/pyasn1-modules[${PYTHON_USEDEP}]
217 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
218 - dev-python/attrs[${PYTHON_USEDEP}]"
219 -DEPEND="
220 - dev-python/setuptools[${PYTHON_USEDEP}]
221 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
222 -
223 -# tests not included in this release
224 -RESTRICT="test"
225 -
226 -python_prepare_all() {
227 - # Prevent un-needed download during build
228 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
229 - distutils-r1_python_prepare_all
230 -}
231 -
232 -python_compile_all() {
233 - use doc && emake -C docs html
234 -}
235 -
236 -python_test() {
237 - py.test -v -v -x || die "tests failed under ${EPYTHON}"
238 -}
239 -
240 -python_install_all() {
241 - use doc && local HTML_DOCS=( docs/_build/html/. )
242 - distutils-r1_python_install_all
243 -}