* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-05-09 12:23 Nowa Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Nowa Ammerlaan @ 2025-05-09 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 5a60f0d41192eb4220aff2e396382e450780b599
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon May 5 08:39:15 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri May 9 12:21:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a60f0d4
dev-python/awkward: new package, add 2.8.2
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Part-of: https://github.com/gentoo/gentoo/pull/41939
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/awkward/Manifest | 1 +
dev-python/awkward/awkward-2.8.2.ebuild | 57 +++++++++++++++++++++++++++++++++
dev-python/awkward/metadata.xml | 29 +++++++++++++++++
3 files changed, 87 insertions(+)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
new file mode 100644
index 000000000000..1050d57bf79f
--- /dev/null
+++ b/dev-python/awkward/Manifest
@@ -0,0 +1 @@
+DIST awkward-2.8.2.tar.gz 6221318 BLAKE2B 2ec8e4480c8840c82b2635ec62a893fcb819c3807285c709dd03b06f28c6a0d23ff3a1f1daf4a54d0c6e8765cd578f7170b4da2aeacc6ed3211e08b5398c1497 SHA512 04db2ff9876cda98382939ffee8dfdfd0ac16e00a52e9ad61974f046b98cdeeb1d60bd7727853fb2a3361497287cda9ab7df3a18dda896c279446272a8c3676b
diff --git a/dev-python/awkward/awkward-2.8.2.ebuild b/dev-python/awkward/awkward-2.8.2.ebuild
new file mode 100644
index 000000000000..991b08fe9b07
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.2.ebuild
@@ -0,0 +1,57 @@
+# 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
diff --git a/dev-python/awkward/metadata.xml b/dev-python/awkward/metadata.xml
new file mode 100644
index 000000000000..e880464b72a7
--- /dev/null
+++ b/dev-python/awkward/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>alexander@neuwirth-informatik.de</email>
+ <name>Alexander Puck Neuwirth</name>
+ </maintainer>
+ <maintainer type="person" proxied="proxy">
+ <email>nowa@gentoo.org</email>
+ <name>Nowa Ammerlaan</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</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>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-05-16 10:22 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2025-05-16 10:22 UTC (permalink / raw
To: gentoo-commits
commit: a9d83880317abde7373801297c45c965efe6cc19
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Fri May 16 08:56:15 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 16 10:22:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d83880
dev-python/awkward: add 2.8.3
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Part-of: 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.3.ebuild | 57 +++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index 1050d57bf79f..47ac272f6955 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1 +1,2 @@
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.3.ebuild b/dev-python/awkward/awkward-2.8.3.ebuild
new file mode 100644
index 000000000000..ed79ab657efc
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.3.ebuild
@@ -0,0 +1,57 @@
+# 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-46[${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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-05-16 10:22 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2025-05-16 10:22 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-06-15 3:24 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-06-15 3:24 UTC (permalink / raw
To: gentoo-commits
commit: 78c90a699b4cf26f5b782c8f9af2a605565c5dc1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 15 02:59:22 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 15 02:59:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c90a69
dev-python/awkward: Bump to 2.8.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 +
dev-python/awkward/awkward-2.8.4.ebuild | 57 +++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index 33f3b7e6dc0a..9c09b9d617b2 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1 +1,2 @@
DIST awkward-2.8.3.tar.gz 6221920 BLAKE2B 05e607247911858f24e53f296bb858279fff041334241ea1538d8ae5e8161282fffc43e0a4c1ded863f5a5a89ece88bfaec992aabbf875ae151e74397db721c4 SHA512 9b18f5da2c15c905662cc014f3f52d9c7b2a84f582747859f09aaf9b080d5d0d50b55b3a393fab6d52757b0d976fd74bc2da190c72e00d295c219a1e8356773c
+DIST awkward-2.8.4.tar.gz 6222255 BLAKE2B 569f7ff0b1a16d806e82ae0e11fa3a65bcb457787415b5dfb1fcd0caa907cf09851feb32aec4fc15336bbe3411a0c00544693cc28a471c2e8180afd7bcb9919a SHA512 7592a2d147a7c2023d29843d18e3fadd487c0666912af27215610bdbce8c60e32e679a179c5a1dbe9c2ceff54dead035d4c9a4f5a14a0f4c1c1af4f7ff7ac557
diff --git a/dev-python/awkward/awkward-2.8.4.ebuild b/dev-python/awkward/awkward-2.8.4.ebuild
new file mode 100644
index 000000000000..ed79ab657efc
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.4.ebuild
@@ -0,0 +1,57 @@
+# 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-46[${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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-07-04 12:36 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-07-04 12:36 UTC (permalink / raw
To: gentoo-commits
commit: 284c3c08a9f2680af808a0671fbb2b53f6043db6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 4 11:11:16 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 4 12:36:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284c3c08
dev-python/awkward: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 -
dev-python/awkward/awkward-2.8.3.ebuild | 57 ---------------------------------
2 files changed, 58 deletions(-)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index 9c09b9d617b2..b561f2c09698 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1,2 +1 @@
-DIST awkward-2.8.3.tar.gz 6221920 BLAKE2B 05e607247911858f24e53f296bb858279fff041334241ea1538d8ae5e8161282fffc43e0a4c1ded863f5a5a89ece88bfaec992aabbf875ae151e74397db721c4 SHA512 9b18f5da2c15c905662cc014f3f52d9c7b2a84f582747859f09aaf9b080d5d0d50b55b3a393fab6d52757b0d976fd74bc2da190c72e00d295c219a1e8356773c
DIST awkward-2.8.4.tar.gz 6222255 BLAKE2B 569f7ff0b1a16d806e82ae0e11fa3a65bcb457787415b5dfb1fcd0caa907cf09851feb32aec4fc15336bbe3411a0c00544693cc28a471c2e8180afd7bcb9919a SHA512 7592a2d147a7c2023d29843d18e3fadd487c0666912af27215610bdbce8c60e32e679a179c5a1dbe9c2ceff54dead035d4c9a4f5a14a0f4c1c1af4f7ff7ac557
diff --git a/dev-python/awkward/awkward-2.8.3.ebuild b/dev-python/awkward/awkward-2.8.3.ebuild
deleted file mode 100644
index ed79ab657efc..000000000000
--- a/dev-python/awkward/awkward-2.8.3.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-46[${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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-07-04 12:36 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-07-04 12:36 UTC (permalink / raw
To: gentoo-commits
commit: cdc30234876be1344b25ec36fc203c5dc84c8947
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 4 11:15:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 4 12:36:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc30234
dev-python/awkward: Bump to 2.8.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 +
dev-python/awkward/awkward-2.8.5.ebuild | 52 +++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index b561f2c09698..4b6616f48ffc 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1 +1,2 @@
DIST awkward-2.8.4.tar.gz 6222255 BLAKE2B 569f7ff0b1a16d806e82ae0e11fa3a65bcb457787415b5dfb1fcd0caa907cf09851feb32aec4fc15336bbe3411a0c00544693cc28a471c2e8180afd7bcb9919a SHA512 7592a2d147a7c2023d29843d18e3fadd487c0666912af27215610bdbce8c60e32e679a179c5a1dbe9c2ceff54dead035d4c9a4f5a14a0f4c1c1af4f7ff7ac557
+DIST awkward-2.8.5.tar.gz 6223297 BLAKE2B a5733b1d55c427f3a97ec1bf885ce77ed764b6b507cd1cfe057ca030ae433f9a796db4d73ff001c44595dcada6852a75b58ea3ba267dcba1ee8afd9681da3415 SHA512 3303858e0ffcd0d9bb967152a81ddaf64ee23ecb500c270b8280d916fb1b03382b341b776f7c19912c0a262ae418a681781a8ec6dd01b7b90344d8a8e0dcf50f
diff --git a/dev-python/awkward/awkward-2.8.5.ebuild b/dev-python/awkward/awkward-2.8.5.ebuild
new file mode 100644
index 000000000000..1df00a8d8cf3
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.5.ebuild
@@ -0,0 +1,52 @@
+# 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-47[${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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-08-01 2:45 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-08-01 2:45 UTC (permalink / raw
To: gentoo-commits
commit: cba4e7814c1773926c1b0d519a2db3ccd38d75b5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 1 02:31:46 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 1 02:42:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba4e781
dev-python/awkward: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 -
dev-python/awkward/awkward-2.8.4.ebuild | 57 ---------------------------------
2 files changed, 58 deletions(-)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index 4b6616f48ffc..f403fddeda6c 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1,2 +1 @@
-DIST awkward-2.8.4.tar.gz 6222255 BLAKE2B 569f7ff0b1a16d806e82ae0e11fa3a65bcb457787415b5dfb1fcd0caa907cf09851feb32aec4fc15336bbe3411a0c00544693cc28a471c2e8180afd7bcb9919a SHA512 7592a2d147a7c2023d29843d18e3fadd487c0666912af27215610bdbce8c60e32e679a179c5a1dbe9c2ceff54dead035d4c9a4f5a14a0f4c1c1af4f7ff7ac557
DIST awkward-2.8.5.tar.gz 6223297 BLAKE2B a5733b1d55c427f3a97ec1bf885ce77ed764b6b507cd1cfe057ca030ae433f9a796db4d73ff001c44595dcada6852a75b58ea3ba267dcba1ee8afd9681da3415 SHA512 3303858e0ffcd0d9bb967152a81ddaf64ee23ecb500c270b8280d916fb1b03382b341b776f7c19912c0a262ae418a681781a8ec6dd01b7b90344d8a8e0dcf50f
diff --git a/dev-python/awkward/awkward-2.8.4.ebuild b/dev-python/awkward/awkward-2.8.4.ebuild
deleted file mode 100644
index ed79ab657efc..000000000000
--- a/dev-python/awkward/awkward-2.8.4.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-46[${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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-08-01 2:45 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-08-01 2:45 UTC (permalink / raw
To: gentoo-commits
commit: aa4159c0f18a5b7c0f5928639e108e12b51c96f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 1 02:32:23 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 1 02:42:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4159c0
dev-python/awkward: Bump to 2.8.6
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 +
dev-python/awkward/awkward-2.8.6.ebuild | 52 +++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index f403fddeda6c..b4b80e423b93 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1 +1,2 @@
DIST awkward-2.8.5.tar.gz 6223297 BLAKE2B a5733b1d55c427f3a97ec1bf885ce77ed764b6b507cd1cfe057ca030ae433f9a796db4d73ff001c44595dcada6852a75b58ea3ba267dcba1ee8afd9681da3415 SHA512 3303858e0ffcd0d9bb967152a81ddaf64ee23ecb500c270b8280d916fb1b03382b341b776f7c19912c0a262ae418a681781a8ec6dd01b7b90344d8a8e0dcf50f
+DIST awkward-2.8.6.tar.gz 6223736 BLAKE2B b1b6c5bb392ff4cec61ef6d23f69377c5176190d5df178b7056e11207025ddcd2f17c80613ac5003abff797c1db16355af04845b5843665842b26cc01717ad7a SHA512 274428537b68579018e8a80398971ed02dbbe88799532db78b5b4f7a349f7900fd65f66bd07acbff2511eedc7a3ecc2231422aefcd771e8d75d14ff93f731b0e
diff --git a/dev-python/awkward/awkward-2.8.6.ebuild b/dev-python/awkward/awkward-2.8.6.ebuild
new file mode 100644
index 000000000000..db91c2e5f039
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.6.ebuild
@@ -0,0 +1,52 @@
+# 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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-08-09 5:47 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-08-09 5:47 UTC (permalink / raw
To: gentoo-commits
commit: 08ffb48a2717e5602f4d07f149902b28a2b90017
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 9 05:38:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 9 05:38:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ffb48a
dev-python/awkward: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 -
dev-python/awkward/awkward-2.8.5.ebuild | 52 ---------------------------------
2 files changed, 53 deletions(-)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index b4b80e423b93..6bc5ac53cad2 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1,2 +1 @@
-DIST awkward-2.8.5.tar.gz 6223297 BLAKE2B a5733b1d55c427f3a97ec1bf885ce77ed764b6b507cd1cfe057ca030ae433f9a796db4d73ff001c44595dcada6852a75b58ea3ba267dcba1ee8afd9681da3415 SHA512 3303858e0ffcd0d9bb967152a81ddaf64ee23ecb500c270b8280d916fb1b03382b341b776f7c19912c0a262ae418a681781a8ec6dd01b7b90344d8a8e0dcf50f
DIST awkward-2.8.6.tar.gz 6223736 BLAKE2B b1b6c5bb392ff4cec61ef6d23f69377c5176190d5df178b7056e11207025ddcd2f17c80613ac5003abff797c1db16355af04845b5843665842b26cc01717ad7a SHA512 274428537b68579018e8a80398971ed02dbbe88799532db78b5b4f7a349f7900fd65f66bd07acbff2511eedc7a3ecc2231422aefcd771e8d75d14ff93f731b0e
diff --git a/dev-python/awkward/awkward-2.8.5.ebuild b/dev-python/awkward/awkward-2.8.5.ebuild
deleted file mode 100644
index 1df00a8d8cf3..000000000000
--- a/dev-python/awkward/awkward-2.8.5.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-47[${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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-08-09 5:47 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-08-09 5:47 UTC (permalink / raw
To: gentoo-commits
commit: e42010c6bd24db222e72feecd1ebd195fda8e752
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 9 05:39:25 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 9 05:39:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42010c6
dev-python/awkward: Bump to 2.8.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 +
dev-python/awkward/awkward-2.8.7.ebuild | 52 +++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index 6bc5ac53cad2..62442e32540f 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1 +1,2 @@
DIST awkward-2.8.6.tar.gz 6223736 BLAKE2B b1b6c5bb392ff4cec61ef6d23f69377c5176190d5df178b7056e11207025ddcd2f17c80613ac5003abff797c1db16355af04845b5843665842b26cc01717ad7a SHA512 274428537b68579018e8a80398971ed02dbbe88799532db78b5b4f7a349f7900fd65f66bd07acbff2511eedc7a3ecc2231422aefcd771e8d75d14ff93f731b0e
+DIST awkward-2.8.7.tar.gz 6224004 BLAKE2B 23558dd49fb61b9a1607f6c3ef22287d4b6542fb0e3bd4571538c3683bcccd674c47ceac0f70bc50a0e93cc1387a7cb4a56b363e48b5c6a7017e7e1d72417ac6 SHA512 859fa430927f33d21d5ed47db4cfd44a4df2703621e9f47fc4e64568d2e1f3cb7747f89b7491c28811bc207347a234c1e371fb0ef31c8b7fc996d3240140c6cc
diff --git a/dev-python/awkward/awkward-2.8.7.ebuild b/dev-python/awkward/awkward-2.8.7.ebuild
new file mode 100644
index 000000000000..db91c2e5f039
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.7.ebuild
@@ -0,0 +1,52 @@
+# 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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-08-09 16:49 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-08-09 16:49 UTC (permalink / raw
To: gentoo-commits
commit: 6432445a052118a2fdf7e0c49902c9a3eeac98c0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 9 16:45:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 9 16:45:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6432445a
dev-python/awkward: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 -
dev-python/awkward/awkward-2.8.6.ebuild | 52 ---------------------------------
2 files changed, 53 deletions(-)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index 62442e32540f..22d88a520fc1 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1,2 +1 @@
-DIST awkward-2.8.6.tar.gz 6223736 BLAKE2B b1b6c5bb392ff4cec61ef6d23f69377c5176190d5df178b7056e11207025ddcd2f17c80613ac5003abff797c1db16355af04845b5843665842b26cc01717ad7a SHA512 274428537b68579018e8a80398971ed02dbbe88799532db78b5b4f7a349f7900fd65f66bd07acbff2511eedc7a3ecc2231422aefcd771e8d75d14ff93f731b0e
DIST awkward-2.8.7.tar.gz 6224004 BLAKE2B 23558dd49fb61b9a1607f6c3ef22287d4b6542fb0e3bd4571538c3683bcccd674c47ceac0f70bc50a0e93cc1387a7cb4a56b363e48b5c6a7017e7e1d72417ac6 SHA512 859fa430927f33d21d5ed47db4cfd44a4df2703621e9f47fc4e64568d2e1f3cb7747f89b7491c28811bc207347a234c1e371fb0ef31c8b7fc996d3240140c6cc
diff --git a/dev-python/awkward/awkward-2.8.6.ebuild b/dev-python/awkward/awkward-2.8.6.ebuild
deleted file mode 100644
index db91c2e5f039..000000000000
--- a/dev-python/awkward/awkward-2.8.6.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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-09-07 2:38 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-09-07 2:38 UTC (permalink / raw
To: gentoo-commits
commit: fc3ddbd4380240b60ea41f0583c804d7f477f4a3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 7 01:40:54 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 7 02:38:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3ddbd4
dev-python/awkward: Bump to 2.8.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 +
dev-python/awkward/awkward-2.8.8.ebuild | 52 +++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index 22d88a520fc1..82c4f9c0bb72 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1 +1,2 @@
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.8.ebuild b/dev-python/awkward/awkward-2.8.8.ebuild
new file mode 100644
index 000000000000..70f535327927
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.8.ebuild
@@ -0,0 +1,52 @@
+# 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-49[${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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-09-21 2:44 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-09-21 2:44 UTC (permalink / raw
To: gentoo-commits
commit: 51a8023174f5c2b14f03ae3373037b4bdae9da53
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 01:30:32 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/
@ 2025-09-21 2:44 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2025-09-21 2:44 UTC (permalink / raw
To: gentoo-commits
commit: 3b4cb33e6518808c75f5b30a0f451a573e8e0a07
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 01:31:09 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 01:31:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4cb33e
dev-python/awkward: Bump to 2.8.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/awkward/Manifest | 1 +
dev-python/awkward/awkward-2.8.9.ebuild | 52 +++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/awkward/Manifest b/dev-python/awkward/Manifest
index df011becb66f..e8f63c08738f 100644
--- a/dev-python/awkward/Manifest
+++ b/dev-python/awkward/Manifest
@@ -1 +1,2 @@
DIST awkward-2.8.8.tar.gz 6231035 BLAKE2B e979953ab3742537a5a6cf3fe67e735a82f13be6a8e8d32848e8659820b151b9384f33af4dca2307ca19a8229af2611050877bf914e540d3699d1279d1b32683 SHA512 1991185adc6a6701c9d7feb7f0a6011a5aeaad6d180c0ea140d9f3fcb5db8fb8c253779da848a03f2e84b37bdbfcdea4f7a7b4c88e60d7fbb1f2e7b662c14887
+DIST awkward-2.8.9.tar.gz 6243673 BLAKE2B 3a8d72a7e814f999d4ad91e3346f46bd5c1535b83e432ab97e918811afa0788525e6344bfe09320c0bdcb5a2d7b0403aa6b9e7d66177f0754c64821826d10426 SHA512 06b7f9ef04ec2ed18d9a6f68ed828736a2312c5e06507550a7629824804d33f708b8d273a5037b0196a7cc405f6b1a7f7b3ff4dde56abe7a040a6234510cff5b
diff --git a/dev-python/awkward/awkward-2.8.9.ebuild b/dev-python/awkward/awkward-2.8.9.ebuild
new file mode 100644
index 000000000000..9300718feb4e
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.9.ebuild
@@ -0,0 +1,52 @@
+# 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-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
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2025-09-21 2:45 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-09 16:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/awkward/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
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 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-16 10:22 Sam James
2025-05-09 12:23 Nowa Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox