Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/zarr/
Date: Thu, 30 Jun 2022 20:00:04
Message-Id: 1656619187.7c1f00951642d90fd177cbb70e7012331b5773b7.chymera@gentoo
1 commit: 7c1f00951642d90fd177cbb70e7012331b5773b7
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Thu Jun 30 19:59:47 2022 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Jun 30 19:59:47 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c1f0095
7
8 dev-python/zarr: dropped old version
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 dev-python/zarr/zarr-2.10.3.ebuild | 56 --------------------------------------
14 1 file changed, 56 deletions(-)
15
16 diff --git a/dev-python/zarr/zarr-2.10.3.ebuild b/dev-python/zarr/zarr-2.10.3.ebuild
17 deleted file mode 100644
18 index 9822cb161..000000000
19 --- a/dev-python/zarr/zarr-2.10.3.ebuild
20 +++ /dev/null
21 @@ -1,56 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=8
26 -
27 -DISTUTILS_USE_PEP517=setuptools
28 -PYTHON_COMPAT=( python3_{8..10} )
29 -
30 -inherit distutils-r1
31 -
32 -DESCRIPTION="Chunked, compressed, N-dimensional arrays for Python"
33 -HOMEPAGE="https://github.com/zarr-developers/zarr-python"
34 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE="test"
40 -RESTRICT="!test? ( test )"
41 -
42 -RDEPEND="
43 - dev-python/asciitree[${PYTHON_USEDEP}]
44 - dev-python/fasteners[${PYTHON_USEDEP}]
45 - dev-python/numcodecs[${PYTHON_USEDEP}]
46 - dev-python/numpy[${PYTHON_USEDEP}]
47 -"
48 -
49 -DEPEND="
50 - test? (
51 - dev-python/msgpack[${PYTHON_USEDEP}]
52 - )
53 -"
54 -
55 -# Reported upsream
56 -# https://github.com/zarr-developers/zarr-python/issues/961
57 -EPYTEST_DESELECT=(
58 - zarr/tests/test_core.py::TestArray::test_object_arrays_vlen_bytes
59 - zarr/tests/test_core.py::TestArrayWithPath::test_object_arrays_vlen_bytes
60 - zarr/tests/test_core.py::TestArrayWithChunkStore::test_object_arrays_vlen_bytes
61 - zarr/tests/test_core.py::TestArrayWithDirectoryStore::test_object_arrays_vlen_bytes
62 - zarr/tests/test_core.py::TestArrayWithNestedDirectoryStore::test_object_arrays_vlen_bytes
63 - zarr/tests/test_core.py::TestArrayWithDBMStore::test_object_arrays_vlen_bytes
64 - zarr/tests/test_core.py::TestArrayWithSQLiteStore::test_object_arrays_vlen_bytes
65 - zarr/tests/test_core.py::TestArrayWithNoCompressor::test_object_arrays_vlen_bytes
66 - zarr/tests/test_core.py::TestArrayWithBZ2Compressor::test_object_arrays_vlen_bytes
67 - zarr/tests/test_core.py::TestArrayWithBloscCompressor::test_object_arrays_vlen_bytes
68 - zarr/tests/test_core.py::TestArrayWithLZMACompressor::test_object_arrays_vlen_bytes
69 - zarr/tests/test_core.py::TestArrayWithCustomMapping::test_object_arrays_vlen_bytes
70 - zarr/tests/test_core.py::TestArrayNoCache::test_object_arrays_vlen_bytes
71 - zarr/tests/test_core.py::TestArrayWithStoreCache::test_object_arrays_vlen_bytes
72 - zarr/tests/test_sync.py::TestArray::test_object_arrays_vlen_bytes
73 - zarr/tests/test_sync.py::TestArrayWithThreadSynchronizer::test_object_arrays_vlen_bytes
74 - zarr/tests/test_sync.py::TestArrayWithProcessSynchronizer::test_object_arrays_vlen_bytes
75 -)
76 -
77 -distutils_enable_tests pytest