commit: 9db2483cb30a4a1ffa21c959f615dcbd5b11d867
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 6 14:34:06 2026 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Fri Feb 6 14:35:46 2026 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9db2483c
dev-python/dask-awkward: add 2025.9.0
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
.../dask-awkward/dask-awkward-2025.9.0.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-python/dask-awkward/dask-awkward-2025.9.0.ebuild
b/dev-python/dask-awkward/dask-awkward-2025.9.0.ebuild
new file mode 100644
index 000000000..e1aa968fd
--- /dev/null
+++ b/dev-python/dask-awkward/dask-awkward-2025.9.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2026 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
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+DESCRIPTION="Native Dask collection for awkward arrays, and the library to use
it."
+HOMEPAGE="
+ https://github.com/dask-contrib/dask-awkward
+ https://pypi.org/project/dask-awkward/
+ https://dask-awkward.readthedocs.io/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/awkward-2.8.12[${PYTHON_USEDEP}]
+ >=dev-python/dask-2023.4.0[${PYTHON_USEDEP}]
+ dev-python/cachetools[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-4.8.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"