commit: 4bee121263d93d878f3c86cadf44103ab373e00c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jan 26 03:56:10 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 26 04:12:14 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bee1212
dev-python/awkward: Bump to 2.8.12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/awkward/Manifest | 2 ++ dev-python/awkward/awkward-2.8.12.ebuild | 56 ++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest index 1dc86fe905c5..b95238b52ede 100644 --- a/dev-python/awkward/Manifest +++ b/dev-python/awkward/Manifest @@ -1,2 +1,4 @@ DIST awkward-2.8.11.tar.gz 6270823 BLAKE2B f7aeb0ac8910f5bad2b61b0c201d004bfc1d607cd95c4635c03f540acf0e630d7247986504471f1eaac56acfd05bb1383e1c214164693e7a650842a1baaa0e71 SHA512 e9a8c3c2740810ff8eafff181244b6d7590553091376abdc6522877a962962e173a3adbe6e544949a4f243f1fa6b592a25429633b97e74ea37b5dcf2c4e01817 DIST awkward-2.8.11.tar.gz.provenance 9445 BLAKE2B 75a7b7bf7648e71f9431692450e59fd3e6b22811147ee7f6f156afbbee6ff9644356a93a75eb34ddc6d47f26dd07481e772359b86851b17ba0a5ce8e5a693167 SHA512 9707d262099e86d5d6bf146f5e66678f257e9b372856d1cd5e4025d83ec9713f85d3ab00c7e1661e673a3896d60367f516191eee8f484f0a4377c4249d5bc825 +DIST awkward-2.8.12.tar.gz 6284797 BLAKE2B e855886447c4ada79e4c11402d44b4a645c66d69359520d611173c886bc1dac84547eab1ec08feafa010cf86eacd29ad17897bbbb6d99af6f7293a0c0dee5cda SHA512 b6eb4370227e2ce2653adde113cc14a92af66351af352e14161e6380c4c5b4faf6e3c366c15e967b124dbc4b4367c41c099971f83a03b69d78d143062a4ac5e3 +DIST awkward-2.8.12.tar.gz.provenance 9488 BLAKE2B 23349e92197a22146a483ab042f07949dadee31f672526d6010ff78e2baad4cbe2f50fa4fd1d38ee8d6e627acc4e3a46d9adf5c22e5db0934fea5a9991cd8308 SHA512 7a21812ba97b901972e675a69fc1ddf17c65183c9f72328098aa9b83e189f0de3146daab1e7c7781cca306950eea20ccd5fe77b761435f88ab015732d0c16250 diff --git a/dev-python/awkward/awkward-2.8.12.ebuild b/dev-python/awkward/awkward-2.8.12.ebuild new file mode 100644 index 000000000000..f7bec47ce822 --- /dev/null +++ b/dev-python/awkward/awkward-2.8.12.ebuild @@ -0,0 +1,56 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYPI_VERIFY_REPO=https://github.com/scikit-hep/awkward +PYTHON_COMPAT=( python3_{11..14} ) + +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-51[${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=( + # fails if just caffe2 but not pytorch is installed + tests/test_3259_to_torch_from_torch.py +) + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +python_test() { + # CUDA tests require cupy + epytest tests +}
