unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67773] [PATCH 1/4] gnu: rust-clap-lex: Add 0.6.
@ 2023-12-11 17:36 Daniel Ziltener via Guix-patches via
  2023-12-22 14:17 ` [bug#67773] QA review for 67773 Daniel Ziltener via Guix-patches via
  2023-12-26 11:43 ` bug#67773: [PATCH 1/4] gnu: rust-clap-lex: Add 0.6 Efraim Flashner
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-11 17:36 UTC (permalink / raw)
  To: 67773; +Cc: dziltener

---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d42ff60a20..7eae768ab7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13223,6 +13223,27 @@ (define-public rust-clap-complete-fig-3
 with Clap to generate Fig completion scripts.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-clap-lex-0.6
+  (package
+    (name "rust-clap-lex")
+    (version "0.6.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "clap_lex" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1l8bragdvim7mva9flvd159dskn2bdkpl0jqrr41wnjfn8pcfbvh"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/clap-rs/clap/tree/master/clap_lex")
+    (synopsis "Command line parser for Clap")
+    (description
+     "This package provides a parser for command line options.  As opposed
+to a declarative parser, @code{rust-clap-lex} processes arguments as a
+stream of tokens.")
+    ;; The user can choose either license.
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-clap-lex-0.5
   (package
     (name "rust-clap-lex")
-- 
2.43.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#67773] QA review for 67773
  2023-12-11 17:36 [bug#67773] [PATCH 1/4] gnu: rust-clap-lex: Add 0.6 Daniel Ziltener via Guix-patches via
@ 2023-12-22 14:17 ` Daniel Ziltener via Guix-patches via
  2023-12-22 16:18   ` Christopher Baines
  2023-12-26 11:43 ` bug#67773: [PATCH 1/4] gnu: rust-clap-lex: Add 0.6 Efraim Flashner
  1 sibling, 1 reply; 4+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-22 14:17 UTC (permalink / raw)
  To: control, 67773

user guix
usertag 67773 + reviewed-looks-good
thanks

Guix QA review form submission:


Items marked as checked: Lint warnings, Package builds, Commit messages, 
New package licenses, New package tests, New package synopsis and 
descriptions





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#67773] QA review for 67773
  2023-12-22 14:17 ` [bug#67773] QA review for 67773 Daniel Ziltener via Guix-patches via
@ 2023-12-22 16:18   ` Christopher Baines
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2023-12-22 16:18 UTC (permalink / raw)
  To: Daniel Ziltener; +Cc: 67773, control, 67769

[-- Attachment #1: Type: text/plain, Size: 542 bytes --]

user guix
usertag 67769 - reviewed-looks-good
usertag 67773 - reviewed-looks-good
thanks

Daniel Ziltener via Guix-patches via <guix-patches@gnu.org> writes:

> Guix QA review form submission:
>
>
> Items marked as checked: Lint warnings, Package builds, Commit
> messages, New package licenses, New package tests, New package
> synopsis and descriptions

As it says on the page, this feature is for people other than those
involved in submitting the patches, so I'd expect the email to mark them
as reviewed to come from a separate address.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#67773: [PATCH 1/4] gnu: rust-clap-lex: Add 0.6.
  2023-12-11 17:36 [bug#67773] [PATCH 1/4] gnu: rust-clap-lex: Add 0.6 Daniel Ziltener via Guix-patches via
  2023-12-22 14:17 ` [bug#67773] QA review for 67773 Daniel Ziltener via Guix-patches via
@ 2023-12-26 11:43 ` Efraim Flashner
  1 sibling, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2023-12-26 11:43 UTC (permalink / raw)
  To: Daniel Ziltener; +Cc: 67773-done

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

This package was already added in the rust-team branch.  Sorry!

-- 
Efraim Flashner   <efraim@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-26 12:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 17:36 [bug#67773] [PATCH 1/4] gnu: rust-clap-lex: Add 0.6 Daniel Ziltener via Guix-patches via
2023-12-22 14:17 ` [bug#67773] QA review for 67773 Daniel Ziltener via Guix-patches via
2023-12-22 16:18   ` Christopher Baines
2023-12-26 11:43 ` bug#67773: [PATCH 1/4] gnu: rust-clap-lex: Add 0.6 Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).