public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
Date: Sun, 21 Sep 2025 02:44:47 +0000 (UTC)	[thread overview]
Message-ID: <1758418269.3b4cb33e6518808c75f5b30a0f451a573e8e0a07.mgorny@gentoo> (raw)

commit:     3b4cb33e6518808c75f5b30a0f451a573e8e0a07
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 01:31:09 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 01:31:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4cb33e

dev-python/awkward: Bump to 2.8.9

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/awkward/Manifest             |  1 +
 dev-python/awkward/awkward-2.8.9.ebuild | 52 +++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index df011becb66f..e8f63c08738f 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1 +1,2 @@
 DIST awkward-2.8.8.tar.gz 6231035 BLAKE2B e979953ab3742537a5a6cf3fe67e735a82f13be6a8e8d32848e8659820b151b9384f33af4dca2307ca19a8229af2611050877bf914e540d3699d1279d1b32683 SHA512 1991185adc6a6701c9d7feb7f0a6011a5aeaad6d180c0ea140d9f3fcb5db8fb8c253779da848a03f2e84b37bdbfcdea4f7a7b4c88e60d7fbb1f2e7b662c14887
+DIST awkward-2.8.9.tar.gz 6243673 BLAKE2B 3a8d72a7e814f999d4ad91e3346f46bd5c1535b83e432ab97e918811afa0788525e6344bfe09320c0bdcb5a2d7b0403aa6b9e7d66177f0754c64821826d10426 SHA512 06b7f9ef04ec2ed18d9a6f68ed828736a2312c5e06507550a7629824804d33f708b8d273a5037b0196a7cc405f6b1a7f7b3ff4dde56abe7a040a6234510cff5b

diff --git a/dev-python/awkward/awkward-2.8.9.ebuild b/dev-python/awkward/awkward-2.8.9.ebuild
new file mode 100644
index 000000000000..9300718feb4e
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.9.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Manipulate JSON-like data with NumPy-like idioms"
+HOMEPAGE="
+	https://github.com/scikit-hep/awkward
+	https://pypi.org/project/awkward/
+	https://doi.org/10.5281/zenodo.4341376
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	~dev-python/awkward-cpp-50[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		>=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}]
+	' 3.11)
+	>=dev-python/numpy-1.18.0[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	>=dev-python/fsspec-2022.11.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/hatch-vcs[${PYTHON_USEDEP}]
+	dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	test? (
+		dev-libs/apache-arrow[zstd]
+		dev-python/pyarrow[${PYTHON_USEDEP}]
+		dev-python/numexpr[${PYTHON_USEDEP}]
+		dev-python/pandas[${PYTHON_USEDEP}]
+	)
+"
+		#dev-python/numba[${PYTHON_USEDEP}] # needs numba from sci
+
+EPYTEST_IGNORE=(
+	tests-cuda/
+	tests-cuda-kernels/
+	# fails if just caffe2 but not pytorch is installed
+	tests/test_3259_to_torch_from_torch.py
+)
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest


             reply	other threads:[~2025-09-21  2:45 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-21  2:44 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-29  3:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/ Michał Górny
2025-10-26 18:47 Michał Górny
2025-10-26 18:47 Michał Górny
2025-10-26 18:46 Michał Górny
2025-09-21  2:44 Michał Górny
2025-09-07  2:38 Michał Górny
2025-08-09 16:49 Michał Górny
2025-08-09  5:47 Michał Górny
2025-08-09  5:47 Michał Górny
2025-08-01  2:45 Michał Górny
2025-08-01  2:45 Michał Górny
2025-07-04 12:36 Michał Górny
2025-07-04 12:36 Michał Górny
2025-06-15  3:24 Michał Górny
2025-05-16 10:22 Sam James
2025-05-16 10:22 Sam James
2025-05-09 12:23 Nowa Ammerlaan

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=1758418269.3b4cb33e6518808c75f5b30a0f451a573e8e0a07.mgorny@gentoo \
    --to=mgorny@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