summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b63d193dbe..c550759628 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -342,6 +342,26 @@ range of notification services, such as Telegram, Discord, Slack, Amazon SNS,
Gotify, etc.")
(license license:bsd-2)))
+(define-public python-awkward-cpp
+ (package
+ (name "python-awkward-cpp")
+ (version "32")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "awkward-cpp" version))
+ (sha256
+ (base32 "1w11fjkwrian3vll7jhnisl1b6m6rk2rqx0n9d1hzyq6cbw5m35d"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-importlib-resources python-numpy))
+ (native-inputs
+ (list cmake pybind11 python-pytest python-scikit-build-core))
+ (home-page "https://github.com/scikit-hep/awkward-1.0")
+ (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.")
+ (license license:bsd-3)))
+
(define-public python-xmldiff
(package
(name "python-xmldiff")