commit: c247eb5d572f2610ace70507ad62149c60be0f5e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Dec 16 03:33:32 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 16 03:52:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c247eb5d
dev-python/awkward: Bump to 2.8.11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/awkward/Manifest | 2 ++ dev-python/awkward/awkward-2.8.11.ebuild | 56 ++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest index ce773a6a53f9..babca3af336a 100644 --- a/dev-python/awkward/Manifest +++ b/dev-python/awkward/Manifest @@ -1,2 +1,4 @@ DIST awkward-2.8.10.tar.gz 6264746 BLAKE2B bc10291710a08cfda623ee7d9f5727d205e17694c0b4f3e2a09181f69ad6919a97b649fdda54f0ab4de18e74fe367f11a1cb0ba2bc7d1f82c9f3469375bb818f SHA512 b6a402e72ae624ee762fd884196543282568dd1ea8f0b214136d70d0b5b80b41579bcae7b614f6ddffea5f46aba667230f1747436fe66ea4bbf6ecb9c8306104 DIST awkward-2.8.10.tar.gz.provenance 9404 BLAKE2B d754ccf7705029940179a73ba48e3330449d3943fcd35facce41c038c954e0e95f878a2b72a62fc9916c65d407c5a0f92073172ee3c81ca967c1bb38089bb573 SHA512 987bbf806314bf789ac8565ecaee0090ccfdb3ad52d46784e19b89fbc80bfa7da731f5190ad37c187bf6ab4380d0f93f529228cca1417317106ba3d8b4aa3dde +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 diff --git a/dev-python/awkward/awkward-2.8.11.ebuild b/dev-python/awkward/awkward-2.8.11.ebuild new file mode 100644 index 000000000000..0544e7801f0a --- /dev/null +++ b/dev-python/awkward/awkward-2.8.11.ebuild @@ -0,0 +1,56 @@ +# Copyright 2025 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 +}
