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-science.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-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index c18a1a5929a..6cc1af1e4b6 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -103,7 +103,6 @@ | |||
| 103 | #:use-module (gnu packages python-xyz) | 103 | #:use-module (gnu packages python-xyz) |
| 104 | #:use-module (gnu packages qt) | 104 | #:use-module (gnu packages qt) |
| 105 | #:use-module (gnu packages rust) | 105 | #:use-module (gnu packages rust) |
| 106 | #:use-module (gnu packages rust-apps) | ||
| 107 | #:use-module (gnu packages serialization) | 106 | #:use-module (gnu packages serialization) |
| 108 | #:use-module (gnu packages simulation) | 107 | #:use-module (gnu packages simulation) |
| 109 | #:use-module (gnu packages sphinx) | 108 | #:use-module (gnu packages sphinx) |
