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/weberror/
Date: Tue, 02 May 2017 09:48:30
Message-Id: 1493718470.904652c7bfee241e9aa97e8e24690d6005d80636.mgorny@gentoo
1 commit: 904652c7bfee241e9aa97e8e24690d6005d80636
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 09:01:01 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 09:47:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904652c7
7
8 dev-python/weberror: Clean old versions up
9
10 dev-python/weberror/Manifest | 4 ----
11 dev-python/weberror/weberror-0.10.3-r1.ebuild | 34 ---------------------------
12 dev-python/weberror/weberror-0.11.ebuild | 34 ---------------------------
13 dev-python/weberror/weberror-0.12.ebuild | 34 ---------------------------
14 dev-python/weberror/weberror-0.13.ebuild | 34 ---------------------------
15 5 files changed, 140 deletions(-)
16
17 diff --git a/dev-python/weberror/Manifest b/dev-python/weberror/Manifest
18 index 677cdc45d35..c8aea52b029 100644
19 --- a/dev-python/weberror/Manifest
20 +++ b/dev-python/weberror/Manifest
21 @@ -1,5 +1 @@
22 -DIST WebError-0.10.3.tar.gz 81126 SHA256 a6cb354ff921aad008336599b5e56622ebbe8c76d86985e22af262e6f7242f3b SHA512 a0540429ca602e56c746887fb481e2ed7f8116318267457ded7cfb2b094bb5090be874c4b13fe369c7dc41ba602dea8af444e97c6825ae33b2976d97cf00defe WHIRLPOOL 6fc0179fc8cc05606ca1c79d88d9cb928cf66b65612fbc0de2308a647c3393ceb457b2ddf70af8054d90e2b5ded41c7a898d5ba5332eb287eecd43a0641cd2e3
23 -DIST WebError-0.11.tar.gz 91520 SHA256 b9d93480d28439a168098215a499b3789d08fcba3c6d24675d4c1f5e16e196cb SHA512 9e2cb470b1bc92a4d6344e4a5577504cc899184f0a53a9d0714fa00adb30e6b33d8568a26df735f6a71856ff2fba1ec6ed73c7d307a8a308e06e9d5c88813cb4 WHIRLPOOL 1af754a3b1a0346d9a55b5477ea644ab0f05a1a62705c52d232eb6a2418d5dc790183177dfbe3d916eb297c6507e02138bb3d849d1de0e1287bb2aab541a727f
24 -DIST WebError-0.12.tar.gz 85620 SHA256 c64a8407aaf917afd6261eaf08c2682e54ccf3ff6a3299630ec6e217e68a3ad3 SHA512 3b7e8110cf93efc0fdf8ca9222a5fa342b5a30261156cab755dd57f67468852d81dfa1e0a06765ae769c9e04d16b41105bc674584249dfa27ef54d8d2be659e7 WHIRLPOOL 65340782f068dc247bca67661ba5cf1916b50c495ecc8cd6603ae5b45b03c891656d8cb3d97e4562ff5ce8e7c9f72c2deabcf259350ca0e7c3c9b2aa9234c165
25 DIST WebError-0.13.1.tar.gz 85910 SHA256 c19f8bd57de2f1eea1b18a44f1ba1ad27421097c9ecfa0ae754fa42c9cdd9864 SHA512 eaf54ab27775ccb1bb7d58cbac29d2a8045070ab5c6aaf6b95899ec7d9a996f03df2b853ebb4ae39a816cde0985f04a45f2c0ce913b69229a1aef8adeb639a9f WHIRLPOOL 911537606ee46f5a0793ac41b15df7fee9863635ddcfffba9f58d6229828dd2d1d62b42f70e2dd790d788eacf11dd7b324c21a67b56aad42282e73aead072553
26 -DIST WebError-0.13.tar.gz 85809 SHA256 37f9d7fbf76ddaaa297cccecbdcb384b0061d6d6e686953277e1cf040f26a0fd SHA512 48e120f47fd5c7465f8da30583cb0bdce831bfe71ff00c2ebaeee89b607990492f58468d80a56a781daa63e3069e54e49e529c3e7b72dc9dcc0fcff6fd5caa53 WHIRLPOOL 062b95815fc5dc7457de7ae9270421ece8067d574ac6c7f9d1abbcde4692c146ceed81ac1031fa352030a10e9f35c82aadcbfae54a038cc97e37ad884bf65007
27
28 diff --git a/dev-python/weberror/weberror-0.10.3-r1.ebuild b/dev-python/weberror/weberror-0.10.3-r1.ebuild
29 deleted file mode 100644
30 index c96267084d9..00000000000
31 --- a/dev-python/weberror/weberror-0.10.3-r1.ebuild
32 +++ /dev/null
33 @@ -1,34 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit distutils-r1
42 -
43 -MY_PN="WebError"
44 -MY_P="${MY_PN}-${PV}"
45 -
46 -DESCRIPTION="Web Error handling and exception catching"
47 -HOMEPAGE="https://pypi.python.org/pypi/WebError"
48 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE="test"
54 -
55 -RDEPEND=">=dev-python/paste-1.7.1[${PYTHON_USEDEP}]
56 - dev-python/pygments[${PYTHON_USEDEP}]
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 - dev-python/tempita[${PYTHON_USEDEP}]
59 - dev-python/webob[${PYTHON_USEDEP}]"
60 -DEPEND="${RDEPEND}
61 - test? ( dev-python/webtest[${PYTHON_USEDEP}] )"
62 -
63 -S="${WORKDIR}/${MY_P}"
64 -
65 -python_test() {
66 - nosetests -v || die "Tests fail with ${EPYTHON}"
67 -}
68
69 diff --git a/dev-python/weberror/weberror-0.11.ebuild b/dev-python/weberror/weberror-0.11.ebuild
70 deleted file mode 100644
71 index 5497dfed868..00000000000
72 --- a/dev-python/weberror/weberror-0.11.ebuild
73 +++ /dev/null
74 @@ -1,34 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -
80 -PYTHON_COMPAT=( python2_7 )
81 -
82 -inherit distutils-r1
83 -
84 -MY_PN="WebError"
85 -MY_P="${MY_PN}-${PV}"
86 -
87 -DESCRIPTION="Web Error handling and exception catching"
88 -HOMEPAGE="https://pypi.python.org/pypi/WebError"
89 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
90 -
91 -LICENSE="MIT"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~x86"
94 -IUSE="test"
95 -
96 -RDEPEND=">=dev-python/paste-1.7.1[${PYTHON_USEDEP}]
97 - dev-python/pygments[${PYTHON_USEDEP}]
98 - dev-python/setuptools[${PYTHON_USEDEP}]
99 - dev-python/tempita[${PYTHON_USEDEP}]
100 - dev-python/webob[${PYTHON_USEDEP}]"
101 -DEPEND="${RDEPEND}
102 - test? ( dev-python/webtest[${PYTHON_USEDEP}] )"
103 -
104 -S="${WORKDIR}/${MY_P}"
105 -
106 -python_test() {
107 - nosetests -v || die "Tests fail with ${EPYTHON}"
108 -}
109
110 diff --git a/dev-python/weberror/weberror-0.12.ebuild b/dev-python/weberror/weberror-0.12.ebuild
111 deleted file mode 100644
112 index 5497dfed868..00000000000
113 --- a/dev-python/weberror/weberror-0.12.ebuild
114 +++ /dev/null
115 @@ -1,34 +0,0 @@
116 -# Copyright 1999-2015 Gentoo Foundation
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=5
120 -
121 -PYTHON_COMPAT=( python2_7 )
122 -
123 -inherit distutils-r1
124 -
125 -MY_PN="WebError"
126 -MY_P="${MY_PN}-${PV}"
127 -
128 -DESCRIPTION="Web Error handling and exception catching"
129 -HOMEPAGE="https://pypi.python.org/pypi/WebError"
130 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
131 -
132 -LICENSE="MIT"
133 -SLOT="0"
134 -KEYWORDS="~amd64 ~x86"
135 -IUSE="test"
136 -
137 -RDEPEND=">=dev-python/paste-1.7.1[${PYTHON_USEDEP}]
138 - dev-python/pygments[${PYTHON_USEDEP}]
139 - dev-python/setuptools[${PYTHON_USEDEP}]
140 - dev-python/tempita[${PYTHON_USEDEP}]
141 - dev-python/webob[${PYTHON_USEDEP}]"
142 -DEPEND="${RDEPEND}
143 - test? ( dev-python/webtest[${PYTHON_USEDEP}] )"
144 -
145 -S="${WORKDIR}/${MY_P}"
146 -
147 -python_test() {
148 - nosetests -v || die "Tests fail with ${EPYTHON}"
149 -}
150
151 diff --git a/dev-python/weberror/weberror-0.13.ebuild b/dev-python/weberror/weberror-0.13.ebuild
152 deleted file mode 100644
153 index 953c7a3a812..00000000000
154 --- a/dev-python/weberror/weberror-0.13.ebuild
155 +++ /dev/null
156 @@ -1,34 +0,0 @@
157 -# Copyright 1999-2016 Gentoo Foundation
158 -# Distributed under the terms of the GNU General Public License v2
159 -
160 -EAPI=5
161 -
162 -PYTHON_COMPAT=( python2_7 )
163 -
164 -inherit distutils-r1
165 -
166 -MY_PN="WebError"
167 -MY_P="${MY_PN}-${PV}"
168 -
169 -DESCRIPTION="Web Error handling and exception catching"
170 -HOMEPAGE="https://pypi.python.org/pypi/WebError"
171 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
172 -
173 -LICENSE="MIT"
174 -SLOT="0"
175 -KEYWORDS="~amd64 ~x86"
176 -IUSE="test"
177 -
178 -RDEPEND=">=dev-python/paste-1.7.1[${PYTHON_USEDEP}]
179 - dev-python/pygments[${PYTHON_USEDEP}]
180 - dev-python/setuptools[${PYTHON_USEDEP}]
181 - dev-python/tempita[${PYTHON_USEDEP}]
182 - dev-python/webob[${PYTHON_USEDEP}]"
183 -DEPEND="${RDEPEND}
184 - test? ( dev-python/webtest[${PYTHON_USEDEP}] )"
185 -
186 -S="${WORKDIR}/${MY_P}"
187 -
188 -python_test() {
189 - nosetests -v || die "Tests fail with ${EPYTHON}"
190 -}