gnu: Add python-awkward-cpp.

* gnu/packages/python-xyz.scm (python-awkward-cpp): New variable.

Change-Id: I68f7e314aa6b575eb7135aa5308c327d5f6bf3ea
This commit is contained in:
Ricardo Wurmus 2024-04-30 23:19:41 +02:00
parent d4c62ff301
commit fe780b55b4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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")