Skip to content

Commit a6b429b

Browse files
committed
dev-python/dask-awkward: add 2025.9.0
Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>
1 parent fe6af4e commit a6b429b

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

dev-python/dask-awkward/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
DIST dask_awkward-2025.3.0.tar.gz 77223 BLAKE2B cf9a590f17e1a80d2d5a2e83caa44daf6b43b6f56b10c40f7be3724c2daa17d954e5c45dbb6ac0b58d15f42f7c070decf6b5a8015436a474bb80974c6fe139bc SHA512 687ce0eb8075e4f80bd6f3fa0c9ff834bf39f9e7ec9310262e09a4e136fc42de6314ab200ea11af055f187256405dd4a8bdc328a243ec710ec54886bea724bde
22
DIST dask_awkward-2025.5.0.tar.gz 77351 BLAKE2B 53e461cbd160fa68f769803e9199e678bb61ed9ef54d0cfc5580ef44bf4fe1d6cbb069ca671537c9ad42c6c45f9d27958adafbd4a7ff6e1b3517426657df0a88 SHA512 8d77a430b6e34785b3ca126c129d393b26172f5d052a953b85d8191f7e9d5fbb6f04c31aee4ebed3c11c2c78a69681f042de553ca05613f48adedb68946ffc3d
3+
DIST dask_awkward-2025.9.0.tar.gz 77456 BLAKE2B 4354450aedc19115ed62d8030f53260eeff1f95cdd286263014495938a8502b598526b2a4930e6a99bc89cd6f17618d50755a93a993c5a9e73e1c024716d249a SHA512 5c08973419bd86a8a1071dc9fd05834f1df7e7aa2de0e07a07d55e70ab34c64161e958f4319f2ee3a7219c5e8aca92167b5878aff412d62e3b6ae31c77a1b9e1
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Copyright 2026 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=hatchling
8+
inherit distutils-r1 pypi
9+
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
10+
11+
DESCRIPTION="Native Dask collection for awkward arrays, and the library to use it."
12+
HOMEPAGE="
13+
https://github.com/dask-contrib/dask-awkward
14+
https://pypi.org/project/dask-awkward/
15+
https://dask-awkward.readthedocs.io/
16+
"
17+
18+
LICENSE="BSD"
19+
SLOT="0"
20+
KEYWORDS="~amd64"
21+
22+
RDEPEND="
23+
>=dev-python/awkward-2.8.12[${PYTHON_USEDEP}]
24+
>=dev-python/dask-2023.4.0[${PYTHON_USEDEP}]
25+
dev-python/cachetools[${PYTHON_USEDEP}]
26+
>=dev-python/typing-extensions-4.8.0[${PYTHON_USEDEP}]
27+
"
28+
BDEPEND="
29+
dev-python/hatch-vcs[${PYTHON_USEDEP}]
30+
"

0 commit comments

Comments
 (0)