commit: aa4159c0f18a5b7c0f5928639e108e12b51c96f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 1 02:32:23 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 1 02:42:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4159c0
dev-python/awkward: Bump to 2.8.6
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 +
dev-python/awkward/awkward-2.8.6.ebuild | 52 +++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index f403fddeda6c..b4b80e423b93 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1 +1,2 @@
DIST awkward-2.8.5.tar.gz 6223297 BLAKE2B
a5733b1d55c427f3a97ec1bf885ce77ed764b6b507cd1cfe057ca030ae433f9a796db4d73ff001c44595dcada6852a75b58ea3ba267dcba1ee8afd9681da3415
SHA512
3303858e0ffcd0d9bb967152a81ddaf64ee23ecb500c270b8280d916fb1b03382b341b776f7c19912c0a262ae418a681781a8ec6dd01b7b90344d8a8e0dcf50f
+DIST awkward-2.8.6.tar.gz 6223736 BLAKE2B
b1b6c5bb392ff4cec61ef6d23f69377c5176190d5df178b7056e11207025ddcd2f17c80613ac5003abff797c1db16355af04845b5843665842b26cc01717ad7a
SHA512
274428537b68579018e8a80398971ed02dbbe88799532db78b5b4f7a349f7900fd65f66bd07acbff2511eedc7a3ecc2231422aefcd771e8d75d14ff93f731b0e
diff --git a/dev-python/awkward/awkward-2.8.6.ebuild
b/dev-python/awkward/awkward-2.8.6.ebuild
new file mode 100644
index 000000000000..db91c2e5f039
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.6.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-48[${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