GNU bug report logs -
#69700
[PATCH 4/7] gnu: Add rust-radix-heap-0.4.
Previous Next
Reported by: muradm <mail <at> muradm.net>
Date: Sun, 10 Mar 2024 07:32:06 UTC
Severity: normal
Tags: patch
Done: muradm <mail <at> muradm.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69700 in the body.
You can then email your comments to 69700 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
efraim <at> flashner.co.il, guix-patches <at> gnu.org
:
bug#69700
; Package
guix-patches
.
(Sun, 10 Mar 2024 07:32:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
muradm <mail <at> muradm.net>
:
New bug report received and forwarded. Copy sent to
efraim <at> flashner.co.il, guix-patches <at> gnu.org
.
(Sun, 10 Mar 2024 07:32:06 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-radix-heap-0.4): New variable.
Change-Id: I4e1edaa7970343bca00f831d6d912edf4aa89953
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5d8fcfa9f1..7933d9910e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52748,6 +52748,26 @@ (define-public rust-radix-fmt-1
radix.")
(license license:asl2.0)))
+(define-public rust-radix-heap-0.4
+ (package
+ (name "rust-radix-heap")
+ (version "0.4.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "radix-heap" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "00g6vq9dn5v5h8sj2298h6zk3pm3wq8qhacrnjak40b4yjfyrzsr"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-ordered-float" ,rust-ordered-float-2))))
+ (home-page "https://github.com/mpdn/radix-heap")
+ (synopsis "Fast monotone priority queues")
+ (description "Fast monotone priority queues")
+ (license license:expat)))
+
(define-public rust-radix-trie-0.2
(package
(name "rust-radix-trie")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69700
; Package
guix-patches
.
(Sun, 10 Mar 2024 07:57:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
close 69700
muradm <mail <at> muradm.net> writes:
> * gnu/packages/crates-io.scm (rust-radix-heap-0.4): New
> variable.
>
> Change-Id: I4e1edaa7970343bca00f831d6d912edf4aa89953
> ---
> gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm
> b/gnu/packages/crates-io.scm
> index 5d8fcfa9f1..7933d9910e 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -52748,6 +52748,26 @@ (define-public rust-radix-fmt-1
> radix.")
> (license license:asl2.0)))
>
> +(define-public rust-radix-heap-0.4
> + (package
> + (name "rust-radix-heap")
> + (version "0.4.2")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (crate-uri "radix-heap" version))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> "00g6vq9dn5v5h8sj2298h6zk3pm3wq8qhacrnjak40b4yjfyrzsr"))))
> + (build-system cargo-build-system)
> + (arguments
> + `(#:skip-build? #t
> + #:cargo-inputs (("rust-ordered-float"
> ,rust-ordered-float-2))))
> + (home-page "https://github.com/mpdn/radix-heap")
> + (synopsis "Fast monotone priority queues")
> + (description "Fast monotone priority queues")
> + (license license:expat)))
> +
> (define-public rust-radix-trie-0.2
> (package
> (name "rust-radix-trie")
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69700
; Package
guix-patches
.
(Sun, 10 Mar 2024 07:57:03 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
69700 <at> debbugs.gnu.org and muradm <mail <at> muradm.net>
Request was from
muradm <mail <at> muradm.net>
to
control <at> debbugs.gnu.org
.
(Sun, 10 Mar 2024 07:57:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 07 Apr 2024 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.