From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B63511581EE for ; Fri, 21 Mar 2025 15:52:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A1B4F343242 for ; Fri, 21 Mar 2025 15:52:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E97B21104AC; Fri, 21 Mar 2025 15:52:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DF8101104AC for ; Fri, 21 Mar 2025 15:52:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 90AFC3431B9 for ; Fri, 21 Mar 2025 15:52:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2A9E1EEA for ; Fri, 21 Mar 2025 15:52:19 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1742571997.622de12eeaa67b6a56a21fa99b4c848353915ec1.nowa@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/zarr/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/zarr/zarr-2.18.4.ebuild X-VCS-Directories: dev-python/zarr/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 622de12eeaa67b6a56a21fa99b4c848353915ec1 X-VCS-Branch: master Date: Fri, 21 Mar 2025 15:52:19 +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: 0725319f-7a36-4053-a151-da93935e5224 X-Archives-Hash: a94a88df5695f73f1ea11a1829d8648c commit: 622de12eeaa67b6a56a21fa99b4c848353915ec1 Author: Michael Schubert gmail com> AuthorDate: Sat Mar 8 19:51:52 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Fri Mar 21 15:46:37 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=622de12e dev-python/zarr: add version 2.18.4 Signed-off-by: Michael Schubert gmail.com> Signed-off-by: Nowa Ammerlaan gentoo.org> dev-python/zarr/zarr-2.18.4.ebuild | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/dev-python/zarr/zarr-2.18.4.ebuild b/dev-python/zarr/zarr-2.18.4.ebuild new file mode 100644 index 000000000..61afec2d3 --- /dev/null +++ b/dev-python/zarr/zarr-2.18.4.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Chunked, compressed, N-dimensional arrays for Python" +HOMEPAGE="https://github.com/zarr-developers/zarr-python" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/asciitree[${PYTHON_USEDEP}] + dev-python/fasteners[${PYTHON_USEDEP}] + dev-python/numcodecs[${PYTHON_USEDEP}] + >=dev-python/numpy-1.7[${PYTHON_USEDEP}] +" +DEPEND=" + test? ( + dev-python/msgpack[${PYTHON_USEDEP}] + ) +" + +EPYTEST_DESELECT=( + # https://github.com/zarr-developers/zarr-python/issues/1819 + zarr/tests/test_storage.py::TestFSStore::test_hierarchy + zarr/tests/test_storage.py::TestFSStore::test_complex + zarr/tests/test_storage.py::TestFSStoreWithKeySeparator::test_hierarchy + zarr/tests/test_storage.py::TestFSStoreFromFilesystem::test_hierarchy + zarr/tests/test_storage.py::TestN5FSStore::test_hierarchy + zarr/tests/test_storage.py::TestN5FSStore::test_complex + zarr/tests/test_storage.py::TestNestedFSStore::test_hierarchy +) + +distutils_enable_tests pytest +#distutils_enable_sphinx docs dev-python/numpydoc dev-python/sphinx-issues dev-python/sphinx-rtd-theme