* [gentoo-commits] proj/sci:master commit in: dev-python/awkward/
@ 2025-01-22 13:34 Alexander Puck Neuwirth
0 siblings, 0 replies; 10+ messages in thread
From: Alexander Puck Neuwirth @ 2025-01-22 13:34 UTC (permalink / raw
To: gentoo-commits
commit: f7202f08f6ec239f2c623ea8f6b2994bb4fdfa90
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Wed Jan 22 13:32:48 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Wed Jan 22 13:32:48 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f7202f08
dev-python/awkward: add 2.7.2
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/awkward/awkward-2.7.2.ebuild | 47 +++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/dev-python/awkward/awkward-2.7.2.ebuild b/dev-python/awkward/awkward-2.7.2.ebuild
new file mode 100644
index 000000000..7448dafe4
--- /dev/null
+++ b/dev-python/awkward/awkward-2.7.2.ebuild
@@ -0,0 +1,47 @@
+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
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/awkward/
@ 2025-05-09 12:26 Nowa Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Nowa Ammerlaan @ 2025-05-09 12:26 UTC (permalink / raw
To: gentoo-commits
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>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <maintainer type="person">
- <email>alexander@neuwirth-informatik.de</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>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/awkward/
@ 2025-04-02 10:55 Alexander Puck Neuwirth
0 siblings, 0 replies; 10+ messages in thread
From: Alexander Puck Neuwirth @ 2025-04-02 10:55 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/awkward/
@ 2025-04-02 10:55 Alexander Puck Neuwirth
0 siblings, 0 replies; 10+ messages in thread
From: Alexander Puck Neuwirth @ 2025-04-02 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 38c28bc45eb258b50e5e67974181bb5da412beda
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sun Mar 30 10:27:50 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Wed Apr 2 10:54:52 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=38c28bc4
dev-python/awkward: add 2.8.1
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/awkward/awkward-2.8.1.ebuild | 52 +++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/dev-python/awkward/awkward-2.8.1.ebuild b/dev-python/awkward/awkward-2.8.1.ebuild
new file mode 100644
index 000000000..8b8ee40e6
--- /dev/null
+++ b/dev-python/awkward/awkward-2.8.1.ebuild
@@ -0,0 +1,52 @@
+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
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/awkward/
@ 2025-01-27 14:07 Alexander Puck Neuwirth
0 siblings, 0 replies; 10+ messages in thread
From: Alexander Puck Neuwirth @ 2025-01-27 14:07 UTC (permalink / raw
To: gentoo-commits
commit: 1598169b76825b502892ddcc5123d824111315e6
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon Jan 27 14:05:56 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Mon Jan 27 14:05:56 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1598169b
dev-python/awkward: drop 2.5.2
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/awkward/awkward-2.5.2.ebuild | 38 ---------------------------------
1 file changed, 38 deletions(-)
diff --git a/dev-python/awkward/awkward-2.5.2.ebuild b/dev-python/awkward/awkward-2.5.2.ebuild
deleted file mode 100644
index c11095214..000000000
--- a/dev-python/awkward/awkward-2.5.2.ebuild
+++ /dev/null
@@ -1,38 +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-28[${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/fsspec[${PYTHON_USEDEP}]
- dev-python/numexpr[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_IGNORE=(
- tests-cuda/
- tests-cuda-kernels/
-)
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/awkward/
@ 2025-01-27 14:07 Alexander Puck Neuwirth
0 siblings, 0 replies; 10+ messages in thread
From: Alexander Puck Neuwirth @ 2025-01-27 14:07 UTC (permalink / raw
To: gentoo-commits
commit: 7c6c7bc7a57c1c997a4dd3f673a56a81a37b56cc
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon Jan 27 14:05:20 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Mon Jan 27 14:05:20 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c6c7bc7
dev-python/awkward: add 2.7.3
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/awkward/awkward-2.7.3.ebuild | 47 +++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/dev-python/awkward/awkward-2.7.3.ebuild b/dev-python/awkward/awkward-2.7.3.ebuild
new file mode 100644
index 000000000..a0c9c6258
--- /dev/null
+++ b/dev-python/awkward/awkward-2.7.3.ebuild
@@ -0,0 +1,47 @@
+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
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/awkward/
@ 2024-10-22 8:34 Alexander Puck Neuwirth
0 siblings, 0 replies; 10+ messages in thread
From: Alexander Puck Neuwirth @ 2024-10-22 8:34 UTC (permalink / raw
To: gentoo-commits
commit: 24cb1ef661eb27fa74bfd3f7667fe78e932d58f9
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sat Oct 19 11:15:48 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue Oct 22 08:32:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=24cb1ef6
dev-python/awkward: add 2.6.9
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/awkward/awkward-2.6.9.ebuild | 46 +++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/dev-python/awkward/awkward-2.6.9.ebuild b/dev-python/awkward/awkward-2.6.9.ebuild
new file mode 100644
index 000000000..854349168
--- /dev/null
+++ b/dev-python/awkward/awkward-2.6.9.ebuild
@@ -0,0 +1,46 @@
+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
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/awkward/
@ 2024-06-27 15:49 Alexander Puck Neuwirth
0 siblings, 0 replies; 10+ messages in thread
From: Alexander Puck Neuwirth @ 2024-06-27 15:49 UTC (permalink / raw
To: gentoo-commits
commit: fe4938466d4ed8d54fb1b4501220b78feec057e4
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Thu Jun 27 15:48:53 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Thu Jun 27 15:48:53 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fe493846
dev-python/awkward: add 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 insertions(+)
diff --git a/dev-python/awkward/awkward-2.6.6.ebuild b/dev-python/awkward/awkward-2.6.6.ebuild
new file mode 100644
index 000000000..bd393bcd2
--- /dev/null
+++ b/dev-python/awkward/awkward-2.6.6.ebuild
@@ -0,0 +1,44 @@
+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
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/awkward/
@ 2024-03-19 20:59 Alexander Puck Neuwirth
0 siblings, 0 replies; 10+ messages in thread
From: Alexander Puck Neuwirth @ 2024-03-19 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 0d7ad5db16dcaaaadab71f94d4b39fc3599aaffa
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Tue Mar 19 20:59:06 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue Mar 19 20:59:06 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0d7ad5db
dev-python/awkward: add missing test dependency
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/awkward/awkward-2.5.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/awkward/awkward-2.5.2.ebuild b/dev-python/awkward/awkward-2.5.2.ebuild
index 75c754dda..c11095214 100644
--- a/dev-python/awkward/awkward-2.5.2.ebuild
+++ b/dev-python/awkward/awkward-2.5.2.ebuild
@@ -22,6 +22,7 @@ BDEPEND="
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/fsspec[${PYTHON_USEDEP}]
dev-python/numexpr[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/awkward/
@ 2024-03-19 16:33 Alexander Puck Neuwirth
0 siblings, 0 replies; 10+ messages in thread
From: Alexander Puck Neuwirth @ 2024-03-19 16:33 UTC (permalink / raw
To: gentoo-commits
commit: 0a7d66b3d22bf305ebf01ba53239c9d9ed2caa46
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sat Mar 16 12:07:34 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue Mar 19 16:33:24 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a7d66b3
dev-python/awkward: new package, add 2.5.2
Closes: https://github.com/gentoo/sci/pull/1257
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/awkward/awkward-2.5.2.ebuild | 37 +++++++++++++++++++++++++++++++++
dev-python/awkward/metadata.xml | 19 +++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/dev-python/awkward/awkward-2.5.2.ebuild b/dev-python/awkward/awkward-2.5.2.ebuild
new file mode 100644
index 000000000..75c754dda
--- /dev/null
+++ b/dev-python/awkward/awkward-2.5.2.ebuild
@@ -0,0 +1,37 @@
+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-28[${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-python/pyarrow[${PYTHON_USEDEP}]
+ dev-python/fsspec[${PYTHON_USEDEP}]
+ dev-python/numexpr[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_IGNORE=(
+ tests-cuda/
+ tests-cuda-kernels/
+)
+
+distutils_enable_tests pytest
diff --git a/dev-python/awkward/metadata.xml b/dev-python/awkward/metadata.xml
new file mode 100644
index 000000000..b3ac679d3
--- /dev/null
+++ b/dev-python/awkward/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>alexander@neuwirth-informatik.de</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>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-05-09 12:26 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22 13:34 [gentoo-commits] proj/sci:master commit in: dev-python/awkward/ Alexander Puck Neuwirth
-- strict thread matches above, loose matches on Subject: below --
2025-05-09 12:26 Nowa Ammerlaan
2025-04-02 10:55 Alexander Puck Neuwirth
2025-04-02 10:55 Alexander Puck Neuwirth
2025-01-27 14:07 Alexander Puck Neuwirth
2025-01-27 14:07 Alexander Puck Neuwirth
2024-10-22 8:34 Alexander Puck Neuwirth
2024-06-27 15:49 Alexander Puck Neuwirth
2024-03-19 20:59 Alexander Puck Neuwirth
2024-03-19 16:33 Alexander Puck Neuwirth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox