Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/six/, dev-python/six/files/
Date: Mon, 23 Nov 2015 10:06:04
Message-Id: 1448273131.965be6178b11294f479535e7a1bc1ee6095067bf.jlec@gentoo
1 commit: 965be6178b11294f479535e7a1bc1ee6095067bf
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 23 09:34:52 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 23 10:05:31 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965be617
7
8 dev-python/six: Drop old
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/six/Manifest | 3 ---
14 dev-python/six/files/six-1.5.2-mapping.patch | 12 ----------
15 dev-python/six/six-1.3.0.ebuild | 34 ---------------------------
16 dev-python/six/six-1.6.1.ebuild | 35 ----------------------------
17 dev-python/six/six-1.8.0.ebuild | 35 ----------------------------
18 dev-python/six/six-1.9.0.ebuild | 35 ----------------------------
19 6 files changed, 154 deletions(-)
20
21 diff --git a/dev-python/six/Manifest b/dev-python/six/Manifest
22 index e8a200a..cc52084 100644
23 --- a/dev-python/six/Manifest
24 +++ b/dev-python/six/Manifest
25 @@ -1,5 +1,2 @@
26 DIST six-1.10.0.tar.gz 29630 SHA256 105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a SHA512 9a53b7bc8f7e8b358c930eaecf91cc5639176a699830153f586780c3e6d637f1bd31349a69c383574f99da19cb3a36524e7733a318f3572b27aefb69c6409c2e WHIRLPOOL aad2fc7438b0df029bf477a783161dc169795c355be1281f1fe7aa4eb959eae5abf3bc96d097a221e0e5ad0b0494c29025bbe99bc28ff0c29ae1776e8691a70a
27 -DIST six-1.3.0.tar.gz 17701 SHA256 d59793f9b255bd00de800b97f9a50cce4fc8a44c205f7defa5bb7d691d13b852 SHA512 e8974d4bf62325f98e301e68c237489ca39cfa9ed1066f1cdfa34e18d20d0baf788cb515e44f00f1c823f9f923d2b30f63443dbc5df8c934b1a69b8c68210130 WHIRLPOOL bd259a4e2cd0ae2629a8998a01641874266928d6fe3e65669198a9706cd4f90579902196680932b5c9207db1005376ae8b4cbc7b63f30afabe8993e719df9a5e
28 -DIST six-1.6.1.tar.gz 24792 SHA256 d4392a7c8d91b005c002568a85faf617c67241c8cd8399cc395e8f1005aff80d SHA512 bd925295964696dc8632eb0b9d6632f25d4b461fefceb470d2bb537e98b0db9dddf9c2abb363657451b950572e91f1ab5973d12739781823f9b845abe5061057 WHIRLPOOL 54ee9309a0433231530962e64f19246cda75b36c191f6b567ccef4bb4c4cd631785d0641bc958b1cf360bc3eedcbc5bb268bc9ddf645b68c5c54bc80e184b3bc
29 -DIST six-1.8.0.tar.gz 26925 SHA256 047bbbba41bac37c444c75ddfdf0573dd6e2f1fbd824e6247bb26fa7d8fa3830 SHA512 e705c0213396d1220f02f2c6f724ddb9d95eefc38459b6d9bc547be859303bd404969965416f7d1614d2eab416d647d0b53502414cdc46bcb597675cf509b9ff WHIRLPOOL 1a84ecd8635e93f104447b78a6beb577639a5eebef79af40fd8c8e9796ae35c1f49dea64546f46ec31e5589c86c4b36c9fc2e28226e0c9540aabd49ebcf7bf07
30 DIST six-1.9.0.tar.gz 29127 SHA256 e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5 SHA512 bcd94367a26c326ff9cc884e67cd705077366b6c091ad4ec805791f0ddc05452fe046c0ad843fbd530fa956ef240b951e69a7fedd41f5e7aaaabdc4761e987ea WHIRLPOOL a71ed4a8c7688cf2fee668ea203e767a2ad073797d1a4c651704d3e6ee9070b32cf43b89bace98fd07781af98016bbe2d9ec1b2b7d67de02912cfa30be65052f
31
32 diff --git a/dev-python/six/files/six-1.5.2-mapping.patch b/dev-python/six/files/six-1.5.2-mapping.patch
33 deleted file mode 100644
34 index 4448176..0000000
35 --- a/dev-python/six/files/six-1.5.2-mapping.patch
36 +++ /dev/null
37 @@ -1,12 +0,0 @@
38 -Patch prevents downloading non essential .inv files during the doc build
39 -diff -ur six-1.5.2.orig/documentation/conf.py six-1.5.2/documentation/conf.py
40 ---- documentation/conf.py 2013-09-15 21:52:34.000000000 +0800
41 -+++ documentation/conf.py 2014-01-07 18:19:24.958916446 +0800
42 -@@ -211,7 +211,3 @@
43 - [u"Benjamin Peterson"], 1)
44 - ]
45 -
46 --# -- Intersphinx ---------------------------------------------------------------
47 --
48 --intersphinx_mapping = {"py2" : ("http://docs.python.org/2/", None),
49 -- "py3" : ("http://docs.python.org/3/", None)}
50
51 diff --git a/dev-python/six/six-1.3.0.ebuild b/dev-python/six/six-1.3.0.ebuild
52 deleted file mode 100644
53 index c8adc7e..0000000
54 --- a/dev-python/six/six-1.3.0.ebuild
55 +++ /dev/null
56 @@ -1,34 +0,0 @@
57 -# Copyright 1999-2015 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -# $Id$
60 -
61 -EAPI=5
62 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
63 -
64 -inherit distutils-r1
65 -
66 -DESCRIPTION="Python 2 and 3 compatibility library"
67 -HOMEPAGE="https://bitbucket.org/gutworth/six https://pypi.python.org/pypi/six"
68 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
69 -
70 -LICENSE="MIT"
71 -SLOT="0"
72 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
73 -IUSE="doc test"
74 -
75 -DEPEND="doc? ( dev-python/sphinx )
76 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
77 -
78 -python_compile_all() {
79 - use doc && emake -C documentation html
80 -}
81 -
82 -python_test() {
83 - py.test || die "Testing failed with ${EPYTHON}"
84 -}
85 -
86 -python_install_all() {
87 - use doc && local HTML_DOCS=( documentation/_build/html/ )
88 -
89 - distutils-r1_python_install_all
90 -}
91
92 diff --git a/dev-python/six/six-1.6.1.ebuild b/dev-python/six/six-1.6.1.ebuild
93 deleted file mode 100644
94 index 810fde9..0000000
95 --- a/dev-python/six/six-1.6.1.ebuild
96 +++ /dev/null
97 @@ -1,35 +0,0 @@
98 -# Copyright 1999-2015 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -# $Id$
101 -
102 -EAPI=5
103 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
104 -
105 -inherit distutils-r1
106 -
107 -DESCRIPTION="Python 2 and 3 compatibility library"
108 -HOMEPAGE="https://bitbucket.org/gutworth/six https://pypi.python.org/pypi/six"
109 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
110 -
111 -LICENSE="MIT"
112 -SLOT="0"
113 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
114 -IUSE="doc test"
115 -
116 -DEPEND="doc? ( dev-python/sphinx )
117 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
118 -
119 -PATCHES=( "${FILESDIR}"/${PN}-1.5.2-mapping.patch )
120 -
121 -python_compile_all() {
122 - use doc && emake -C documentation html
123 -}
124 -
125 -python_test() {
126 - py.test -v || die "Testing failed with ${EPYTHON}"
127 -}
128 -
129 -python_install_all() {
130 - use doc && local HTML_DOCS=( documentation/_build/html/ )
131 - distutils-r1_python_install_all
132 -}
133
134 diff --git a/dev-python/six/six-1.8.0.ebuild b/dev-python/six/six-1.8.0.ebuild
135 deleted file mode 100644
136 index 54e19fb..0000000
137 --- a/dev-python/six/six-1.8.0.ebuild
138 +++ /dev/null
139 @@ -1,35 +0,0 @@
140 -# Copyright 1999-2015 Gentoo Foundation
141 -# Distributed under the terms of the GNU General Public License v2
142 -# $Id$
143 -
144 -EAPI=5
145 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
146 -
147 -inherit distutils-r1
148 -
149 -DESCRIPTION="Python 2 and 3 compatibility library"
150 -HOMEPAGE="https://bitbucket.org/gutworth/six https://pypi.python.org/pypi/six"
151 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
152 -
153 -LICENSE="MIT"
154 -SLOT="0"
155 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
156 -IUSE="doc test"
157 -
158 -DEPEND="doc? ( dev-python/sphinx )
159 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
160 -
161 -PATCHES=( "${FILESDIR}"/${PN}-1.5.2-mapping.patch )
162 -
163 -python_compile_all() {
164 - use doc && emake -C documentation html
165 -}
166 -
167 -python_test() {
168 - py.test -v || die "Testing failed with ${EPYTHON}"
169 -}
170 -
171 -python_install_all() {
172 - use doc && local HTML_DOCS=( documentation/_build/html/ )
173 - distutils-r1_python_install_all
174 -}
175
176 diff --git a/dev-python/six/six-1.9.0.ebuild b/dev-python/six/six-1.9.0.ebuild
177 deleted file mode 100644
178 index b9eb225..0000000
179 --- a/dev-python/six/six-1.9.0.ebuild
180 +++ /dev/null
181 @@ -1,35 +0,0 @@
182 -# Copyright 1999-2015 Gentoo Foundation
183 -# Distributed under the terms of the GNU General Public License v2
184 -# $Id$
185 -
186 -EAPI=5
187 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
188 -
189 -inherit distutils-r1
190 -
191 -DESCRIPTION="Python 2 and 3 compatibility library"
192 -HOMEPAGE="https://bitbucket.org/gutworth/six https://pypi.python.org/pypi/six"
193 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
194 -
195 -LICENSE="MIT"
196 -SLOT="0"
197 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
198 -IUSE="doc test"
199 -
200 -DEPEND="doc? ( dev-python/sphinx )
201 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
202 -
203 -PATCHES=( "${FILESDIR}"/${PV}-mapping.patch )
204 -
205 -python_compile_all() {
206 - use doc && emake -C documentation html
207 -}
208 -
209 -python_test() {
210 - py.test -v || die "Testing failed with ${EPYTHON}"
211 -}
212 -
213 -python_install_all() {
214 - use doc && local HTML_DOCS=( documentation/_build/html/ )
215 - distutils-r1_python_install_all
216 -}