summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-08-01 04:31:46 +0200
committerMichał Górny <mgorny@gentoo.org>2025-08-01 04:42:09 +0200
commitcba4e7814c1773926c1b0d519a2db3ccd38d75b5 (patch)
tree42b2f07a7e1cb5ba417df14b8c821fae1b9c5953 /dev-python
parentc32f211ba76d60662a914f1ac6eb01ae5b082411 (diff)
downloadgentoo-cba4e7814c1773926c1b0d519a2db3ccd38d75b5.tar.gz
gentoo-cba4e7814c1773926c1b0d519a2db3ccd38d75b5.tar.bz2
gentoo-cba4e7814c1773926c1b0d519a2db3ccd38d75b5.zip
dev-python/awkward: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/awkward/Manifest1
-rw-r--r--dev-python/awkward/awkward-2.8.4.ebuild57
2 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index 4b6616f48ffc..f403fddeda6c 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1,2 +1 @@
-DIST awkward-2.8.4.tar.gz 6222255 BLAKE2B 569f7ff0b1a16d806e82ae0e11fa3a65bcb457787415b5dfb1fcd0caa907cf09851feb32aec4fc15336bbe3411a0c00544693cc28a471c2e8180afd7bcb9919a SHA512 7592a2d147a7c2023d29843d18e3fadd487c0666912af27215610bdbce8c60e32e679a179c5a1dbe9c2ceff54dead035d4c9a4f5a14a0f4c1c1af4f7ff7ac557
DIST awkward-2.8.5.tar.gz 6223297 BLAKE2B a5733b1d55c427f3a97ec1bf885ce77ed764b6b507cd1cfe057ca030ae433f9a796db4d73ff001c44595dcada6852a75b58ea3ba267dcba1ee8afd9681da3415 SHA512 3303858e0ffcd0d9bb967152a81ddaf64ee23ecb500c270b8280d916fb1b03382b341b776f7c19912c0a262ae418a681781a8ec6dd01b7b90344d8a8e0dcf50f
diff --git a/dev-python/awkward/awkward-2.8.4.ebuild b/dev-python/awkward/awkward-2.8.4.ebuild
deleted file mode 100644
index ed79ab657efc..000000000000
--- a/dev-python/awkward/awkward-2.8.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2025 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
-
-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-46[${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=(
- tests-cuda/
- tests-cuda-kernels/
- # fails if just caffe2 but not pytorch is installed
- tests/test_3259_to_torch_from_torch.py
- # no idea why it fails, seems to be a numexpr error
- # see https://github.com/scikit-hep/awkward/issues/3402
- tests/test_0119_numexpr_and_broadcast_arrays.py
- tests/test_1125_to_arrow_from_arrow.py
- tests/test_1294_to_and_from_parquet.py
- tests/test_1440_start_v2_to_parquet.py
-)
-
-distutils_enable_tests pytest