diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-28 13:20:20 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-28 13:28:45 +0000 |
| commit | 2d0e42a7950fb4aed14b49a59bfa284874b75a07 (patch) | |
| tree | ce23090ccddf35327438d811fd9358c84f22df24 /gnu/packages/python-compression.scm | |
| parent | cb5fe64086ebc4a6b6fe554b840766c6ba731700 (diff) | |
gnu: Remove bitshuffle.
Deprecation was set 3 months ago.
* gnu/packages/python-compression.scm (bitshuffle): Delete variable.
Change-Id: I58b93f3122ee1c6993185dfa71ea417448973585
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 87b04e1df35..b996cc5fa9f 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 | |||
| 792 | algorithm within the Numpy framework.") | 792 | algorithm within the Numpy framework.") |
| 793 | (license license:expat))) | 793 | (license license:expat))) |
| 794 | 794 | ||
| 795 | (define-deprecated-package bitshuffle | ||
| 796 | python-bitshuffle) | ||
| 797 | |||
| 798 | (define-public bitshuffle-for-snappy | 795 | (define-public bitshuffle-for-snappy |
| 799 | (package/inherit python-bitshuffle | 796 | (package/inherit python-bitshuffle |
| 800 | (name "bitshuffle-for-snappy") | 797 | (name "bitshuffle-for-snappy") |
