diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-29 10:14:21 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:19:42 +0100 |
| commit | b014942a69cec71f7ddfe0ffaf9bf657567030a5 (patch) | |
| tree | 2d19cb503bdd82233d0b3740d2e14a1b9acfae37 /gnu/packages/python-xyz.scm | |
| parent | e991e91871fda39ee96cf5c8bc134ea45868d11d (diff) | |
gnu: python-awkward-cpp: Update to 47.
* gnu/packages/python-xyz.scm (python-awkward-cpp): Update to 47.
[arguments]: Drop all.
[home-page]: Refresh it as seen in project's README.
Change-Id: I27be188fc95447a17c10b09f653bb28325367998
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8b3dcaee868..67ac8eff0db 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -526,29 +526,25 @@ compare against a vast section of other version formats.") (define-public python-awkward-cpp (package (name "python-awkward-cpp") - (version "43") + ;; TODO: any higher versions need pybind11 >= 3, see: + ;; <https://codeberg.org/guix/guix/pulls/4696>. + (version "47") (source (origin (method url-fetch) (uri (pypi-uri "awkward_cpp" version)) (sha256 - (base32 "1bays82mjyg0clmms0rdaf1jrdyr0pw5njq8v9kgcan8drcpbvf1")))) + (base32 "03wm649lzr1vgp99d303p53m1ybaf655mpvy30rapv8hd2bz8v37")))) (build-system pyproject-build-system) - (arguments - (list - #:phases - '(modify-phases %standard-phases - ;; TODO: Remove this on python-team branch. - (add-after 'unpack 'relax-requirements - (lambda _ - (substitute* "pyproject.toml" - (("scikit-build-core..0.10") - "scikit-build-core") - (("^minimum-version =.*") ""))))))) - (propagated-inputs (list python-numpy)) + ;; tests: 22304 passed, 524 skipped (native-inputs - (list cmake-minimal pybind11 python-pytest python-scikit-build-core)) - (home-page "https://github.com/scikit-hep/awkward-1.0") + (list cmake-minimal + pybind11 + python-pytest + python-scikit-build-core)) + (propagated-inputs + (list python-numpy)) + (home-page "https://awkward-array.org/") (synopsis "CPU kernels and compiled extensions for Awkward Array") (description "Awkward CPP provides precompiled routines for the awkward package. It is not useful on its own, only as a dependency for awkward.") |
