Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wheel/
Date: Mon, 30 Jan 2017 20:05:28
Message-Id: 1485806589.0676a80855ef97d77ef026ec038a04497ea5186b.radhermit@gentoo
1 commit: 0676a80855ef97d77ef026ec038a04497ea5186b
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 20:02:03 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 20:03:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0676a808
7
8 dev-python/wheel: remove old
9
10 dev-python/wheel/Manifest | 4 ----
11 dev-python/wheel/wheel-0.24.0.ebuild | 20 ----------------
12 dev-python/wheel/wheel-0.26.0.ebuild | 21 ----------------
13 dev-python/wheel/wheel-0.27.0.ebuild | 46 ------------------------------------
14 dev-python/wheel/wheel-0.28.0.ebuild | 46 ------------------------------------
15 5 files changed, 137 deletions(-)
16
17 diff --git a/dev-python/wheel/Manifest b/dev-python/wheel/Manifest
18 index ffcfe73..5c929bf 100644
19 --- a/dev-python/wheel/Manifest
20 +++ b/dev-python/wheel/Manifest
21 @@ -1,5 +1 @@
22 -DIST wheel-0.24.0.tar.gz 50597 SHA256 ef832abfedea7ed86b6eae7400128f88053a1da81a37c00613b1279544d585aa SHA512 9990e6bb6e42eebdac26ce75cee13e3b3da293520b2b25fad6dd328b920ce484bcf238ab7f9092d4ac565e26833b164b1ad5b8b258c824ff07daede127b17283 WHIRLPOOL faf13ddf756910558fd13d3b9eae399e488cd1938998c58a1ac3117aa7843480da5aab7c8454d67596cac8f524e23c4465e0ee9d2499a6af4afd2017c6b5314d
23 -DIST wheel-0.26.0.tar.gz 51207 SHA256 eaad353805c180a47545a256e6508835b65a8e830ba1093ed8162f19a50a530c SHA512 04edbb993f1a2a6f9d22ca5eccd267da018df716a0d266d2f7bf6f7f5f4080e252163c84e07abf04cdd449a15c440a19981fe0669c4adc4d8a96667e325f7e24 WHIRLPOOL 8ab5c6ed7b36cf15ca77d4effa8f8c3ef0b44bb49c5a01d83ccd8eca35058e9012bee2ceb23139c1e6880e94aac314d20ad689074bb6a3fbb8bf408a5b8bfcaa
24 -DIST wheel-0.27.0.tar.gz 54003 SHA256 0beae2ec3a20df54869177ec00b4619219bc7cab5578984fb400517aee2df523 SHA512 26e95032861ef230cc0273360bc9439b4fe106379876ef6bec5f109d79f3d1f8701056b3752487cacf87ba902fc2df916b65f992454b64cc44cd8bf6ec8403f0 WHIRLPOOL 3215d55a742883842162ac289d8a62a8d1cbf1aaaeae88125db5bf5fcd01145076d9e5f66e440791862575f0fd723903116c4016c745c8cdb81965088d237619
25 -DIST wheel-0.28.0.tar.gz 54052 SHA256 70525cdda4fe80f3f4b7b5c00cffe4f5d967ec35f6ec55924b13ebd3f58694e1 SHA512 b15c77c1b282b4d7e4e39c8f475403a8ccb7f44a695ad6433630ecb1de450a951b2012387b8f73d95c47c1bc7d60f8fb56e5d2315fd0d2c404bf186f56e7cb08 WHIRLPOOL 5413e23d8f28a6a731928e7f3fbb5ff9dd1836da2ad7133665bd72859442406a12164d92efd82791a1286e8b8aa138bda92690a157f25e3fa91ecbb4d9a20798
26 DIST wheel-0.29.0.tar.gz 54143 SHA256 1ebb8ad7e26b448e9caa4773d2357849bf80ff9e313964bcaf79cbf0201a1648 SHA512 b72dec3cf71e3d87c611ff41f1381ed7f2c654edb50c808fb4fd0f552bab3572434495bf18c36d2ecc7cb8b355782054d3d6dedd5589ffda15027e72cff24602 WHIRLPOOL 93e501fc17208ece626217fda30b07991c6b7f73f16f1d7d5bf338ff0a21e4aed3c44ec243626cfda622c6e1e991ecc856a1cd6caf8e68b99e1edac46321e47e
27
28 diff --git a/dev-python/wheel/wheel-0.24.0.ebuild b/dev-python/wheel/wheel-0.24.0.ebuild
29 deleted file mode 100644
30 index 0c8b57c..00000000
31 --- a/dev-python/wheel/wheel-0.24.0.ebuild
32 +++ /dev/null
33 @@ -1,20 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI="5"
39 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A built-package format for Python"
44 -HOMEPAGE="https://pypi.python.org/pypi/wheel"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="doc"
51 -
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 -RDEPEND=""
54
55 diff --git a/dev-python/wheel/wheel-0.26.0.ebuild b/dev-python/wheel/wheel-0.26.0.ebuild
56 deleted file mode 100644
57 index 21835e2..00000000
58 --- a/dev-python/wheel/wheel-0.26.0.ebuild
59 +++ /dev/null
60 @@ -1,21 +0,0 @@
61 -# Copyright 1999-2015 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -# $Id$
64 -
65 -EAPI="5"
66 -
67 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="A built-package format for Python"
72 -HOMEPAGE="https://pypi.python.org/pypi/wheel"
73 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="MIT"
76 -SLOT="0"
77 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
78 -IUSE="doc"
79 -
80 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
81 -RDEPEND=""
82
83 diff --git a/dev-python/wheel/wheel-0.27.0.ebuild b/dev-python/wheel/wheel-0.27.0.ebuild
84 deleted file mode 100644
85 index 8292ad6..00000000
86 --- a/dev-python/wheel/wheel-0.27.0.ebuild
87 +++ /dev/null
88 @@ -1,46 +0,0 @@
89 -# Copyright 1999-2016 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -# $Id$
92 -
93 -EAPI=6
94 -
95 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
96 -
97 -inherit distutils-r1 eutils
98 -
99 -DESCRIPTION="A built-package format for Python"
100 -HOMEPAGE="https://pypi.python.org/pypi/wheel"
101 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
102 -
103 -LICENSE="MIT"
104 -SLOT="0"
105 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
106 -IUSE="doc test"
107 -
108 -RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
109 -DEPEND="${RDEPEND}
110 - dev-python/setuptools[${PYTHON_USEDEP}]"
111 -# test? (
112 -# dev-python/keyring
113 -# dev-python/keyrings_alt
114 -# dev-python/ed25519ll
115 -# dev-python/pytest[${PYTHON_USEDEP}]
116 -# )
117 -#"
118 -
119 -# Fails somehow
120 -RESTRICT=test
121 -
122 -python_test() {
123 - sed \
124 - -e 's:--cov=wheel::g' \
125 - -i setup.cfg || die
126 - py.test -v -v || die "testsuite failed under ${EPYTHON}"
127 -}
128 -
129 -pkg_postinst() {
130 - optfeature "Signature support" \
131 - dev-python/keyring \
132 - dev-python/keyrings_alt \
133 - dev-python/ed25519ll
134 -}
135
136 diff --git a/dev-python/wheel/wheel-0.28.0.ebuild b/dev-python/wheel/wheel-0.28.0.ebuild
137 deleted file mode 100644
138 index 8292ad6..00000000
139 --- a/dev-python/wheel/wheel-0.28.0.ebuild
140 +++ /dev/null
141 @@ -1,46 +0,0 @@
142 -# Copyright 1999-2016 Gentoo Foundation
143 -# Distributed under the terms of the GNU General Public License v2
144 -# $Id$
145 -
146 -EAPI=6
147 -
148 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
149 -
150 -inherit distutils-r1 eutils
151 -
152 -DESCRIPTION="A built-package format for Python"
153 -HOMEPAGE="https://pypi.python.org/pypi/wheel"
154 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
155 -
156 -LICENSE="MIT"
157 -SLOT="0"
158 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
159 -IUSE="doc test"
160 -
161 -RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
162 -DEPEND="${RDEPEND}
163 - dev-python/setuptools[${PYTHON_USEDEP}]"
164 -# test? (
165 -# dev-python/keyring
166 -# dev-python/keyrings_alt
167 -# dev-python/ed25519ll
168 -# dev-python/pytest[${PYTHON_USEDEP}]
169 -# )
170 -#"
171 -
172 -# Fails somehow
173 -RESTRICT=test
174 -
175 -python_test() {
176 - sed \
177 - -e 's:--cov=wheel::g' \
178 - -i setup.cfg || die
179 - py.test -v -v || die "testsuite failed under ${EPYTHON}"
180 -}
181 -
182 -pkg_postinst() {
183 - optfeature "Signature support" \
184 - dev-python/keyring \
185 - dev-python/keyrings_alt \
186 - dev-python/ed25519ll
187 -}