From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99C8715808B for ; Wed, 30 Mar 2022 07:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7B9EE088C; Wed, 30 Mar 2022 07:39:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 163E6E088C for ; Wed, 30 Mar 2022 07:39:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4B433415F2 for ; Wed, 30 Mar 2022 07:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D81E2E0 for ; Wed, 30 Mar 2022 07:39:42 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1648625856.2d068d58447e110f30348f26360415aac2ec9ad9.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/zarr/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/zarr/metadata.xml dev-python/zarr/zarr-2.10.3.ebuild dev-python/zarr/zarr-2.11.1.ebuild X-VCS-Directories: dev-python/zarr/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 2d068d58447e110f30348f26360415aac2ec9ad9 X-VCS-Branch: master Date: Wed, 30 Mar 2022 07:39:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e040e570-d2b0-4171-bc49-c4fc29a3eb93 X-Archives-Hash: 080e55f88fd03e0915271ab3d498d39f commit: 2d068d58447e110f30348f26360415aac2ec9ad9 Author: Horea Christian chymera eu> AuthorDate: Wed Mar 30 07:37:36 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Wed Mar 30 07:37:36 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2d068d58 dev-python/zarr: new package (DANDI stack) Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> dev-python/zarr/metadata.xml | 16 +++++++++++ dev-python/zarr/zarr-2.10.3.ebuild | 56 ++++++++++++++++++++++++++++++++++++++ dev-python/zarr/zarr-2.11.1.ebuild | 56 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 128 insertions(+) diff --git a/dev-python/zarr/metadata.xml b/dev-python/zarr/metadata.xml new file mode 100644 index 000000000..036ff8b45 --- /dev/null +++ b/dev-python/zarr/metadata.xml @@ -0,0 +1,16 @@ + + + + + gentoo@chymera.eu + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + zarr-developers/zarr-python + zarr + + diff --git a/dev-python/zarr/zarr-2.10.3.ebuild b/dev-python/zarr/zarr-2.10.3.ebuild new file mode 100644 index 000000000..9822cb161 --- /dev/null +++ b/dev-python/zarr/zarr-2.10.3.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Chunked, compressed, N-dimensional arrays for Python" +HOMEPAGE="https://github.com/zarr-developers/zarr-python" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-python/asciitree[${PYTHON_USEDEP}] + dev-python/fasteners[${PYTHON_USEDEP}] + dev-python/numcodecs[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] +" + +DEPEND=" + test? ( + dev-python/msgpack[${PYTHON_USEDEP}] + ) +" + +# Reported upsream +# https://github.com/zarr-developers/zarr-python/issues/961 +EPYTEST_DESELECT=( + zarr/tests/test_core.py::TestArray::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithPath::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithChunkStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithDirectoryStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithNestedDirectoryStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithDBMStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithSQLiteStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithNoCompressor::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithBZ2Compressor::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithBloscCompressor::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithLZMACompressor::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithCustomMapping::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayNoCache::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithStoreCache::test_object_arrays_vlen_bytes + zarr/tests/test_sync.py::TestArray::test_object_arrays_vlen_bytes + zarr/tests/test_sync.py::TestArrayWithThreadSynchronizer::test_object_arrays_vlen_bytes + zarr/tests/test_sync.py::TestArrayWithProcessSynchronizer::test_object_arrays_vlen_bytes +) + +distutils_enable_tests pytest diff --git a/dev-python/zarr/zarr-2.11.1.ebuild b/dev-python/zarr/zarr-2.11.1.ebuild new file mode 100644 index 000000000..9822cb161 --- /dev/null +++ b/dev-python/zarr/zarr-2.11.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Chunked, compressed, N-dimensional arrays for Python" +HOMEPAGE="https://github.com/zarr-developers/zarr-python" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-python/asciitree[${PYTHON_USEDEP}] + dev-python/fasteners[${PYTHON_USEDEP}] + dev-python/numcodecs[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] +" + +DEPEND=" + test? ( + dev-python/msgpack[${PYTHON_USEDEP}] + ) +" + +# Reported upsream +# https://github.com/zarr-developers/zarr-python/issues/961 +EPYTEST_DESELECT=( + zarr/tests/test_core.py::TestArray::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithPath::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithChunkStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithDirectoryStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithNestedDirectoryStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithDBMStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithSQLiteStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithNoCompressor::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithBZ2Compressor::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithBloscCompressor::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithLZMACompressor::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithCustomMapping::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayNoCache::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithStoreCache::test_object_arrays_vlen_bytes + zarr/tests/test_sync.py::TestArray::test_object_arrays_vlen_bytes + zarr/tests/test_sync.py::TestArrayWithThreadSynchronizer::test_object_arrays_vlen_bytes + zarr/tests/test_sync.py::TestArrayWithProcessSynchronizer::test_object_arrays_vlen_bytes +) + +distutils_enable_tests pytest