gnu: Remove bitshuffle.

Deprecation was set 3 months ago.

* gnu/packages/python-compression.scm (bitshuffle): Delete variable.

Change-Id: I58b93f3122ee1c6993185dfa71ea417448973585
This commit is contained in:
Sharlatan Hellseher 2025-12-28 13:20:20 +00:00
parent cb5fe64086
commit 2d0e42a795
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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