guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 2d0e42a7950fb4aed14b49a59bfa284874b75a07
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 28 13:20:20 2025 +0000
gnu: Remove bitshuffle.
Deprecation was set 3 months ago.
* gnu/packages/python-compression.scm (bitshuffle): Delete variable.
Change-Id: I58b93f3122ee1c6993185dfa71ea417448973585
---
gnu/packages/python-compression.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index 87b04e1df3..b996cc5fa9 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -792,9 +792,6 @@ for improving compression, as well as a python/C package
that implements this
algorithm within the Numpy framework.")
(license license:expat)))
-(define-deprecated-package bitshuffle
- python-bitshuffle)
-
(define-public bitshuffle-for-snappy
(package/inherit python-bitshuffle
(name "bitshuffle-for-snappy")