GNU bug report logs - #69698
[PATCH 6/7] gnu: Add rust-wu-diff-0.1.

Previous Next

Package: guix-patches;

Reported by: muradm <mail <at> muradm.net>

Date: Sun, 10 Mar 2024 07:32:04 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 69698 in the body.
You can then email your comments to 69698 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to efraim <at> flashner.co.il, guix-patches <at> gnu.org:
bug#69698; Package guix-patches. (Sun, 10 Mar 2024 07:32:04 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:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: muradm <mail <at> muradm.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 6/7] gnu: Add rust-wu-diff-0.1.
Date: Sun, 10 Mar 2024 10:30:59 +0300
* gnu/packages/crates-io.scm (rust-wu-diff-0.1): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3493fb8ffc..b8797326f4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -78275,6 +78275,28 @@ (define-public rust-winnow-0.4
                        ("rust-memchr" ,rust-memchr-2)
                        ("rust-terminal-size" ,rust-terminal-size-0.2))))))
 
+(define-public rust-wu-diff-0.1
+  (package
+    (name "rust-wu-diff")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "wu-diff" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "14w8yacn4hk9k4rfzshlgir966xbwgbwk3fvf0l461nyzhsnfglf"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-clippy" ,rust-clippy-0.0))))
+    (home-page "https://github.com/bokuweb/wu-diff-rs")
+    (synopsis
+     "Compute differences between two slices using wu(the O(NP)) algorithm.")
+    (description
+     "Compute differences between two slices using wu(the O(NP)) algorithm.")
+    (license license:expat)))
+
 (define-public rust-wycheproof-0.5
   (package
     (name "rust-wycheproof")
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69698; Package guix-patches. (Sun, 10 Mar 2024 07:58:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: muradm <mail <at> muradm.net>
To: control <at> debbugs.gnu.org
Cc: 69698 <at> debbugs.gnu.org, Efraim Flashner <efraim <at> flashner.co.il>,
 guix-patches <at> gnu.org
Subject: Re: [bug#69698] [PATCH 6/7] gnu: Add rust-wu-diff-0.1.
Date: Sun, 10 Mar 2024 10:56:34 +0300
[Message part 1 (text/plain, inline)]
close 69698

muradm <mail <at> muradm.net> writes:

> * gnu/packages/crates-io.scm (rust-wu-diff-0.1): New variable.
>
> Change-Id: I1e89c7a04f87b9538e2772b4141c573c59a3ac56
> ---
>  gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm 
> b/gnu/packages/crates-io.scm
> index 3493fb8ffc..b8797326f4 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -78275,6 +78275,28 @@ (define-public rust-winnow-0.4
>                         ("rust-memchr" ,rust-memchr-2)
>                         ("rust-terminal-size" 
>                         ,rust-terminal-size-0.2))))))
>
> +(define-public rust-wu-diff-0.1
> +  (package
> +    (name "rust-wu-diff")
> +    (version "0.1.2")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (crate-uri "wu-diff" version))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32 
> "14w8yacn4hk9k4rfzshlgir966xbwgbwk3fvf0l461nyzhsnfglf"))))
> +    (build-system cargo-build-system)
> +    (arguments
> +     `(#:skip-build? #t
> +       #:cargo-inputs (("rust-clippy" ,rust-clippy-0.0))))
> +    (home-page "https://github.com/bokuweb/wu-diff-rs")
> +    (synopsis
> +     "Compute differences between two slices using wu(the 
> O(NP)) algorithm.")
> +    (description
> +     "Compute differences between two slices using wu(the 
> O(NP)) algorithm.")
> +    (license license:expat)))
> +
>  (define-public rust-wycheproof-0.5
>    (package
>      (name "rust-wycheproof")

[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#69698; Package guix-patches. (Sun, 10 Mar 2024 07:58:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 69698 <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:58:05 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:33 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 151 days ago.

Previous Next


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