GNU bug report logs - #70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Sat, 27 Apr 2024 12:25:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Herman Rimm <herman <at> rimm.ee>
Subject: bug#70606: closed (Re: [bug#70606] [PATCH rust-team 00/92] Order
 (crates-io) packages from a to g.)
Date: Tue, 24 Dec 2024 17:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#70606: [PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 70606 <at> debbugs.gnu.org.

-- 
70606: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70606
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Herman Rimm <herman <at> rimm.ee>
Cc: 70606-done <at> debbugs.gnu.org
Subject: Re: [bug#70606] [PATCH rust-team 00/92] Order (crates-io) packages
 from a to g.
Date: Tue, 24 Dec 2024 19:51:07 +0200
[Message part 3 (text/plain, inline)]
Wow thats a lot of packages out of order. Patches pushed to the
rust-team branch.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Herman Rimm <herman <at> rimm.ee>
To: guix-patches <at> gnu.org
Subject: [PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in
 alphabetical order.
Date: Sat, 27 Apr 2024 14:23:30 +0200
* gnu/packages/crates-io.scm (rust-xxhash-rust-0.8): Move variable.

Change-Id: Ia44ff25785b56cf42b1a8241f5d4199e0df82566
---
 gnu/packages/crates-io.scm | 44 +++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fd87a0f8c7..b7dcdf22fe 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -89759,28 +89759,6 @@ (define-public rust-xmltree-0.8
        (("rust-indexmap" ,rust-indexmap-1)
         ("rust-xml-rs" ,rust-xml-rs-0.7))))))
 
-(define-public rust-xxhash-rust-0.8
-  (package
-    (name "rust-xxhash-rust")
-    (version "0.8.10")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "xxhash-rust" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32 "00zfsfigb6zh0x8aaickkkyd3vyjgnrq36ym04lil7my4lgahzcj"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:tests? #f      ; Only doc tests, which fail.
-       #:cargo-development-inputs (("rust-getrandom" ,rust-getrandom-0.2)
-                                   ("rust-xxhash-c-sys" ,rust-xxhash-c-sys-0.8))))
-    (home-page "https://github.com/DoumanAsh/xxhash-rust")
-    (synopsis "Implementation of xxHash in Rust")
-    (description "This package provides an implementation of the xxHash
-algorithm in Rust.")
-    (license license:boost1.0)))
-
 (define-public rust-xxhash-c-sys-0.8
   (package
     (name "rust-xxhash-c-sys")
@@ -89801,6 +89779,28 @@ (define-public rust-xxhash-c-sys-0.8
     (description "This package provides bindings to xxhash.")
     (license license:boost1.0)))
 
+(define-public rust-xxhash-rust-0.8
+  (package
+    (name "rust-xxhash-rust")
+    (version "0.8.10")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "xxhash-rust" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "00zfsfigb6zh0x8aaickkkyd3vyjgnrq36ym04lil7my4lgahzcj"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:tests? #f
+       #:cargo-development-inputs (("rust-getrandom" ,rust-getrandom-0.2)
+                                   ("rust-xxhash-c-sys" ,rust-xxhash-c-sys-0.8))))
+    (home-page "https://github.com/DoumanAsh/xxhash-rust")
+    (synopsis "Implementation of xxHash in Rust")
+    (description "This package provides an implementation of the xxHash
+algorithm in Rust.")
+    (license license:boost1.0)))
+
 (define-public rust-xz-0.1
   (package
     (name "rust-xz")

base-commit: 2c90e7aa2f078da27d517b2b77b61810f4513809
-- 
2.41.0




This bug report was last modified 206 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.