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-xyz.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-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7f1b28ef224..3803b328a0d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -296,7 +296,6 @@ | |||
| 296 | #:use-module (gnu packages regex) | 296 | #:use-module (gnu packages regex) |
| 297 | #:use-module (gnu packages rpc) | 297 | #:use-module (gnu packages rpc) |
| 298 | #:use-module (gnu packages rust) | 298 | #:use-module (gnu packages rust) |
| 299 | #:use-module (gnu packages rust-apps) | ||
| 300 | #:use-module (gnu packages scanner) | 299 | #:use-module (gnu packages scanner) |
| 301 | #:use-module (gnu packages search) | 300 | #:use-module (gnu packages search) |
| 302 | #:use-module (gnu packages serialization) | 301 | #:use-module (gnu packages serialization) |
