diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-03 15:17:19 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-03 15:17:19 +0100 |
| commit | c024cbffa3d97d620c4932f90ab1eebcb4dc5fbe (patch) | |
| tree | 8be5092dce7a5d7ca7f541f3d5de5384f50ac213 /gnu/packages/python-compression.scm | |
| parent | d3e00eb4d8e8ceb124fa3b48317d1fb61e0d8843 (diff) | |
gnu: Deprecate the "bitshuffle" variable.
* gnu/packages/python-compression.scm (bitshuffle): Rename to
"python-bitshuffle".
(bitshuffle): Define as deprecated by "python-bitshuffle".
(bitshuffle-for-snappy): Inherit from python-bitshuffle.
Change-Id: I33d458736b0b3c80a43519753958414df38e566d
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index c5c59946aef..75f31438341 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -736,9 +736,9 @@ can be used to compress and decompress files and streams. It can also be used | |||
| 736 | directly from the command line.") | 736 | directly from the command line.") |
| 737 | (license license:bsd-3))) | 737 | (license license:bsd-3))) |
| 738 | 738 | ||
| 739 | (define-public bitshuffle | 739 | (define-public python-bitshuffle |
| 740 | (package | 740 | (package |
| 741 | (name "bitshuffle") | 741 | (name "python-bitshuffle") |
| 742 | (version "0.5.2") | 742 | (version "0.5.2") |
| 743 | (source (origin | 743 | (source (origin |
| 744 | (method url-fetch) | 744 | (method url-fetch) |
| @@ -789,8 +789,11 @@ for improving compression, as well as a python/C package that implements this | |||
| 789 | algorithm within the Numpy framework.") | 789 | algorithm within the Numpy framework.") |
| 790 | (license license:expat))) | 790 | (license license:expat))) |
| 791 | 791 | ||
| 792 | (define-public bitshuffle | ||
| 793 | (deprecated-package "bitshuffle" python-bitshuffle)) | ||
| 794 | |||
| 792 | (define-public bitshuffle-for-snappy | 795 | (define-public bitshuffle-for-snappy |
| 793 | (package/inherit bitshuffle | 796 | (package/inherit python-bitshuffle |
| 794 | (name "bitshuffle-for-snappy") | 797 | (name "bitshuffle-for-snappy") |
| 795 | (build-system gnu-build-system) | 798 | (build-system gnu-build-system) |
| 796 | (arguments | 799 | (arguments |
