Skip to content

Commit

Permalink
dev-python/awkward: add 2.6.6
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
  • Loading branch information
APN-Pucky committed Jun 27, 2024
1 parent 6aaca8e commit fe49384
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/awkward/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST awkward-2.5.2.tar.gz 5561040 BLAKE2B 4799eeb25fa7433b4889328f9f147b435024c3f507ce66b5cbfcfc5b9c50e63f77131a43b8acd3d9f22d20915eaeb129162e26ffa83fd2071b9a393fbc441e7e SHA512 b6f4f2841e642bfc17aaf40779030d125e9737ef0ded20cc8a898c4b8c15c2932f12c8a0bda3e8c48bb8d13729cf97e181866f15913317bd2dba13b0dad6b929
DIST awkward-2.6.6.tar.gz 6088969 BLAKE2B a2b1db5fe9daae32272348b7bf92894fd805806bcec66ef57acf51af9bc99f033723c637515530a2867ec4bafa51bce5d90ad2b651ed008790ae8f7bee3e73f7 SHA512 2b7c0f1c1f3bd06f1b9fc06ca7cd482b136986d7b5f1648c45627083df5042668d122db7f93e9dbe606630270e577bc53472b9fdca837b12b390ef5c86e8fe48
44 changes: 44 additions & 0 deletions dev-python/awkward/awkward-2.6.6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
EAPI=8

PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=hatchling
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1 pypi

DESCRIPTION="Manipulate JSON-like data with NumPy-like idioms."
HOMEPAGE="https://github.com/scikit-hep/awkward"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
>=dev-python/numpy-1.18.0[${PYTHON_USEDEP}]
~dev-python/awkward-cpp-35[${PYTHON_USEDEP}]
dev-python/fsspec[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}]
' python3_{10..11})
$(python_gen_cond_dep '
>=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
' python3_10)
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/hatch-vcs[${PYTHON_USEDEP}]
dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
test? (
dev-libs/apache-arrow[zstd]
dev-python/pyarrow[${PYTHON_USEDEP}]
dev-python/numexpr[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
)
"

EPYTEST_IGNORE=(
tests-cuda/
tests-cuda-kernels/
)

distutils_enable_tests pytest

0 comments on commit fe49384

Please sign in to comment.