summaryrefslogtreecommitdiff
path: root/gnu/packages/python-compression.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-10-16 17:08:05 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-23 19:35:06 +0200
commit9fcfb9394471d58c75a5fffeda3763e5864b18fa (patch)
tree7124f051de12cf489ea73e87aeb5c758068cfa18 /gnu/packages/python-compression.scm
parente46dfc7e9446fb753294747f73c9cb568fd02c2a (diff)
gnu: Use ‘define-deprecated-package’ for deprecated packages.
Use ‘define-deprecated-package’ instead of (define x (deprecated-package …)) throughout gnu/packages/*.scm. Change-Id: I4e176da9ac660327489dab256ca4d12c4e78fe8d
Diffstat (limited to 'gnu/packages/python-compression.scm')
-rw-r--r--gnu/packages/python-compression.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm
index 3c1713f6f62..c4efd30ea52 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -188,8 +188,8 @@ to access its data, so it can be used as a drop-in replacement.")
188package, an implementation of the Brotli lossless compression algorithm.") 188package, an implementation of the Brotli lossless compression algorithm.")
189 (license license:expat))) 189 (license license:expat)))
190 190
191(define-public python-google-brotli 191(define-deprecated-package python-google-brotli
192 (deprecated-package "python-google-brotli" python-brotli)) 192 python-brotli)
193 193
194(define-public python-multivolumefile 194(define-public python-multivolumefile
195 (package 195 (package
@@ -792,8 +792,8 @@ for improving compression, as well as a python/C package that implements this
792algorithm within the Numpy framework.") 792algorithm within the Numpy framework.")
793 (license license:expat))) 793 (license license:expat)))
794 794
795(define-public bitshuffle 795(define-deprecated-package bitshuffle
796 (deprecated-package "bitshuffle" python-bitshuffle)) 796 python-bitshuffle)
797 797
798(define-public bitshuffle-for-snappy 798(define-public bitshuffle-for-snappy
799 (package/inherit python-bitshuffle 799 (package/inherit python-bitshuffle