commit:     18b50041c13c812302fe4fee3aeb36ffeea75bab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 16 03:33:02 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 16 03:52:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b50041

dev-python/awkward: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/awkward/Manifest             |  2 --
 dev-python/awkward/awkward-2.8.9.ebuild | 53 ---------------------------------
 2 files changed, 55 deletions(-)

diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index 39181d15fb20..ce773a6a53f9 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1,4 +1,2 @@
 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.9.tar.gz 6243673 BLAKE2B 
3a8d72a7e814f999d4ad91e3346f46bd5c1535b83e432ab97e918811afa0788525e6344bfe09320c0bdcb5a2d7b0403aa6b9e7d66177f0754c64821826d10426
 SHA512 
06b7f9ef04ec2ed18d9a6f68ed828736a2312c5e06507550a7629824804d33f708b8d273a5037b0196a7cc405f6b1a7f7b3ff4dde56abe7a040a6234510cff5b
-DIST awkward-2.8.9.tar.gz.provenance 9231 BLAKE2B 
f6231b069be9c32d6ec72877ef2edf8475fd8d62a934c367d00e682b9c0d2b4a7da588eddd6c27a037aef12467bf6191f02db2d739588489f755e7b1bd30b85a
 SHA512 
d8d77035e074668997ba27c6481afa3838457b91c70a678d79ecac85733cf6f6d0d7746ee549a56b5fa7b0c4cf003170c73f63f2991563c8222509f43eb872aa

diff --git a/dev-python/awkward/awkward-2.8.9.ebuild 
b/dev-python/awkward/awkward-2.8.9.ebuild
deleted file mode 100644
index 6ba5f062b1d6..000000000000
--- a/dev-python/awkward/awkward-2.8.9.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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-50[${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
-)
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest

Reply via email to