commit: 1d5d37f2b46ae7c6f4f89cfac4127d95c6f20e5e Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Thu May 8 18:28:30 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Fri May 9 12:25:37 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d5d37f2
dev-python/awkward: moved to ::gentoo Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Part-of: https://github.com/gentoo/sci/pull/1357 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> dev-python/awkward/awkward-2.6.9.ebuild | 46 ----------------------------- dev-python/awkward/awkward-2.7.2.ebuild | 47 ----------------------------- dev-python/awkward/awkward-2.7.3.ebuild | 47 ----------------------------- dev-python/awkward/awkward-2.8.1.ebuild | 52 --------------------------------- dev-python/awkward/metadata.xml | 19 ------------ 5 files changed, 211 deletions(-) diff --git a/dev-python/awkward/awkward-2.6.9.ebuild b/dev-python/awkward/awkward-2.6.9.ebuild deleted file mode 100644 index 854349168..000000000 --- a/dev-python/awkward/awkward-2.6.9.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -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/awkward-cpp-39[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}] - ' python3_{10..11}) - >=dev-python/numpy-1.18.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}] - ' python3_10) - >=dev-python/fsspec-2022.11.0[${PYTHON_USEDEP}] -" -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/ - tests/test_3259_to_torch_from_torch.py # fails if just caffe2 but not pytorch is installed - tests/test_0119_numexpr_and_broadcast_arrays.py # no idea why it fails, seems to be a numexpr error -) - -distutils_enable_tests pytest diff --git a/dev-python/awkward/awkward-2.7.2.ebuild b/dev-python/awkward/awkward-2.7.2.ebuild deleted file mode 100644 index 7448dafe4..000000000 --- a/dev-python/awkward/awkward-2.7.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -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/awkward-cpp-43[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}] - ' python3_{10..11}) - >=dev-python/numpy-1.18.0[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}] - ' python3_10) - >=dev-python/fsspec-2022.11.0[${PYTHON_USEDEP}] -" -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/ - tests/test_3259_to_torch_from_torch.py # fails if just caffe2 but not pytorch is installed - tests/test_0119_numexpr_and_broadcast_arrays.py # no idea why it fails, seems to be a numexpr error -) - -distutils_enable_tests pytest diff --git a/dev-python/awkward/awkward-2.7.3.ebuild b/dev-python/awkward/awkward-2.7.3.ebuild deleted file mode 100644 index a0c9c6258..000000000 --- a/dev-python/awkward/awkward-2.7.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -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/awkward-cpp-44[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}] - ' python3_{10..11}) - >=dev-python/numpy-1.18.0[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}] - ' python3_10) - >=dev-python/fsspec-2022.11.0[${PYTHON_USEDEP}] -" -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/ - tests/test_3259_to_torch_from_torch.py # fails if just caffe2 but not pytorch is installed - tests/test_0119_numexpr_and_broadcast_arrays.py # no idea why it fails, seems to be a numexpr error -) - -distutils_enable_tests pytest diff --git a/dev-python/awkward/awkward-2.8.1.ebuild b/dev-python/awkward/awkward-2.8.1.ebuild deleted file mode 100644 index 8b8ee40e6..000000000 --- a/dev-python/awkward/awkward-2.8.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -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/awkward-cpp-45[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}] - ' python3_{10..11}) - >=dev-python/numpy-1.18.0[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}] - ' python3_10) - >=dev-python/fsspec-2022.11.0[${PYTHON_USEDEP}] -" -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/numba[${PYTHON_USEDEP}] - dev-python/pyarrow[${PYTHON_USEDEP}] - dev-python/numexpr[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - ) -" - -EPYTEST_IGNORE=( - tests-cuda/ - tests-cuda-kernels/ - tests/test_3259_to_torch_from_torch.py # fails if just caffe2 but not pytorch is installed - tests/test_0119_numexpr_and_broadcast_arrays.py # no idea why it fails, seems to be a numexpr error - # see https://github.com/scikit-hep/awkward/issues/3402 - 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 diff --git a/dev-python/awkward/metadata.xml b/dev-python/awkward/metadata.xml deleted file mode 100644 index b3ac679d3..000000000 --- a/dev-python/awkward/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Alexander Puck Neuwirth</name> - </maintainer> - <longdescription lang="en"> - Awkward Array is a library for nested, variable-sized data, including arbitrary-length lists, records, mixed types, and missing data, using NumPy-like idioms. - </longdescription> - <upstream> - <remote-id type="pypi">awkward</remote-id> - <remote-id type="github">scikit-hep/awkward</remote-id> - </upstream> -</pkgmetadata>
