[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75127] [PATCH 24/67] gnu: Add rust-future-queue-0.3.
From: |
Jordan Moore |
Subject: |
[bug#75127] [PATCH 24/67] gnu: Add rust-future-queue-0.3. |
Date: |
Thu, 26 Dec 2024 18:11:00 -0500 |
* gnu/packages/crates-io.scm (rust-future-queue-0.3): New variable.
Change-Id: I75a8fb67e7e7ea76e47f6dd13c2ba7e373434dc7
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 770360216f..c528bda212 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31087,6 +31087,31 @@ (define-public rust-futf-0.1
(description "Handling fragments of UTF-8.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-future-queue-0.3
+ (package
+ (name "rust-future-queue")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "future-queue" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1rmjyqy5z87pwghvikmxn18mgdbr6k3w7zmx5qf12h8smrlamlf0"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-fnv" ,rust-fnv-1)
+ ("rust-futures-util" ,rust-futures-util-0.3)
+ ("rust-pin-project-lite" ,rust-pin-project-lite-0.2))))
+ (home-page "https://github.com/nextest-rs/future-queue")
+ (synopsis
+ "Adapters to manage a queue of futures, where each future can have a
different weight")
+ (description
+ "This package provides Adapters to manage a queue of futures, where each
future can have a different
+weight.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-futures-0.3
(package
(name "rust-futures")
--
2.46.0
- [bug#75127] [PATCH 13/67] gnu: Add rust-guppy-summaries-0.7., (continued)
- [bug#75127] [PATCH 13/67] gnu: Add rust-guppy-summaries-0.7., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 15/67] gnu: Add rust-nested-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 16/67] gnu: Add rust-target-spec-3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 06/67] gnu: Add rust-nextest-metadata-0.12., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 07/67] gnu: Add rust-nextest-runner-0.70., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 11/67] gnu: Add rust-cargo-metadata-0.19., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 14/67] gnu: Add rust-guppy-workspace-hack-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 23/67] gnu: Add rust-console-subscriber-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 20/67] gnu: Add rust-async-scoped-0.9., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 21/67] gnu: Add rust-atomicwrites-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 24/67] gnu: Add rust-future-queue-0.3.,
Jordan Moore <=
- [bug#75127] [PATCH 26/67] gnu: Add rust-mukti-metadata-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 27/67] gnu: Add rust-newtype-uuid-1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 18/67] gnu: Add rust-test-strategy-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 25/67] gnu: Add rust-indent-write-2., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 19/67] gnu: Add rust-smol-str-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 22/67] gnu: Add rust-config-0.14., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 28/67] gnu: Add rust-self-update-0.41., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 37/67] gnu: Add rust-structmeta-derive-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 38/67] gnu: Add rust-quick-xml-0.23., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 29/67] gnu: Add rust-target-spec-miette-0.4., Jordan Moore, 2024/12/26