public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
Date: Fri, 16 May 2025 10:22:35 +0000 (UTC)	[thread overview]
Message-ID: <1747390930.0040459fe29bdd70bc14ea3bc8e46082792562cf.sam@gentoo> (raw)

commit:     0040459fe29bdd70bc14ea3bc8e46082792562cf
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Fri May 16 10:02:39 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 16 10:22:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0040459f

dev-python/awkward: drop 2.8.2

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Part-of: https://github.com/gentoo/gentoo/pull/42113
Closes: https://github.com/gentoo/gentoo/pull/42113
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/awkward/Manifest             |  1 -
 dev-python/awkward/awkward-2.8.2.ebuild | 57 ---------------------------------
 2 files changed, 58 deletions(-)

diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index 47ac272f6955..33f3b7e6dc0a 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1,2 +1 @@
-DIST awkward-2.8.2.tar.gz 6221318 BLAKE2B 2ec8e4480c8840c82b2635ec62a893fcb819c3807285c709dd03b06f28c6a0d23ff3a1f1daf4a54d0c6e8765cd578f7170b4da2aeacc6ed3211e08b5398c1497 SHA512 04db2ff9876cda98382939ffee8dfdfd0ac16e00a52e9ad61974f046b98cdeeb1d60bd7727853fb2a3361497287cda9ab7df3a18dda896c279446272a8c3676b
 DIST awkward-2.8.3.tar.gz 6221920 BLAKE2B 05e607247911858f24e53f296bb858279fff041334241ea1538d8ae5e8161282fffc43e0a4c1ded863f5a5a89ece88bfaec992aabbf875ae151e74397db721c4 SHA512 9b18f5da2c15c905662cc014f3f52d9c7b2a84f582747859f09aaf9b080d5d0d50b55b3a393fab6d52757b0d976fd74bc2da190c72e00d295c219a1e8356773c

diff --git a/dev-python/awkward/awkward-2.8.2.ebuild b/dev-python/awkward/awkward-2.8.2.ebuild
deleted file mode 100644
index 991b08fe9b07..000000000000
--- a/dev-python/awkward/awkward-2.8.2.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-45[${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


             reply	other threads:[~2025-05-16 10:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-16 10:22 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-29  3:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/ Michał Górny
2025-10-26 18:47 Michał Górny
2025-10-26 18:47 Michał Górny
2025-10-26 18:46 Michał Górny
2025-09-21  2:44 Michał Górny
2025-09-21  2:44 Michał Górny
2025-09-07  2:38 Michał Górny
2025-08-09 16:49 Michał Górny
2025-08-09  5:47 Michał Górny
2025-08-09  5:47 Michał Górny
2025-08-01  2:45 Michał Górny
2025-08-01  2:45 Michał Górny
2025-07-04 12:36 Michał Górny
2025-07-04 12:36 Michał Górny
2025-06-15  3:24 Michał Górny
2025-05-16 10:22 Sam James
2025-05-09 12:23 Nowa Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1747390930.0040459fe29bdd70bc14ea3bc8e46082792562cf.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox