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/indexed_gzip/
Date: Sun, 17 Oct 2021 08:58:16
Message-Id: 1634461083.c943e1ee4da88e1ceafa2deefb241c36783a25c1.mgorny@gentoo
1 commit: c943e1ee4da88e1ceafa2deefb241c36783a25c1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:56:19 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:58:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c943e1ee
7
8 dev-python/indexed_gzip: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/indexed_gzip/Manifest | 4 --
13 dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild | 39 ------------------
14 dev-python/indexed_gzip/indexed_gzip-1.6.0.ebuild | 47 ----------------------
15 dev-python/indexed_gzip/indexed_gzip-1.6.1.ebuild | 42 -------------------
16 dev-python/indexed_gzip/indexed_gzip-1.6.2.ebuild | 44 --------------------
17 5 files changed, 176 deletions(-)
18
19 diff --git a/dev-python/indexed_gzip/Manifest b/dev-python/indexed_gzip/Manifest
20 index c25e404582c..7bef8fd7139 100644
21 --- a/dev-python/indexed_gzip/Manifest
22 +++ b/dev-python/indexed_gzip/Manifest
23 @@ -1,5 +1 @@
24 -DIST indexed_gzip-0.8.10.tar.gz 79133 BLAKE2B ebb5bc69d92b627b0546c8570ea533a7d6541cffbda6ddbf38d2712e5d7b13f5684a4d962b457cb0beaf8f6d9d6c5bd810c31af18396d7ce2a7d3f9ce0a039d6 SHA512 cd57a0442e95a4760d710227a5d9f69841bef851427c536e5cfde7c9f962c9d403e0b38341ba2e07c5cde668e0f26ff7848d154f6243a2cee1cf6c327a7f4e1e
25 -DIST indexed_gzip-1.6.0.tar.gz 99260 BLAKE2B 15fff478a275baf59f152040455502f57762889959c4d2989e44b626dad25d381ff73029107c4495b477397ff5dc0763d1934f23bcc85a6296a0eec85a36b421 SHA512 0e01da5e8c527202c1f18148bad2a8ebec9ca0bc1bc49ce4804c6a32397797525cc7bfdfc254139c3c1b037d3f65171c010453ff3fae6e6256304ddf486bc58d
26 -DIST indexed_gzip-1.6.1.tar.gz 99290 BLAKE2B bbaa0fe55c132fef4e392c4a154cc7f5cb19e25761af298d70a8c9f5d1019701f0f470b9bcff333b02b0ecfc13b823a5cd64c16cfd2d113955f7e59837dcbd7f SHA512 8b508ac7fc161b75ee7ed9cc0ce8828e0f195c3aa676114c54d5b2767b9f2e56b0c203e63f2036245ede9649138d197dffabd67f41b41232e6c66e2ee1336529
27 -DIST indexed_gzip-1.6.2.tar.gz 100520 BLAKE2B 028fa28330fcb9958338226b47d2b503cb9810c03d4dbba2abb9f352ff575b05f73d660a683b2ff4be96441acbbf67c01203eb749e2b81df0d35ad7d7aed94d3 SHA512 977567074df02bf95aa11b47326458d14d7a33b29e001b67e7a52b2ffc2a0c465e361ab1d6ed6ca45b451d5ae99f81ca29034c7af52a6c5168b3a81e8c348689
28 DIST indexed_gzip-1.6.3.tar.gz 101073 BLAKE2B 685a8b1d8d69dce138ba6eab8af31d537e130674ba96f9383cc28b4440c472cbdde58f97bcda2d2145177342ade369bd88c44799ba07900ebd653c30678cc58e SHA512 567a54ca23fea63b2a8b386cace0e5bd52e6cf587c7507a555f727cb549b9ab32b1395e3b1ac94c1f09e680a62bb0c079b7bb4be724994813ad52db774b83e20
29
30 diff --git a/dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild b/dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild
31 deleted file mode 100644
32 index e8c9e2200f2..00000000000
33 --- a/dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild
34 +++ /dev/null
35 @@ -1,39 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -PYTHON_COMPAT=( python3_{7..9} )
42 -
43 -inherit distutils-r1 virtualx
44 -
45 -DESCRIPTION="Fast random access of gzip files in Python"
46 -HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip"
47 -SRC_URI="https://github.com/pauldmccarthy/indexed_gzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="ZLIB"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -DEPEND="
54 - dev-python/cython[${PYTHON_USEDEP}]
55 - test? (
56 - dev-python/numpy[${PYTHON_USEDEP}]
57 - )
58 - "
59 -RDEPEND=""
60 -
61 -distutils_enable_tests pytest
62 -
63 -src_compile() {
64 - if use test; then
65 - export INDEXED_GZIP_TESTING=1
66 - fi
67 - distutils-r1_src_compile
68 -}
69 -
70 -python_test() {
71 - cp conftest.py "${BUILD_DIR}" || die
72 - cd "${BUILD_DIR}" || die
73 - pytest -vv --nelems 500000 --niters 250 || die
74 -}
75
76 diff --git a/dev-python/indexed_gzip/indexed_gzip-1.6.0.ebuild b/dev-python/indexed_gzip/indexed_gzip-1.6.0.ebuild
77 deleted file mode 100644
78 index 6803e7e7dcc..00000000000
79 --- a/dev-python/indexed_gzip/indexed_gzip-1.6.0.ebuild
80 +++ /dev/null
81 @@ -1,47 +0,0 @@
82 -# Copyright 1999-2021 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=7
86 -
87 -PYTHON_COMPAT=( python3_{7..9} )
88 -
89 -inherit distutils-r1 virtualx
90 -
91 -DESCRIPTION="Fast random access of gzip files in Python"
92 -HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip"
93 -SRC_URI="https://github.com/pauldmccarthy/indexed_gzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
94 -
95 -LICENSE="ZLIB"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~x86"
98 -
99 -BDEPEND="
100 - dev-python/cython[${PYTHON_USEDEP}]
101 - test? (
102 - dev-python/numpy[${PYTHON_USEDEP}]
103 - )
104 - "
105 -
106 -distutils_enable_tests pytest
107 -
108 -src_prepare() {
109 - sed -i -e 's:--cov=indexed_gzip::' setup.cfg || die
110 - distutils-r1_src_prepare
111 -}
112 -
113 -src_compile() {
114 - if use test; then
115 - export INDEXED_GZIP_TESTING=1
116 - fi
117 - distutils-r1_src_compile
118 -}
119 -
120 -python_test() {
121 - local ignore=(
122 - # requires nibabel
123 - test_nibabel_integration.py
124 - )
125 -
126 - cd "${BUILD_DIR}"/lib/indexed_gzip/tests || die
127 - epytest ${ignore[@]/#/--ignore }
128 -}
129
130 diff --git a/dev-python/indexed_gzip/indexed_gzip-1.6.1.ebuild b/dev-python/indexed_gzip/indexed_gzip-1.6.1.ebuild
131 deleted file mode 100644
132 index 6481acb4f3b..00000000000
133 --- a/dev-python/indexed_gzip/indexed_gzip-1.6.1.ebuild
134 +++ /dev/null
135 @@ -1,42 +0,0 @@
136 -# Copyright 1999-2021 Gentoo Authors
137 -# Distributed under the terms of the GNU General Public License v2
138 -
139 -EAPI=7
140 -
141 -PYTHON_COMPAT=( python3_{7..9} )
142 -
143 -inherit distutils-r1 virtualx
144 -
145 -DESCRIPTION="Fast random access of gzip files in Python"
146 -HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip"
147 -SRC_URI="https://github.com/pauldmccarthy/indexed_gzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
148 -
149 -LICENSE="ZLIB"
150 -SLOT="0"
151 -KEYWORDS="~amd64 ~x86"
152 -
153 -BDEPEND="
154 - dev-python/cython[${PYTHON_USEDEP}]
155 - test? (
156 - dev-python/numpy[${PYTHON_USEDEP}]
157 - )
158 - "
159 -
160 -distutils_enable_tests pytest
161 -
162 -src_prepare() {
163 - sed -i -e 's:--cov=indexed_gzip::' setup.cfg || die
164 - distutils-r1_src_prepare
165 -}
166 -
167 -src_compile() {
168 - if use test; then
169 - export INDEXED_GZIP_TESTING=1
170 - fi
171 - distutils-r1_src_compile
172 -}
173 -
174 -python_test() {
175 - cd "${BUILD_DIR}"/lib/indexed_gzip/tests || die
176 - epytest
177 -}
178
179 diff --git a/dev-python/indexed_gzip/indexed_gzip-1.6.2.ebuild b/dev-python/indexed_gzip/indexed_gzip-1.6.2.ebuild
180 deleted file mode 100644
181 index f2cf3667d4c..00000000000
182 --- a/dev-python/indexed_gzip/indexed_gzip-1.6.2.ebuild
183 +++ /dev/null
184 @@ -1,44 +0,0 @@
185 -# Copyright 1999-2021 Gentoo Authors
186 -# Distributed under the terms of the GNU General Public License v2
187 -
188 -EAPI=8
189 -
190 -PYTHON_COMPAT=( python3_{8..10} )
191 -inherit distutils-r1
192 -
193 -DESCRIPTION="Fast random access of gzip files in Python"
194 -HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip"
195 -SRC_URI="https://github.com/pauldmccarthy/indexed_gzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
196 -
197 -LICENSE="ZLIB"
198 -SLOT="0"
199 -KEYWORDS="~amd64 ~x86"
200 -
201 -RDEPEND="
202 - sys-libs/zlib:="
203 -DEPEND=${RDEPEND}
204 -BDEPEND="
205 - dev-python/cython[${PYTHON_USEDEP}]
206 - test? (
207 - dev-python/numpy[${PYTHON_USEDEP}]
208 - )
209 - "
210 -
211 -distutils_enable_tests pytest
212 -
213 -src_prepare() {
214 - sed -i -e 's:--cov=indexed_gzip::' setup.cfg || die
215 - distutils-r1_src_prepare
216 -}
217 -
218 -src_compile() {
219 - if use test; then
220 - export INDEXED_GZIP_TESTING=1
221 - fi
222 - distutils-r1_src_compile
223 -}
224 -
225 -python_test() {
226 - cd "${BUILD_DIR}"/lib/indexed_gzip/tests || die
227 - epytest
228 -}