public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/numcodecs/
Date: Thu, 06 Feb 2025 14:29:37 +0000 (UTC)	[thread overview]
Message-ID: <1738852162.17d8090e063460b7de3859d7e6e56fb6bdcf7b7d.nowa@gentoo> (raw)

commit:     17d8090e063460b7de3859d7e6e56fb6bdcf7b7d
Author:     Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Sun Jul 21 20:05:43 2024 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 14:29:22 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=17d8090e

dev-python/numcodecs: version bump 0.13.0

Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-python/numcodecs/numcodecs-0.13.0.ebuild | 49 ++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/dev-python/numcodecs/numcodecs-0.13.0.ebuild b/dev-python/numcodecs/numcodecs-0.13.0.ebuild
new file mode 100644
index 000000000..758939bd2
--- /dev/null
+++ b/dev-python/numcodecs/numcodecs-0.13.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi flag-o-matic
+
+DESCRIPTION="Data storage buffer compression and transformation codecs"
+HOMEPAGE="https://github.com/zarr-developers/numcodecs"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/entrypoints[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/py-cpuinfo[${PYTHON_USEDEP}]
+"
+DEPEND="
+	test? (
+		dev-python/entrypoints[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_DESELECT=(
+	# python segfault
+	tests/test_blosc.py::test_encode_decode
+	tests/test_blosc.py::test_partial_decode
+	tests/test_blosc.py::test_compress_metainfo
+	tests/test_blosc.py::test_compress_autoshuffle
+	tests/test_blosc.py::test_multiprocessing
+	tests/test_blosc.py::test_backwards_compatibility
+	tests/test_blosc.py::test_max_buffer_size
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	filter-lto
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2025-02-06 14:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-06 14:29 Nowa Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-06 14:29 [gentoo-commits] proj/sci:master commit in: dev-python/numcodecs/ Nowa Ammerlaan
2024-02-09 18:22 Horea Christian
2024-02-08 20:52 Horea Christian
2024-02-07 22:04 Horea Christian
2023-05-17 18:28 Horea Christian
2023-05-15 16:04 Horea Christian
2023-05-15 16:01 Horea Christian
2023-05-02 22:34 Horea Christian
2023-05-02 22:32 Horea Christian
2022-07-12 17:15 Horea Christian
2022-03-27  2:25 Horea Christian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1738852162.17d8090e063460b7de3859d7e6e56fb6bdcf7b7d.nowa@gentoo \
    --to=nowa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox