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/futures/
Date: Tue, 02 May 2017 19:16:17
Message-Id: 1493752531.2dc247ea91ce1d9d5d9f9cc1501e675e2f5be1d3.mgorny@gentoo
1 commit: 2dc247ea91ce1d9d5d9f9cc1501e675e2f5be1d3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 19:11:27 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 19:15:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc247ea
7
8 dev-python/futures: Clean old versions up
9
10 dev-python/futures/Manifest | 3 ---
11 dev-python/futures/futures-3.0.2.ebuild | 38 ---------------------------------
12 dev-python/futures/futures-3.0.4.ebuild | 35 ------------------------------
13 dev-python/futures/futures-3.0.5.ebuild | 35 ------------------------------
14 4 files changed, 111 deletions(-)
15
16 diff --git a/dev-python/futures/Manifest b/dev-python/futures/Manifest
17 index 51b15a0c39b..0ffa0dd0c95 100644
18 --- a/dev-python/futures/Manifest
19 +++ b/dev-python/futures/Manifest
20 @@ -1,6 +1,3 @@
21 DIST futures-2.2.0.tar.gz 26786 SHA256 151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3 SHA512 5f2a835b4b3f6bf1c4f086984a2e1d6ab30004b9af9298ef8afb23549014695ba26b43500dad3ee873e52aacd75911a42cd4ec9dfae6522cb99476a480dc83ee WHIRLPOOL 5c38f64759d0f2a15a536e8a5cb5c7473ce61d46242fc0c0bc737dfe91ce9b6573c1291a6f305953b96cd6298e1e41f7e27b45a2f0c2647315826ad9a1246ccd
22 -DIST futures-3.0.2.tar.gz 24908 SHA256 dc3fc91508e49e0fd2f8625f0132d16e49c80f882e7e1d565c56b0d5dfbae257 SHA512 01525c16914506d1e82910c5994aacc011d1ed01e91b7e403203ed1aa22a8caa3ff759ff399dd72628bc211dcab0893852ac177f792711ee9f9037a64c7e5723 WHIRLPOOL a59740472ca7cf339beb9ed44095d7f02b5701fcb2a28e41adc4dc6da63f23e5a629602010183ed611c4f60ba1a109563bd87242adb729ece12b57d63379e160
23 DIST futures-3.0.3.tar.gz 24959 SHA256 2fe2342bb4fe8b8e217f0d21b5921cbe5408bf966d9f92025e707e881b198bed SHA512 2fa14df90e583ca86c47441b170a93435eb82fd37bb2e15d98e79c32fbe40fc3f602d762805de05fa8007df4a3ce92840915be59481b94ab4863aae884da74bd WHIRLPOOL 661a1174815766717eb7b130929c7aeef08079228df8f092093ee6cf40f84041ae6729cc7c0f2b05080efd0d80c0f7885c3ae333f7e5f3d21ccf2cfc20cbaa44
24 -DIST futures-3.0.4.tar.gz 25091 SHA256 19485d83f7bd2151c0aeaf88fbba3ee50dadfb222ffc3b66a344ef4952b782a3 SHA512 490a42b547614e2a02fae487861ba8c8409c2e7c556ba81c6ea7a3096d06f7e083983b1e9b99dc978c4badc1dc30272f4a5cfa87c38b3d0ab8029673ee66f52c WHIRLPOOL 5f3809d710743638b8aa3afdae0125771096858c88a8b2c5c533187736dad8b6bc8c38dad327b98d36183574b072c9268751645caa16132ac8df32715262f741
25 -DIST futures-3.0.5.tar.gz 25153 SHA256 0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df SHA512 29f366a273600924acba4b78d53e2f911379da04a7067c3bc2911c20c0fe880300fc2b8c91d8f1b6689e5732b79eeb4198fde56854ab2b7caf47382ad5942435 WHIRLPOOL af27bac5b3530bdb85987606fbce11ac8d6c426a8b7ed825c96607284e1690194a0f128d696770777ae417cba9237f7b5670587ae27c57556a80251bfbb557cd
26 DIST futures-3.1.1.tar.gz 26471 SHA256 51ecb45f0add83c806c68e4b06106f90db260585b25ef2abfcda0bd95c0132fd SHA512 7ccb041271ed2688591942f46ab2d2c92d806efbd5209ff9aba77c6d5d3c1a1495fccbeb1718d914894b0b8d936438687e8f3cc22b7ab6625fb518321084ead3 WHIRLPOOL e0c71503261511713872344cd7e8c429ae62ac5fef934758fd1c7b60a7a697c824bbc78ca1aeb7a05b03c8b2a14ca63dfe3028e7c48e78670ecdbe9dd66d0051
27
28 diff --git a/dev-python/futures/futures-3.0.2.ebuild b/dev-python/futures/futures-3.0.2.ebuild
29 deleted file mode 100644
30 index e829b5b3d1f..00000000000
31 --- a/dev-python/futures/futures-3.0.2.ebuild
32 +++ /dev/null
33 @@ -1,38 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -PYTHON_COMPAT=( python2_7 pypy )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Backport of the concurrent.futures package from Python 3.2"
42 -HOMEPAGE="https://code.google.com/p/pythonfutures https://pypi.python.org/pypi/futures"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="doc"
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
52 -
53 -python_compile_all() {
54 - use doc && emake -C docs html
55 -}
56 -
57 -python_test() {
58 - # tests that fail under pypy
59 - # https://code.google.com/p/pythonfutures/issues/detail?id=27
60 - if [[ "${EPYTHON}" == pypy ]]; then
61 - sed -e 's:test_del_shutdown:_&:g' \
62 - -e 's:test_repr:_&:' -i test_futures.py || die
63 - fi
64 - "${PYTHON}" test_futures.py || die "Tests fail with ${EPYTHON}"
65 -}
66 -
67 -python_install_all() {
68 - local DOCS=( CHANGES )
69 - use doc && local HTML_DOCS=( docs/_build/html/. )
70 - distutils-r1_python_install_all
71 -}
72
73 diff --git a/dev-python/futures/futures-3.0.4.ebuild b/dev-python/futures/futures-3.0.4.ebuild
74 deleted file mode 100644
75 index 348d3ec81d5..00000000000
76 --- a/dev-python/futures/futures-3.0.4.ebuild
77 +++ /dev/null
78 @@ -1,35 +0,0 @@
79 -# Copyright 1999-2016 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=5
83 -
84 -PYTHON_COMPAT=( python2_7 pypy )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="Backport of the concurrent.futures package from Python 3.2"
89 -HOMEPAGE="https://code.google.com/p/pythonfutures https://pypi.python.org/pypi/futures"
90 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
91 -
92 -LICENSE="BSD"
93 -SLOT="0"
94 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
95 -IUSE="doc"
96 -
97 -DEPEND="
98 - dev-python/setuptools[${PYTHON_USEDEP}]
99 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
100 -
101 -python_compile_all() {
102 - use doc && emake -C docs html
103 -}
104 -
105 -python_test() {
106 - "${PYTHON}" test_futures.py || die "Tests fail with ${EPYTHON}"
107 -}
108 -
109 -python_install_all() {
110 - local DOCS=( CHANGES )
111 - use doc && local HTML_DOCS=( docs/_build/html/. )
112 - distutils-r1_python_install_all
113 -}
114
115 diff --git a/dev-python/futures/futures-3.0.5.ebuild b/dev-python/futures/futures-3.0.5.ebuild
116 deleted file mode 100644
117 index e82afb2250a..00000000000
118 --- a/dev-python/futures/futures-3.0.5.ebuild
119 +++ /dev/null
120 @@ -1,35 +0,0 @@
121 -# Copyright 1999-2016 Gentoo Foundation
122 -# Distributed under the terms of the GNU General Public License v2
123 -
124 -EAPI=5
125 -
126 -PYTHON_COMPAT=( python2_7 pypy )
127 -
128 -inherit distutils-r1
129 -
130 -DESCRIPTION="Backport of the concurrent.futures package from Python 3.2"
131 -HOMEPAGE="https://code.google.com/p/pythonfutures https://pypi.python.org/pypi/futures"
132 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
133 -
134 -LICENSE="BSD"
135 -SLOT="0"
136 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
137 -IUSE="doc"
138 -
139 -DEPEND="
140 - dev-python/setuptools[${PYTHON_USEDEP}]
141 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
142 -
143 -python_compile_all() {
144 - use doc && emake -C docs html
145 -}
146 -
147 -python_test() {
148 - "${PYTHON}" test_futures.py || die "Tests fail with ${EPYTHON}"
149 -}
150 -
151 -python_install_all() {
152 - local DOCS=( CHANGES )
153 - use doc && local HTML_DOCS=( docs/_build/html/. )
154 - distutils-r1_python_install_all
155 -}