emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51730: closed ([PATCH 01/21] gnu: Add rust-argh-shared-0.1.)


From: GNU bug Tracking System
Subject: bug#51730: closed ([PATCH 01/21] gnu: Add rust-argh-shared-0.1.)
Date: Thu, 09 Dec 2021 23:37:02 +0000

Your message dated Fri, 10 Dec 2021 00:36:32 +0100
with message-id <87wnkds64f.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#51730] [PATCH 19/21] gnu: Add 
rust-wl-clipboard-rs-0.4.
has caused the debbugs.gnu.org bug report #51730,
regarding [PATCH 01/21] gnu: Add rust-argh-shared-0.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51730: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51730
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 01/21] gnu: Add rust-argh-shared-0.1. Date: Tue, 09 Nov 2021 21:10:08 +0000
Hi,

this series of patches adds Spotify TUI player.


* gnu/packages/crates-io.scm (rust-argh-shared-0.1): New variable.

---8<---------cut here---------------->8----
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4ccf463e23..03c4baf0ec 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2267,6 +2267,24 @@ (define-public rust-arg-enum-proc-macro-0.3
 @code{arg_enum}.")
     (license license:expat)))

+(define-public rust-argh-shared-0.1
+  (package
+    (name "rust-argh-shared")
+    (version "0.1.6")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "argh_shared" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "0crzkzr4mq9gyys3m0idgsfwwrwd4dk70scp7rspvb2fmgd01piq"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page "https://github.com/google/argh";)
+    (synopsis "Derive-based argument parsing optimized for code size")
+    (description "Derive-based argument parsing optimized for code size")
+    (license license:bsd-3)))
+
 (define-public rust-argon2rs-0.2
   (package
     (name "rust-argon2rs")
--
2.33.1



--- End Message ---
--- Begin Message --- Subject: Re: [bug#51730] [PATCH 19/21] gnu: Add rust-wl-clipboard-rs-0.4. Date: Fri, 10 Dec 2021 00:36:32 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

phodina <phodina@protonmail.com> writes:

> Thanks for the tip. I've used that in the past. However, the package in 
> question rust-stderrlog-0.4 has requirement which makes that very hard to 
> relax:
>
> Caused by:
>   failed to select a version for the requirement `thread_local = "^0.3, 
> <=0.3.4"`
>   candidate versions found which didn't match: 0.3.6
>
> I'd rather just add the package definition than modify the requirement only 
> to discover some wierd issues later.
>
> Is it possible to just add the package rust-thread-local in this
> specific version and later when the dependency (rust-stderrlog) of
> spotify-tui is updated this orphan package could be deleted?

Fair enough.

Patches applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]