diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-10-16 17:08:05 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-23 19:35:06 +0200 |
| commit | 9fcfb9394471d58c75a5fffeda3763e5864b18fa (patch) | |
| tree | 7124f051de12cf489ea73e87aeb5c758068cfa18 /gnu/packages/python-compression.scm | |
| parent | e46dfc7e9446fb753294747f73c9cb568fd02c2a (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.scm | 8 |
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.") | |||
| 188 | package, an implementation of the Brotli lossless compression algorithm.") | 188 | package, 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 | |||
| 792 | algorithm within the Numpy framework.") | 792 | algorithm 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 |
