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/webob/
Date: Sun, 29 Mar 2020 11:51:19
Message-Id: 1585482650.4104874cf9f1d734e22630c278621d2e2b2229b2.mgorny@gentoo
1 commit: 4104874cf9f1d734e22630c278621d2e2b2229b2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 11:45:35 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 11:50:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4104874c
7
8 dev-python/webob: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/webob/Manifest | 1 -
13 dev-python/webob/webob-1.8.2-r1.ebuild | 45 ------------------------------
14 dev-python/webob/webob-1.8.2.ebuild | 45 ------------------------------
15 dev-python/webob/webob-1.8.5-r1.ebuild | 51 ----------------------------------
16 dev-python/webob/webob-1.8.5.ebuild | 45 ------------------------------
17 5 files changed, 187 deletions(-)
18
19 diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
20 index 20deaf84bcb..3d90bdb3959 100644
21 --- a/dev-python/webob/Manifest
22 +++ b/dev-python/webob/Manifest
23 @@ -1,2 +1 @@
24 -DIST WebOb-1.8.2.tar.gz 271737 BLAKE2B c6eef650e9b03c83d7c618d0187ef7fbd3432d043ab27501cf8c4d6dc3889f3b542c54bf35963d8a313d62246183373c30706bcf5fd00495808e21d3dc9e0482 SHA512 691a6cfbbff376e7b1f71adcaac4dbe8cc26cb4ddc396e2ab946ddf15b34c05c638113f48ee396d4edaf6ef77498ca8539d1c63de9f58894afb0e4b88bbf04ae
25 DIST WebOb-1.8.5.tar.gz 271955 BLAKE2B e1d22e91e8e04c88d6adcb4dcad93e1e0c37b5b3894eee7c2b5a92d2eea41719d3b42e05916bb355a3ac9a2f7357fe791ce6f776261bfc764eadf59d4be37bad SHA512 cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b
26
27 diff --git a/dev-python/webob/webob-1.8.2-r1.ebuild b/dev-python/webob/webob-1.8.2-r1.ebuild
28 deleted file mode 100644
29 index 5f8a233e41d..00000000000
30 --- a/dev-python/webob/webob-1.8.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,45 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
39 -
40 -inherit distutils-r1
41 -
42 -MY_PN=WebOb
43 -MY_P=${MY_PN}-${PV}
44 -
45 -DESCRIPTION="WSGI request and response object"
46 -HOMEPAGE="https://webob.org/"
47 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
52 -IUSE="doc test"
53 -
54 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
55 - doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] )
56 - test? ( dev-python/nose[${PYTHON_USEDEP}]
57 - dev-python/coverage[${PYTHON_USEDEP}] )"
58 -RDEPEND=""
59 -
60 -RESTRICT="!test? ( test )"
61 -
62 -S=${WORKDIR}/${MY_P}
63 -
64 -python_compile_all() {
65 - if use doc; then
66 - esetup.py build_sphinx
67 - fi
68 -}
69 -
70 -python_test() {
71 - nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
72 -}
73 -
74 -python_install_all() {
75 - use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
76 - distutils-r1_python_install_all
77 -}
78
79 diff --git a/dev-python/webob/webob-1.8.2.ebuild b/dev-python/webob/webob-1.8.2.ebuild
80 deleted file mode 100644
81 index c72fb0e6746..00000000000
82 --- a/dev-python/webob/webob-1.8.2.ebuild
83 +++ /dev/null
84 @@ -1,45 +0,0 @@
85 -# Copyright 1999-2020 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=7
89 -
90 -PYTHON_COMPAT=( python{2_7,3_6} )
91 -
92 -inherit distutils-r1
93 -
94 -MY_PN=WebOb
95 -MY_P=${MY_PN}-${PV}
96 -
97 -DESCRIPTION="WSGI request and response object"
98 -HOMEPAGE="https://webob.org/"
99 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
100 -
101 -LICENSE="MIT"
102 -SLOT="0"
103 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
104 -IUSE="doc test"
105 -
106 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
107 - doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] )
108 - test? ( dev-python/nose[${PYTHON_USEDEP}]
109 - dev-python/coverage[${PYTHON_USEDEP}] )"
110 -RDEPEND=""
111 -
112 -RESTRICT="!test? ( test )"
113 -
114 -S=${WORKDIR}/${MY_P}
115 -
116 -python_compile_all() {
117 - if use doc; then
118 - esetup.py build_sphinx
119 - fi
120 -}
121 -
122 -python_test() {
123 - nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
124 -}
125 -
126 -python_install_all() {
127 - use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
128 - distutils-r1_python_install_all
129 -}
130
131 diff --git a/dev-python/webob/webob-1.8.5-r1.ebuild b/dev-python/webob/webob-1.8.5-r1.ebuild
132 deleted file mode 100644
133 index 939aac364d8..00000000000
134 --- a/dev-python/webob/webob-1.8.5-r1.ebuild
135 +++ /dev/null
136 @@ -1,51 +0,0 @@
137 -# Copyright 1999-2020 Gentoo Authors
138 -# Distributed under the terms of the GNU General Public License v2
139 -
140 -EAPI=7
141 -
142 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
143 -
144 -inherit distutils-r1
145 -
146 -MY_PN=WebOb
147 -MY_P=${MY_PN}-${PV}
148 -
149 -DESCRIPTION="WSGI request and response object"
150 -HOMEPAGE="https://webob.org/"
151 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
152 -
153 -LICENSE="MIT"
154 -SLOT="0"
155 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
156 -IUSE="doc test"
157 -
158 -BDEPEND="
159 - dev-python/setuptools[${PYTHON_USEDEP}]
160 - doc? (
161 - >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]
162 - dev-python/alabaster[${PYTHON_USEDEP}]
163 - )
164 - test? (
165 - >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]
166 - )
167 -"
168 -
169 -RESTRICT="!test? ( test )"
170 -
171 -S=${WORKDIR}/${MY_P}
172 -
173 -python_prepare_all() {
174 - sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die
175 - distutils-r1_python_prepare_all
176 -}
177 -
178 -python_compile_all() {
179 - if use doc; then
180 - esetup.py build_sphinx
181 - HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
182 - fi
183 -}
184 -
185 -python_test() {
186 - pytest -vv || die "Tests fail with ${EPYTHON}"
187 -}
188
189 diff --git a/dev-python/webob/webob-1.8.5.ebuild b/dev-python/webob/webob-1.8.5.ebuild
190 deleted file mode 100644
191 index 7c5945cd51f..00000000000
192 --- a/dev-python/webob/webob-1.8.5.ebuild
193 +++ /dev/null
194 @@ -1,45 +0,0 @@
195 -# Copyright 1999-2020 Gentoo Authors
196 -# Distributed under the terms of the GNU General Public License v2
197 -
198 -EAPI=7
199 -
200 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
201 -
202 -inherit distutils-r1
203 -
204 -MY_PN=WebOb
205 -MY_P=${MY_PN}-${PV}
206 -
207 -DESCRIPTION="WSGI request and response object"
208 -HOMEPAGE="https://webob.org/"
209 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
210 -
211 -LICENSE="MIT"
212 -SLOT="0"
213 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
214 -IUSE="doc test"
215 -
216 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
217 - doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] )
218 - test? ( dev-python/nose[${PYTHON_USEDEP}]
219 - dev-python/coverage[${PYTHON_USEDEP}] )"
220 -RDEPEND=""
221 -
222 -RESTRICT="!test? ( test )"
223 -
224 -S=${WORKDIR}/${MY_P}
225 -
226 -python_compile_all() {
227 - if use doc; then
228 - esetup.py build_sphinx
229 - fi
230 -}
231 -
232 -python_test() {
233 - nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
234 -}
235 -
236 -python_install_all() {
237 - use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
238 - distutils-r1_python_install_all
239 -}