commit:     4b48c25f98142cf15910e2d903c1751087d53dad
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
AuthorDate: Sun Mar 30 10:27:20 2025 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
CommitDate: Wed Apr  2 10:54:43 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b48c25f

dev-python/awkward: drop 2.6.6

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>

 dev-python/awkward/awkward-2.6.6.ebuild | 44 ---------------------------------
 1 file changed, 44 deletions(-)

diff --git a/dev-python/awkward/awkward-2.6.6.ebuild 
b/dev-python/awkward/awkward-2.6.6.ebuild
deleted file mode 100644
index bd393bcd2..000000000
--- a/dev-python/awkward/awkward-2.6.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-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

Reply via email to