diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-13 00:19:43 +0100 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-19 08:31:56 +0900 |
| commit | aeb265f1f9b2266aedf9b0ba0166cc0de2e0b577 (patch) | |
| tree | a6090a331e440cf911cfc03873b2c6fa163f57dd /gnu/packages/python-compression.scm | |
| parent | b92bb40b16f3936e39b53dfefaddc9bb1f94096d (diff) | |
gnu: maturin: Move to (gnu packages build-tools).
Authors were parsed from git history with the following command:
git log --all --grep="maturin:" \
--pretty=format:";;; Copyright © %as %aN <%aE>"
* gnu/packages/rust-apps.scm (vtracer, uv)[native-inputs]: Replace
maturing with (@ (gnu packages build-tools) maturin).
(maturing): Deprecate variable and move from here ...
* gnu/packages/build-tools.scm: ... to here.
* gnu/packages/embedded.scm: Replace rust-apps with build-tools module.
* gnu/packages/python-crypto.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/time.scm: Likewise.
* gnu/packages/machine-learning.scm: Remove rust-apps module.
* gnu/packages/python-compression.scm: Likewise.
* gnu/packages/python-science.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index b4d3d15666e..d0e9e7919c8 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -57,7 +57,6 @@ | |||
| 57 | #:use-module (gnu packages python-web) | 57 | #:use-module (gnu packages python-web) |
| 58 | #:use-module (gnu packages python-xyz) | 58 | #:use-module (gnu packages python-xyz) |
| 59 | #:use-module (gnu packages rust) | 59 | #:use-module (gnu packages rust) |
| 60 | #:use-module (gnu packages rust-apps) | ||
| 61 | #:use-module (gnu packages sphinx)) | 60 | #:use-module (gnu packages sphinx)) |
| 62 | 61 | ||
| 63 | (define-public python-backports-zstd | 62 | (define-public python-backports-zstd |
