[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/49: gnu: Add python-ewah-bool-utils.
From: |
guix-commits |
Subject: |
45/49: gnu: Add python-ewah-bool-utils. |
Date: |
Fri, 29 Mar 2024 11:15:29 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 18ac6a247ca213d8ec52db3d6623ecf9120f6e20
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Mar 12 22:26:57 2024 +0000
gnu: Add python-ewah-bool-utils.
* gnu/packages/python-compression.scm (python-ewah-bool-utils): New
variable.
Change-Id: Ib9730d599f66bc2b864bfd305135e367f89ba9dd
---
gnu/packages/python-compression.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index d076a4e161..16e9fc7a4b 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -196,6 +196,41 @@ following algorithms are available:
@end itemize")
(license license:expat)))
+(define-public python-ewah-bool-utils
+ (package
+ (name "python-ewah-bool-utils")
+ (version "1.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ewah_bool_utils" version))
+ (sha256
+ (base32 "11z9vv9m19370j762z100dqhy2ndjzkxk3w9z02lzwadbyibal3h"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'build-extensions
+ (lambda _
+ (invoke "python" "setup.py" "build_ext" "--inplace"))))))
+ (native-inputs
+ (list python-cython python-pytest))
+ (propagated-inputs
+ (list python-numpy))
+ (home-page "https://github.com/yt-project/ewah_bool_utils")
+ (synopsis "EWAH Bool Array compression")
+ (description "This package provide a Python wrapper to @acronym{EWAH,
+ Enhanced Word-Aligned Hybrid} compression bitarray method.")
+ (license (list
+ ;; LICENSE: for Python code.
+ license:bsd-3
+ ;; XXX: Check if it's possible to have it as a dedicated package
+ ;; and link here..
+ ;; ewah_bool_utils/cpp/LICENSE: for C++ bundle, sourced from
+ ;; <https://github.com/lemire/EWAHBoolArray>.
+ license:asl2.0))))
+
(define-public python-pybcj
(package
(name "python-pybcj")
- 36/49: gnu: python-stcal: Update to 1.6.1., (continued)
- 36/49: gnu: python-stcal: Update to 1.6.1., guix-commits, 2024/03/29
- 44/49: gnu: Add python-nose-exclude., guix-commits, 2024/03/29
- 04/49: gnu: python-blosc: Simplify package., guix-commits, 2024/03/29
- 09/49: gnu: python-zarr: Update to 2.17.1., guix-commits, 2024/03/29
- 14/49: gnu: python-stdatamodels: Speed up tests., guix-commits, 2024/03/29
- 26/49: gnu: python-asdf-astropy: Update to 0.6.0, guix-commits, 2024/03/29
- 30/49: gnu: python-drizzle: Update to 1.15.1., guix-commits, 2024/03/29
- 39/49: gnu: python-crds: Update to 11.17.19., guix-commits, 2024/03/29
- 40/49: gnu: python-pynbody: Update to 1.6.0., guix-commits, 2024/03/29
- 43/49: gnu: Add python-astroplan., guix-commits, 2024/03/29
- 45/49: gnu: Add python-ewah-bool-utils.,
guix-commits <=
- 48/49: gnu: Add python-pydantic-settings., guix-commits, 2024/03/29