From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B7EC1581B9 for ; Sun, 21 Sep 2025 02:45:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 78299342027 for ; Sun, 21 Sep 2025 02:45:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B56BC110581; Sun, 21 Sep 2025 02:44:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id ACC93110581 for ; Sun, 21 Sep 2025 02:44:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 631C7342029 for ; Sun, 21 Sep 2025 02:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D1E83A56 for ; Sun, 21 Sep 2025 02:44:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1758418232.51a8023174f5c2b14f03ae3373037b4bdae9da53.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/awkward/Manifest dev-python/awkward/awkward-2.8.7.ebuild X-VCS-Directories: dev-python/awkward/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 51a8023174f5c2b14f03ae3373037b4bdae9da53 X-VCS-Branch: master Date: Sun, 21 Sep 2025 02:44:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f678fe17-72d8-4b95-bdad-9e355bec7c23 X-Archives-Hash: c72753cc38da3795d14c94c03152aa90 commit: 51a8023174f5c2b14f03ae3373037b4bdae9da53 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 21 01:30:32 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 21 01:30:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a80231 dev-python/awkward: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/awkward/Manifest | 1 - dev-python/awkward/awkward-2.8.7.ebuild | 52 --------------------------------- 2 files changed, 53 deletions(-) diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest index 82c4f9c0bb72..df011becb66f 100644 --- a/dev-python/awkward/Manifest +++ b/dev-python/awkward/Manifest @@ -1,2 +1 @@ -DIST awkward-2.8.7.tar.gz 6224004 BLAKE2B 23558dd49fb61b9a1607f6c3ef22287d4b6542fb0e3bd4571538c3683bcccd674c47ceac0f70bc50a0e93cc1387a7cb4a56b363e48b5c6a7017e7e1d72417ac6 SHA512 859fa430927f33d21d5ed47db4cfd44a4df2703621e9f47fc4e64568d2e1f3cb7747f89b7491c28811bc207347a234c1e371fb0ef31c8b7fc996d3240140c6cc DIST awkward-2.8.8.tar.gz 6231035 BLAKE2B e979953ab3742537a5a6cf3fe67e735a82f13be6a8e8d32848e8659820b151b9384f33af4dca2307ca19a8229af2611050877bf914e540d3699d1279d1b32683 SHA512 1991185adc6a6701c9d7feb7f0a6011a5aeaad6d180c0ea140d9f3fcb5db8fb8c253779da848a03f2e84b37bdbfcdea4f7a7b4c88e60d7fbb1f2e7b662c14887 diff --git a/dev-python/awkward/awkward-2.8.7.ebuild b/dev-python/awkward/awkward-2.8.7.ebuild deleted file mode 100644 index db91c2e5f039..000000000000 --- a/dev-python/awkward/awkward-2.8.7.ebuild +++ /dev/null @@ -1,52 +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-48[${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