[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68665] [PATCH 00/12 rust-team] gnu: Add Rust dependencies of python
From: |
Troy Figiel |
Subject: |
[bug#68665] [PATCH 00/12 rust-team] gnu: Add Rust dependencies of python-cramjam. |
Date: |
Tue, 23 Jan 2024 00:01:35 +0100 |
This patch series adds the necessary Rust dependencies for python-cramjam.
Although I already have a working implementation of python-cramjam in my own
channel, I have decided to split the Rust and Python parts into separate issues
to allow for easier reviews.
Troy Figiel (12):
gnu: rust-lz4-sys-1: Update to 1.9.4.
gnu: rust-lz4-sys-1: Don't skip the build.
gnu: rust-lz4-1: Update to 1.24.0.
gnu: rust-lz4-1: Don't skip the build.
gnu: rust-cbindgen-0.24: Update to 0.24.5.
gnu: Add rust-target-lexicon-0.11.
gnu: Add rust-libdeflate-sys-1.
gnu: rust-libdeflate-sys-0.11: Inherit from rust-libdeflate-sys-1.
gnu: Add rust-libdeflater-1.
gnu: rust-libdeflater-0.11: Inherit from rust-libdeflater-1.
gnu: Add rust-inline-c-macro-0.1.
gnu: Add rust-inline-c-0.1.
gnu/packages/crates-io.scm | 139 ++++++++++++++++++++++++++++++++-----
gnu/packages/rust-apps.scm | 4 +-
2 files changed, 124 insertions(+), 19 deletions(-)
base-commit: 23a985d6061adf30a660c281fdb32d2e5cdec269
--
2.42.0
- [bug#68665] [PATCH 00/12 rust-team] gnu: Add Rust dependencies of python-cramjam.,
Troy Figiel <=
- [bug#68665] [PATCH 01/12] gnu: rust-lz4-sys-1: Update to 1.9.4., Troy Figiel, 2024/01/22
- [bug#68665] [PATCH 02/12] gnu: rust-lz4-sys-1: Don't skip the build., Troy Figiel, 2024/01/22
- [bug#68665] [PATCH 03/12] gnu: rust-lz4-1: Update to 1.24.0., Troy Figiel, 2024/01/22
- [bug#68665] [PATCH 04/12] gnu: rust-lz4-1: Don't skip the build., Troy Figiel, 2024/01/22
- [bug#68665] [PATCH 05/12] gnu: rust-cbindgen-0.24: Update to 0.24.5., Troy Figiel, 2024/01/22
- [bug#68665] [PATCH 06/12] gnu: Add rust-target-lexicon-0.11., Troy Figiel, 2024/01/22
- [bug#68665] [PATCH 07/12] gnu: Add rust-libdeflate-sys-1., Troy Figiel, 2024/01/22
- [bug#68665] [PATCH 08/12] gnu: rust-libdeflate-sys-0.11: Inherit from rust-libdeflate-sys-1., Troy Figiel, 2024/01/22
- [bug#68665] [PATCH 10/12] gnu: rust-libdeflater-0.11: Inherit from rust-libdeflater-1., Troy Figiel, 2024/01/22
- [bug#68665] [PATCH 09/12] gnu: Add rust-libdeflater-1., Troy Figiel, 2024/01/22