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/blosc/
Date: Tue, 24 Nov 2015 12:10:34
Message-Id: 1448367017.0976072dd7c6b13809251d6a1ff1ef86411be47d.jlec@gentoo
1 commit: 0976072dd7c6b13809251d6a1ff1ef86411be47d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 10:32:22 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 12:10:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0976072d
7
8 dev-python/blosc: Drop packages using bundled c-blosc
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/blosc/Manifest | 3 ---
14 dev-python/blosc/blosc-1.2.0.ebuild | 34 ----------------------------------
15 dev-python/blosc/blosc-1.2.1.ebuild | 34 ----------------------------------
16 dev-python/blosc/blosc-1.2.3.ebuild | 34 ----------------------------------
17 4 files changed, 105 deletions(-)
18
19 diff --git a/dev-python/blosc/Manifest b/dev-python/blosc/Manifest
20 index 6c361ff..3892cce 100644
21 --- a/dev-python/blosc/Manifest
22 +++ b/dev-python/blosc/Manifest
23 @@ -1,4 +1 @@
24 -DIST blosc-1.2.0.tar.gz 221882 SHA256 d740c1bd6440c5fd7203006538b6c626361fba705ce9ce8f36c400ddb2f50fec SHA512 85db692d3a68ebeacaaf3759807c386e05a13fbad873379d13fc2f2b7470929a3e6cbe7f37c952740e412eecb2cb83bed194e0f4f7af1ef2c934d5478cd93ce1 WHIRLPOOL aa81df21b15382f388fe746a7f9ab0f2ec9eaf82c56bcbd19edb03fb73ce527c6ff70d30461440e27a4292fcdb9f1d43ce039a3a6c2d9b0101f1a4441d2e1a61
25 -DIST blosc-1.2.1.tar.gz 225560 SHA256 41de5b3a129cb145e192a0f3e62b09b74da311b0750ad50ffcd4aaf8fcf6cfbe SHA512 1ec017b17313ca788ae96a54cdf57a8c770dc5c6eb7b2d13ff94c0c44e9adbced28a22a17497bc748955d756a799305f603d64fd882cefb5cd8068b6b46e8667 WHIRLPOOL 7ba45764eb15f21f2cacee32cbfdd6083d5dd1dcdb88fb0614429dc75e4f1edd311e7127932371a706beee5293963498b5f0b8f194f9d188d8da390e8201d409
26 -DIST blosc-1.2.3.tar.gz 225781 SHA256 46f796ae1360b3f1580a16dc7f9f2b88b019b4f5f013bec3b84ca9ef6c859da8 SHA512 85b5280f1cbc2163e1115a365aa8a47a1ae496795558f53ed78b1e81ab661a4187d3557cf8890b2a33fd0052a6cc88ac60dc1ea7e382cbf601ed83b440900cc8 WHIRLPOOL d4fb113755b2f98cb1d56976d82a38af1b3bfa2011a26d4a154eb3e9f8af14fc3975f29b643439031ecbf92813126f89aebeda123f8156e2bcc0db45dc9da96a
27 DIST blosc-1.2.8.tar.gz 259299 SHA256 fc8996733de73d70cc2482f98972a38a908ca7286d30429fe828390b1bb010c3 SHA512 8349a7b401e3b55b066efa4d647255dc7bc735a1de0eca5e33b2deb4ca90e317b90d6ea42433ed06f2680bccb2198e0e4bbdbf5a0fd1c22db900aa896c88427e WHIRLPOOL 1139c9f167565df0fd22fdddf20416db2bf214c6a58e45f0c3bd2118142d9782ff53e9e263f1fafbb79bb69ae17c9fad925accdaa009d7087c725c113e039d18
28
29 diff --git a/dev-python/blosc/blosc-1.2.0.ebuild b/dev-python/blosc/blosc-1.2.0.ebuild
30 deleted file mode 100644
31 index cc9c556..0000000
32 --- a/dev-python/blosc/blosc-1.2.0.ebuild
33 +++ /dev/null
34 @@ -1,34 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -
41 -PYTHON_COMPAT=( python{2_7,3_3} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="High performance compressor optimized for binary data"
46 -HOMEPAGE="http://blosc.pydata.org/"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -SLOT="0"
50 -LICENSE="BSD"
51 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
52 -IUSE="test"
53 -
54 -RDEPEND="dev-libs/c-blosc"
55 -DEPEND="${RDEPEND}
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
58 -
59 -python_prepare_all() {
60 - # remove forced sse2
61 - sed -i "s|CFLAGS\.append(\"-msse2\")|pass|" setup.py || die
62 - distutils-r1_python_prepare_all
63 -}
64 -
65 -python_test() {
66 - cd "${BUILD_DIR}"/lib || die
67 - nosetests -v || die
68 -}
69
70 diff --git a/dev-python/blosc/blosc-1.2.1.ebuild b/dev-python/blosc/blosc-1.2.1.ebuild
71 deleted file mode 100644
72 index cc9c556..0000000
73 --- a/dev-python/blosc/blosc-1.2.1.ebuild
74 +++ /dev/null
75 @@ -1,34 +0,0 @@
76 -# Copyright 1999-2015 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -# $Id$
79 -
80 -EAPI=5
81 -
82 -PYTHON_COMPAT=( python{2_7,3_3} )
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="High performance compressor optimized for binary data"
87 -HOMEPAGE="http://blosc.pydata.org/"
88 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
89 -
90 -SLOT="0"
91 -LICENSE="BSD"
92 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
93 -IUSE="test"
94 -
95 -RDEPEND="dev-libs/c-blosc"
96 -DEPEND="${RDEPEND}
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
99 -
100 -python_prepare_all() {
101 - # remove forced sse2
102 - sed -i "s|CFLAGS\.append(\"-msse2\")|pass|" setup.py || die
103 - distutils-r1_python_prepare_all
104 -}
105 -
106 -python_test() {
107 - cd "${BUILD_DIR}"/lib || die
108 - nosetests -v || die
109 -}
110
111 diff --git a/dev-python/blosc/blosc-1.2.3.ebuild b/dev-python/blosc/blosc-1.2.3.ebuild
112 deleted file mode 100644
113 index db06e86..0000000
114 --- a/dev-python/blosc/blosc-1.2.3.ebuild
115 +++ /dev/null
116 @@ -1,34 +0,0 @@
117 -# Copyright 1999-2015 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -# $Id$
120 -
121 -EAPI=5
122 -
123 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
124 -
125 -inherit distutils-r1
126 -
127 -DESCRIPTION="High performance compressor optimized for binary data"
128 -HOMEPAGE="http://blosc.pydata.org/"
129 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
130 -
131 -SLOT="0"
132 -LICENSE="BSD"
133 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
134 -IUSE="test"
135 -
136 -RDEPEND=">=dev-libs/c-blosc-1.3.5"
137 -DEPEND="${RDEPEND}
138 - dev-python/setuptools[${PYTHON_USEDEP}]
139 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
140 -
141 -python_prepare_all() {
142 - # remove forced sse2
143 - sed -i "s|CFLAGS\.append(\"-msse2\")|pass|" setup.py || die
144 - distutils-r1_python_prepare_all
145 -}
146 -
147 -python_test() {
148 - cd "${BUILD_DIR}"/lib || die
149 - nosetests -v || die
150 -}